Mock Version: 1.1.8 Mock Version: 1.1.8 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ghc.spec'], False, '/var/lib/mock/dist-f15-build-1001476-147703/root/', None, 86400, True, 0, 497, 497, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ghc.spec'] warning: Could not canonicalize hostname: x86-16.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-7.0.1-10.fc15.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ghc.spec'], False, '/var/lib/mock/dist-f15-build-1001476-147703/root/', None, 86400, True, 0, 497, 497, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ghc.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QG3mpT + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ghc-7.0.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/ghc-7.0.1-src.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/bzip2 -dc /builddir/build/SOURCES/testsuite-7.0.1.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ghc-7.0.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (ghc-6.12.1-gen_contents_index-haddock-path.patch):' Patch #1 (ghc-6.12.1-gen_contents_index-haddock-path.patch): + /bin/cat /builddir/build/SOURCES/ghc-6.12.1-gen_contents_index-haddock-path.patch + /usr/bin/patch -s -p1 -b --suffix .orig --fuzz=0 + echo 'Patch #2 (ghc-gen_contents_index-type-level.patch):' Patch #2 (ghc-gen_contents_index-type-level.patch): + /bin/cat /builddir/build/SOURCES/ghc-gen_contents_index-type-level.patch + /usr/bin/patch -s -p1 --fuzz=0 + echo 'Patch #3 (ghc-gen_contents_index-cron-batch.patch):' Patch #3 (ghc-gen_contents_index-cron-batch.patch): + /bin/cat /builddir/build/SOURCES/ghc-gen_contents_index-cron-batch.patch + /usr/bin/patch -s -p1 --fuzz=0 + rm -r ghc-tarballs/mingw ghc-tarballs/perl Patch #4 (ghc-use-system-libffi.patch): + echo 'Patch #4 (ghc-use-system-libffi.patch):' + /bin/cat /builddir/build/SOURCES/ghc-use-system-libffi.patch + /usr/bin/patch -s -p1 -b --suffix .libffi --fuzz=0 + rm -r ghc-tarballs/libffi + echo 'Patch #5 (Cabal-option-executable-dynamic.patch):' Patch #5 (Cabal-option-executable-dynamic.patch): + /bin/cat /builddir/build/SOURCES/Cabal-option-executable-dynamic.patch + /usr/bin/patch -s -p1 -b --suffix .orig --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yrsdMp + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + LANG=C + export LANG + unset DISPLAY + cat + export 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --enable-shared configure: WARNING: unrecognized options: --enable-shared checking for gfind... no checking for find... /usr/bin/find checking for sort... /bin/sort checking for ghc... /usr/bin/ghc checking version of ghc... 7.0.1 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-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 checking for nhc... no checking for nhc98... no checking for hbc... no checking for path to top of build tree... /builddir/build/BUILD/ghc-7.0.1 checking for gcc... /usr/bin/gcc checking for ld... /usr/bin/ld checking for nm... /usr/bin/nm checking whether #! works in shell scripts... yes checking for perl... /usr/bin/perl checking if your perl works in shell scripts... yes checking for python... /usr/bin/python checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking version of gcc... 4.6.0 checking for extra options to pass gcc when compiling via C... -fwrapv -mno-omit-leaf-frame-pointer -fno-toplevel-reorder checking how to run the C preprocessor... /usr/bin/gcc -E checking for a working context diff... diff -U 1 checking for a BSD-compatible install... /usr/bin/install -c checking for ar... /usr/bin/ar checking whether /usr/bin/ar is GNU ar... yes checking for ar arguments... q checking whether /usr/bin/ar supports @file... yes checking whether ranlib is needed... no checking whether /usr/bin/ar supports -input... no 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... /bin/gtar checking for gpatch... no checking for patch... /usr/bin/patch checking for dtrace... no checking for HsColour... /usr/bin/HsColour checking for xmllint... /usr/bin/xmllint checking for DocBook DTD... ok checking for xsltproc... /usr/bin/xsltproc checking for DocBook XSL stylesheet... yes checking for dblatex... no configure: WARNING: cannot find dblatex in your PATH, you will not be able to build the PDF and PS documentation checking for hasktags... no configure: WARNING: cannot find hasktags in your PATH, you will not be able to build the tags checking for ghc-pkg matching /usr/bin/ghc... /usr/bin/ghc-pkg checking for happy... no checking for version of happy... checking for alex... no checking for version of alex... 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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 bfd.h usability... no checking bfd.h presence... no checking for bfd.h... 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... no checking nlist.h presence... no checking for nlist.h... no 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/cpuset.h usability... no checking sys/cpuset.h presence... no checking for sys/cpuset.h... no 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/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 whether time.h and sys/time.h may both be included... yes checking for long long... yes checking size of char... 1 checking size of double... 8 checking size of float... 4 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of short... 2 checking size of unsigned char... 1 checking size of unsigned int... 4 checking size of unsigned long... 8 checking size of unsigned long long... 8 checking size of unsigned short... 2 checking size of void *... 8 checking for char... yes checking alignment of char... 1 checking for double... yes checking alignment of double... 8 checking for float... yes checking alignment of float... 4 checking for int... yes checking alignment of int... 4 checking for long... yes checking alignment of long... 8 checking for long long... (cached) yes checking alignment of long long... 8 checking for short... yes checking alignment of short... 2 checking for unsigned char... yes checking alignment of unsigned char... 1 checking for unsigned int... yes checking alignment of unsigned int... 4 checking for unsigned long... yes checking alignment of unsigned long... 8 checking for unsigned long long... yes checking alignment of unsigned long long... 8 checking for unsigned short... yes checking alignment of unsigned short... 2 checking for void *... yes checking alignment of void *... 8 checking for WinExec... no checking for GetModuleFileName... no checking return type of signal handlers... void 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 xmalloc in -liberty... no checking for bfd_init in -lbfd... no checking for dlopen in -ldl... 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... no checking leading underscore in symbol names... no checking whether ld understands -x... yes checking whether ld is GNU ld... yes checking for .subsections_via_symbols... no checking for GNU non-executable stack support... yes checking for clock_gettime in -lrt... yes checking for clock_gettime... yes checking for timer_create... yes checking for timer_settime... yes checking for a working timer_create(CLOCK_REALTIME)... yes checking for printf$LDBLStub... no checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking for eventfd... yes checking for pkg-config... /usr/bin/pkg-config configure: WARNING: GTK+ not usable, need at least version 2.0 checking for PAPI_library_init in -lpapi... no checking papi.h usability... no checking papi.h presence... no checking for papi.h... no checking for __mingw_vfprintf... no configure: creating ./config.status config.status: creating mk/config.mk config.status: creating mk/install.mk config.status: creating mk/project.mk config.status: creating compiler/ghc.cabal config.status: creating ghc/ghc-bin.cabal config.status: creating utils/runghc/runghc.cabal config.status: creating ghc.spec config.status: creating extra-gcc-opts config.status: creating docs/users_guide/ug-book.xml config.status: creating docs/users_guide/ug-ent.xml config.status: creating docs/index.html config.status: creating libraries/prologue.txt config.status: creating distrib/ghc.iss config.status: creating distrib/configure.ac config.status: creating distrib/MacOS/installer-scripts/create-links config.status: creating distrib/MacOS/installer-scripts/Uninstaller config.status: creating distrib/MacOS/GHC-system.pmdoc/index.xml config.status: creating mk/config.h config.status: executing mk/stamp-h commands configure: WARNING: unrecognized options: --enable-shared ---------------------------------------------------------------------- Configure completed successfully. Building GHC version : 7.0.1 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 : 7.0.1 Using GCC : /usr/bin/gcc which is version : 4.6.0 ld : /usr/bin/ld Happy : () Alex : () Python : /usr/bin/python Perl : /usr/bin/perl dblatex : xsltproc : /usr/bin/xsltproc HsColour : /usr/bin/HsColour Building DocBook HTML documentation : YES Building DocBook PS documentation : NO Building DocBook PDF documentation : 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://hackage.haskell.org/trac/ghc/wiki/Building + '[' -z '' ']' ++ /usr/bin/getconf _NPROCESSORS_ONLN + RPM_BUILD_NCPUS=16 + '[' 16 -gt 4 ']' + RPM_BUILD_NCPUS=4 + make -j4 + test -f mk/config.mk.old + cp -p mk/config.mk mk/config.mk.old touch -r mk/config.mk.old mk/config.mk + test -f mk/project.mk.old + cp -p mk/project.mk mk/project.mk.old touch -r mk/project.mk.old mk/project.mk + test -f compiler/ghc.cabal.old + cp -p compiler/ghc.cabal compiler/ghc.cabal.old touch -r compiler/ghc.cabal.old compiler/ghc.cabal ===--- updating makefiles phase 0 make -r --no-print-directory -f ghc.mk phase=0 just-makefiles utils/unlit/ghc.mk:18: utils/unlit/dist/build/.depend.c_asm: No such file or directory utils/hp2ps/ghc.mk:24: utils/hp2ps/dist/build/.depend.c_asm: No such file or directory utils/genprimopcode/ghc.mk:17: utils/genprimopcode/dist/build/.depend.haskell: No such file or directory utils/genprimopcode/ghc.mk:17: utils/genprimopcode/dist/build/.depend.c_asm: No such file or directory includes/ghc.mk:130: includes/dist-derivedconstants/build/.depend.c_asm: No such file or directory includes/ghc.mk:159: includes/dist-ghcconstants/build/.depend.c_asm: No such file or directory rts/ghc.mk:431: rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm: No such file or directory utils/ghc-cabal/ghc.mk:93: utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell: No such file or directory utils/ghc-cabal/ghc.mk:93: utils/ghc-cabal/dist-dummy-ghc/build/.depend.c_asm: No such file or directory utils/genapply/ghc.mk:26: utils/genapply/dist/build/.depend.haskell: No such file or directory utils/genapply/ghc.mk:26: utils/genapply/dist/build/.depend.c_asm: No such file or directory utils/haddock/ghc.mk:29: utils/haddock/dist/package-data.mk: No such file or directory libraries/ghc-prim/ghc.mk:3: libraries/ghc-prim/dist-install/package-data.mk: No such file or directory libraries/integer-gmp/ghc.mk:3: libraries/integer-gmp/dist-install/package-data.mk: No such file or directory libraries/base/ghc.mk:3: libraries/base/dist-install/package-data.mk: No such file or directory libraries/filepath/ghc.mk:3: libraries/filepath/dist-install/package-data.mk: No such file or directory libraries/array/ghc.mk:3: libraries/array/dist-install/package-data.mk: No such file or directory libraries/bytestring/ghc.mk:3: libraries/bytestring/dist-install/package-data.mk: No such file or directory libraries/containers/ghc.mk:3: libraries/containers/dist-install/package-data.mk: No such file or directory libraries/unix/ghc.mk:3: libraries/unix/dist-install/package-data.mk: No such file or directory libraries/old-locale/ghc.mk:3: libraries/old-locale/dist-install/package-data.mk: No such file or directory libraries/old-time/ghc.mk:3: libraries/old-time/dist-install/package-data.mk: No such file or directory libraries/time/ghc.mk:3: libraries/time/dist-install/package-data.mk: No such file or directory libraries/directory/ghc.mk:3: libraries/directory/dist-install/package-data.mk: No such file or directory libraries/process/ghc.mk:3: libraries/process/dist-install/package-data.mk: No such file or directory libraries/random/ghc.mk:3: libraries/random/dist-install/package-data.mk: No such file or directory libraries/extensible-exceptions/ghc.mk:3: libraries/extensible-exceptions/dist-install/package-data.mk: No such file or directory libraries/haskell98/ghc.mk:3: libraries/haskell98/dist-install/package-data.mk: No such file or directory libraries/haskell2010/ghc.mk:3: libraries/haskell2010/dist-install/package-data.mk: No such file or directory libraries/hpc/ghc.mk:3: libraries/hpc/dist-install/package-data.mk: No such file or directory libraries/pretty/ghc.mk:3: libraries/pretty/dist-install/package-data.mk: No such file or directory libraries/template-haskell/ghc.mk:3: libraries/template-haskell/dist-install/package-data.mk: No such file or directory libraries/Cabal/ghc.mk:3: libraries/Cabal/dist-install/package-data.mk: No such file or directory libraries/ghc-binary/ghc.mk:3: libraries/ghc-binary/dist-install/package-data.mk: No such file or directory libraries/bin-package-db/ghc.mk:3: libraries/bin-package-db/dist-install/package-data.mk: No such file or directory libraries/mtl/ghc.mk:3: libraries/mtl/dist-install/package-data.mk: No such file or directory libraries/utf8-string/ghc.mk:3: libraries/utf8-string/dist-install/package-data.mk: No such file or directory libraries/xhtml/ghc.mk:3: libraries/xhtml/dist-install/package-data.mk: No such file or directory libraries/terminfo/ghc.mk:3: libraries/terminfo/dist-install/package-data.mk: No such file or directory libraries/haskeline/ghc.mk:3: libraries/haskeline/dist-install/package-data.mk: No such file or directory compiler/ghc.mk:471: compiler/stage1/package-data.mk: No such file or directory compiler/ghc.mk:472: compiler/stage2/package-data.mk: No such file or directory utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/package-data.mk: No such file or directory utils/hsc2hs/ghc.mk:15: utils/hsc2hs/dist-install/package-data.mk: No such file or directory utils/ghc-pkg/ghc.mk:95: utils/ghc-pkg/dist-install/package-data.mk: No such file or directory utils/runghc/ghc.mk:26: utils/runghc/dist/package-data.mk: No such file or directory utils/compare_sizes/ghc.mk:7: utils/compare_sizes/dist/package-data.mk: No such file or directory ghc.mk:723: libraries/hpc/dist-boot/package-data.mk: No such file or directory ghc.mk:724: libraries/extensible-exceptions/dist-boot/package-data.mk: No such file or directory ghc.mk:725: libraries/Cabal/dist-boot/package-data.mk: No such file or directory ghc.mk:726: libraries/ghc-binary/dist-boot/package-data.mk: No such file or directory ghc.mk:727: libraries/bin-package-db/dist-boot/package-data.mk: No such file or directory mkdir inplace mkdir inplace/bin "rm" -f utils/ghc-pkg/Version.hs mkdir inplace/lib "rm" -f includes/ghcplatform.h Creating includes/ghcautoconf.h... echo "module Version where" >> utils/ghc-pkg/Version.hs "rm" -f inplace/bin/mkdirhier echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/Version.hs Creating includes/ghcplatform.h... echo '#!/bin/sh' >> inplace/bin/mkdirhier echo "version = \"7.0.1\"" >> utils/ghc-pkg/Version.hs cat utils/mkdirhier/mkdirhier.sh >> inplace/bin/mkdirhier echo "targetOS = \"linux\"" >> utils/ghc-pkg/Version.hs chmod +x inplace/bin/mkdirhier echo "targetARCH = \"x86_64\"" >> utils/ghc-pkg/Version.hs "inplace/bin/mkdirhier" utils/ghc-cabal/dist/build/tmp//. "inplace/bin/mkdirhier" bootstrapping/. Done. "inplace/bin/mkdirhier" inplace/bin//. "inplace/bin/mkdirhier" utils/ghc-pkg/dist/build//. "inplace/bin/mkdirhier" inplace/lib/package.conf.d/. "inplace/bin/mkdirhier" utils/ghc-cabal/dist-dummy-ghc/build/ "inplace/bin/mkdirhier" utils/ghc-cabal/dist-dummy-ghc/build/tmp//. "inplace/bin/mkdirhier" compiler/stage2/build//. "rm" -f utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" compiler/stage1/build//. "inplace/bin/mkdirhier" utils/genapply/dist/build//. echo 'import System.Environment' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo 'import System.Cmd' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo 'import System.Exit' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" utils/unlit/dist/build//. "inplace/bin/mkdirhier" utils/unlit/dist/build/tmp//. echo 'main :: IO ()' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo 'main = do args <- getArgs' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" utils/ghc-cabal/dist-dummy-ghc/build//. echo ' case args of' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" rts/dist/build/sm//. echo ' ["--numeric-version"] ->' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo ' putStrLn "7.0.1"' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" rts/dist/build//. "inplace/bin/mkdirhier" includes/dist-ghcconstants/build//. echo ' ["--supported-languages"] ->' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo ' mapM_ putStrLn extensions' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo ' _ ->' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" includes/dist-derivedconstants/build//. "inplace/bin/mkdirhier" utils/genprimopcode/dist/build//. echo ' do e <- rawSystem "/usr/bin/ghc" args' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs echo ' exitWith e' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "inplace/bin/mkdirhier" utils/hp2ps/dist/build//. echo 'extensions :: [String]' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "rm" -f utils/unlit/dist/build/.depend.c_asm.tmp echo 'extensions =' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs touch utils/unlit/dist/build/.depend.c_asm.tmp 'tr' -d '\t' < compiler/main/DynFlags.hs | '/bin/sed' '/^xFlags/,/]/s/^ *( *"\([^"]*\)"[^"]*/ ["\1", "No\1"] ++/p;d' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs /usr/bin/gcc -E -fno-stack-protector -MM utils/unlit/unlit.c -MF utils/unlit/dist/build/.depend.c_asm.bit "/usr/bin/ghc" -H32m -O -lffi --make utils/ghc-cabal/ghc-cabal.hs -o utils/ghc-cabal/dist/build/tmp/ghc-cabal \ -no-user-package-conf \ -Wall \ -DCABAL_VERSION=1,10,0,0 \ -odir bootstrapping \ -hidir bootstrapping \ -ilibraries/Cabal \ -ilibraries/filepath \ -ilibraries/hpc echo ' []' >> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs "rm" -f compiler/stage2/build/Config.hs Creating compiler/stage2/build/Config.hs ... sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/unlit/|" -e "1s|utils/unlit/|utils/unlit/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/unlit/dist/build/.depend.c_asm.bit >> utils/unlit/dist/build/.depend.c_asm.tmp && true "rm" -f utils/unlit/dist/build/.depend.c_asm.bit Done. "rm" -f compiler/stage1/build/Config.hs echo "utils/unlit_dist_depfile_c_asm_EXISTS = YES" >> utils/unlit/dist/build/.depend.c_asm.tmp mv utils/unlit/dist/build/.depend.c_asm.tmp utils/unlit/dist/build/.depend.c_asm Creating compiler/stage1/build/Config.hs ... "rm" -f utils/genapply/dist/build/.depend.c_asm.tmp touch utils/genapply/dist/build/.depend.c_asm.tmp echo "utils/genapply_dist_depfile_c_asm_EXISTS = YES" >> utils/genapply/dist/build/.depend.c_asm.tmp mv utils/genapply/dist/build/.depend.c_asm.tmp utils/genapply/dist/build/.depend.c_asm "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/unlit/. -iutils/unlit/dist/build -iutils/unlit/dist/build/autogen -Iutils/unlit/dist/build -Iutils/unlit/dist/build/autogen -no-user-package-conf -rtsopts -c utils/unlit/unlit.c -o utils/unlit/dist/build/unlit.o done. "rm" -f utils/ghc-cabal/dist-dummy-ghc/build/.depend.c_asm.tmp touch utils/ghc-cabal/dist-dummy-ghc/build/.depend.c_asm.tmp echo "utils/ghc-cabal_dist-dummy-ghc_depfile_c_asm_EXISTS = YES" >> utils/ghc-cabal/dist-dummy-ghc/build/.depend.c_asm.tmp cp rts/sm/Evac.c rts/dist/build/sm/Evac_thr.c mv utils/ghc-cabal/dist-dummy-ghc/build/.depend.c_asm.tmp utils/ghc-cabal/dist-dummy-ghc/build/.depend.c_asm done. cp rts/sm/Scav.c rts/dist/build/sm/Scav_thr.c "rm" -f includes/dist-ghcconstants/build/.depend.c_asm.tmp touch includes/dist-ghcconstants/build/.depend.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -DGEN_HASKELL -MM includes/mkDerivedConstants.c -MF includes/dist-ghcconstants/build/.depend.c_asm.bit "rm" -f includes/dist-derivedconstants/build/.depend.c_asm.tmp touch includes/dist-derivedconstants/build/.depend.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -MM includes/mkDerivedConstants.c -MF includes/dist-derivedconstants/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|includes/|" -e "1s|includes/|includes/dist-ghcconstants/build/|" -e "1s|dist-ghcconstants/build/dist-ghcconstants/build|dist-ghcconstants/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" includes/dist-ghcconstants/build/.depend.c_asm.bit >> includes/dist-ghcconstants/build/.depend.c_asm.tmp && true "rm" -f includes/dist-ghcconstants/build/.depend.c_asm.bit echo "includes_dist-ghcconstants_depfile_c_asm_EXISTS = YES" >> includes/dist-ghcconstants/build/.depend.c_asm.tmp "rm" -f utils/genprimopcode/dist/build/.depend.c_asm.tmp mv includes/dist-ghcconstants/build/.depend.c_asm.tmp includes/dist-ghcconstants/build/.depend.c_asm touch utils/genprimopcode/dist/build/.depend.c_asm.tmp "rm" -f utils/hp2ps/dist/build/.depend.c_asm.tmp echo "utils/genprimopcode_dist_depfile_c_asm_EXISTS = YES" >> utils/genprimopcode/dist/build/.depend.c_asm.tmp mv utils/genprimopcode/dist/build/.depend.c_asm.tmp utils/genprimopcode/dist/build/.depend.c_asm touch utils/hp2ps/dist/build/.depend.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/AreaBelow.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-dummy-ghc/build -iutils/ghc-cabal/dist-dummy-ghc/build/autogen -Iutils/ghc-cabal/dist-dummy-ghc/build -Iutils/ghc-cabal/dist-dummy-ghc/build/autogen -package process -no-user-package-conf -rtsopts -odir utils/ghc-cabal/dist-dummy-ghc/build -hidir utils/ghc-cabal/dist-dummy-ghc/build -stubdir utils/ghc-cabal/dist-dummy-ghc/build -hisuf hi -osuf o -hcsuf hc -c utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs -o utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.o sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|includes/|" -e "1s|includes/|includes/dist-derivedconstants/build/|" -e "1s|dist-derivedconstants/build/dist-derivedconstants/build|dist-derivedconstants/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" includes/dist-derivedconstants/build/.depend.c_asm.bit >> includes/dist-derivedconstants/build/.depend.c_asm.tmp && true "rm" -f includes/dist-derivedconstants/build/.depend.c_asm.bit echo "includes_dist-derivedconstants_depfile_c_asm_EXISTS = YES" >> includes/dist-derivedconstants/build/.depend.c_asm.tmp mv includes/dist-derivedconstants/build/.depend.c_asm.tmp includes/dist-derivedconstants/build/.depend.c_asm "/usr/bin/gcc" -o utils/unlit/dist/build/tmp/unlit -fno-stack-protector utils/unlit/dist/build/unlit.o sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Curves.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Error.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Main.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Reorder.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/TopTwenty.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit [ 1 of 64] Compiling Distribution.TestSuite ( libraries/Cabal/Distribution/TestSuite.hs, bootstrapping/Distribution/TestSuite.o ) sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/AuxFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Deviation.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/HpFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit "rm" -f rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp touch rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/ProfHeap.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Marks.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Scale.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/TraceElement.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Arena.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Axes.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Dimensions.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Key.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Stable.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/PsFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Shade.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Iincludes -MM utils/hp2ps/Utilities.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/RtsFlags.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true "rm" -f utils/hp2ps/dist/build/.depend.c_asm.bit echo "utils/hp2ps_dist_depfile_c_asm_EXISTS = YES" >> utils/hp2ps/dist/build/.depend.c_asm.tmp mv utils/hp2ps/dist/build/.depend.c_asm.tmp utils/hp2ps/dist/build/.depend.c_asm "cp" -p utils/unlit/dist/build/tmp/unlit inplace/lib/unlit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true touch inplace/lib/unlit "rm" -f utils/genapply/dist/build/.depend.haskell.tmp touch utils/genapply/dist/build/.depend.haskell.tmp "/usr/bin/ghc" -M -dep-makefile utils/genapply/dist/build/.depend.haskell.tmp -H32m -O -lffi -package pretty -package-conf libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-conf -rtsopts -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -hisuf hi -osuf o -hcsuf hc utils/genapply/./GenApply.hs /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Sparks.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true echo "utils/genapply_dist_depfile_haskell_EXISTS = YES" >> utils/genapply/dist/build/.depend.haskell.tmp for dir in utils/genapply/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/genapply/dist/build/.depend.haskell.tmp utils/genapply/dist/build/.depend.haskell "rm" -f utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell.tmp touch utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell.tmp "/usr/bin/ghc" -M -dep-makefile utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-dummy-ghc/build -iutils/ghc-cabal/dist-dummy-ghc/build/autogen -Iutils/ghc-cabal/dist-dummy-ghc/build -Iutils/ghc-cabal/dist-dummy-ghc/build/autogen -package process -no-user-package-conf -rtsopts -odir utils/ghc-cabal/dist-dummy-ghc/build -hidir utils/ghc-cabal/dist-dummy-ghc/build -stubdir utils/ghc-cabal/dist-dummy-ghc/build -hisuf hi -osuf o -hcsuf hc utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -Wno-format -MM rts/RetainerSet.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true echo "utils/ghc-cabal_dist-dummy-ghc_depfile_haskell_EXISTS = YES" >> utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell.tmp for dir in utils/ghc-cabal/dist-dummy-ghc/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell.tmp utils/ghc-cabal/dist-dummy-ghc/build/.depend.haskell "rm" -f utils/genprimopcode/dist/build/.depend.haskell.tmp touch utils/genprimopcode/dist/build/.depend.haskell.tmp "/usr/bin/ghc" -M -dep-makefile utils/genprimopcode/dist/build/.depend.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc utils/genprimopcode/./Lexer.hs utils/genprimopcode/./Main.hs utils/genprimopcode/./ParserM.hs utils/genprimopcode/./Parser.hs utils/genprimopcode/./Syntax.hs /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/RtsStartup.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/StgPrimFloat.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit echo "utils/genprimopcode_dist_depfile_haskell_EXISTS = YES" >> utils/genprimopcode/dist/build/.depend.haskell.tmp for dir in utils/genprimopcode/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/genprimopcode/dist/build/.depend.haskell.tmp utils/genprimopcode/dist/build/.depend.haskell sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Papi.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Profiling.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit [ 2 of 64] Compiling Distribution.Simple.PreProcess.Unlit ( libraries/Cabal/Distribution/Simple/PreProcess/Unlit.hs, bootstrapping/Distribution/Simple/PreProcess/Unlit.o ) sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Disassembler.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/WSDeque.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Inlines.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/RtsAPI.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true [ 3 of 64] Compiling Distribution.GetOpt ( libraries/Cabal/Distribution/GetOpt.hs, bootstrapping/Distribution/GetOpt.o ) /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -Wno-strict-prototypes -MM rts/Adjustor.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Globals.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Capability.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Threads.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Timer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -DProjectVersion=\"7.0.1\" -DHostPlatform=\"x86_64-unknown-linux\" -DHostArch=\"x86_64\" -DHostOS=\"linux\" -DHostVendor=\"unknown\" -DBuildPlatform=\"x86_64-unknown-linux\" -DBuildArch=\"x86_64\" -DBuildOS=\"linux\" -DBuildVendor=\"unknown\" -DTargetPlatform=\"x86_64-unknown-linux\" -DTargetArch=\"x86_64\" -DTargetOS=\"linux\" -DTargetVendor=\"unknown\" -DGhcUnregisterised=\"NO\" -DGhcEnableTablesNextToCode=\"YES\" -MM rts/RtsUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Messages.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/FrontPanel.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -Wno-strict-prototypes -MM rts/Interpreter.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Stats.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -w -MM rts/RetainerProfile.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit "/usr/bin/ghc" -o utils/ghc-cabal/dist-dummy-ghc/build/tmp/dummy-ghc -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-dummy-ghc/build -iutils/ghc-cabal/dist-dummy-ghc/build/autogen -Iutils/ghc-cabal/dist-dummy-ghc/build -Iutils/ghc-cabal/dist-dummy-ghc/build/autogen -package process -no-user-package-conf -rtsopts -odir utils/ghc-cabal/dist-dummy-ghc/build -hidir utils/ghc-cabal/dist-dummy-ghc/build -stubdir utils/ghc-cabal/dist-dummy-ghc/build -hisuf hi -osuf o -hcsuf hc utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.o sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/ClosureFlags.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/LdvProfile.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -w -MM rts/StgCRun.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Task.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true [ 4 of 64] Compiling Distribution.Compat.ReadP ( libraries/Cabal/Distribution/Compat/ReadP.hs, bootstrapping/Distribution/Compat/ReadP.o ) /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Weak.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Trace.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Hash.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Schedule.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Proftimer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true "cp" -p utils/ghc-cabal/dist-dummy-ghc/build/tmp/dummy-ghc inplace/bin/dummy-ghc /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -DProjectVersion=\"7.0.1\" -MM rts/RtsMessages.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit touch inplace/bin/dummy-ghc sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/RaiseAsync.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/RtsDllMain.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Linker.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/HsFFI.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Hpc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/ThreadLabels.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true [ 5 of 64] Compiling Distribution.ReadE ( libraries/Cabal/Distribution/ReadE.hs, bootstrapping/Distribution/ReadE.o ) /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/RtsMain.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Ticky.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit [ 6 of 64] Compiling Distribution.Compat.Exception ( libraries/Cabal/Distribution/Compat/Exception.hs, bootstrapping/Distribution/Compat/Exception.o ) sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true [ 7 of 64] Compiling System.FilePath.Windows ( libraries/filepath/System/FilePath/Windows.hs, bootstrapping/System/FilePath/Windows.o ) /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/ThreadPaused.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/Printer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/STM.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/OutOfHeap.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/MallocFail.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/FlagDefaults.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/OnExit.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/RtsOptsEnabled.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/StackOverflow.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/hooks/RtsOpts.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/Pack.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/RBH.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/HLComms.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/ParallelDebug.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/0Hash.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/ParTicky.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/Parallel.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/Global.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/Dist.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/GranSim.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/0Unpack.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/LLComms.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/parallel/ParInit.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/parallel/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/MBlock.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/Scav.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit [ 8 of 64] Compiling System.FilePath.Posix ( libraries/filepath/System/FilePath/Posix.hs, bootstrapping/System/FilePath/Posix.o ) sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -Wno-inline -finline-limit=2500 -MM rts/sm/Compact.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/Sweep.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/GCAux.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/GCUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/BlockAlloc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/MarkWeak.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/GC.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/sm/Sanity.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -funroll-loops -MM rts/sm/Evac.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -Wno-strict-prototypes -MM rts/sm/Storage.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/eventlog/EventLog.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/OSMem.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true [ 9 of 64] Compiling System.FilePath ( libraries/filepath/System/FilePath.hs, bootstrapping/System/FilePath.o ) [10 of 64] Compiling Distribution.Compat.TempFile ( libraries/Cabal/Distribution/Compat/TempFile.hs, bootstrapping/Distribution/Compat/TempFile.o ) /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/GetTime.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/OSThreads.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/FileLock.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/Itimer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/TTY.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit [11 of 64] Compiling Distribution.Compat.CopyFile ( libraries/Cabal/Distribution/Compat/CopyFile.hs, bootstrapping/Distribution/Compat/CopyFile.o ) sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/Signals.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -MM rts/posix/Select.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -DPARALLEL_GC -Irts/sm -MM rts/dist/build/sm/Evac_thr.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true [12 of 64] Compiling Distribution.Verbosity ( libraries/Cabal/Distribution/Verbosity.hs, bootstrapping/Distribution/Verbosity.o ) /usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Iincludes -Irts -DCOMPILING_RTS -fno-strict-aliasing -fno-common -I/usr/lib64/libffi-3.0.9/include -fomit-frame-pointer -DRtsWay=\"rts_v\" -DPARALLEL_GC -Irts/sm -MM rts/dist/build/sm/Scav_thr.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/dist/build/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp && true "rm" -f rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.bit echo "rts_dist_depfile_c_asm_EXISTS = YES" >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp mv rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm.tmp rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn.c_asm [13 of 64] Compiling Distribution.Text ( libraries/Cabal/Distribution/Text.hs, bootstrapping/Distribution/Text.o ) [14 of 64] Compiling Distribution.Version ( libraries/Cabal/Distribution/Version.hs, bootstrapping/Distribution/Version.o ) [15 of 64] Compiling Distribution.Package ( libraries/Cabal/Distribution/Package.hs, bootstrapping/Distribution/Package.o ) [16 of 64] Compiling Distribution.License ( libraries/Cabal/Distribution/License.hs, bootstrapping/Distribution/License.o ) [17 of 64] Compiling Distribution.Compiler ( libraries/Cabal/Distribution/Compiler.hs, bootstrapping/Distribution/Compiler.o ) [18 of 64] Compiling Language.Haskell.Extension ( libraries/Cabal/Language/Haskell/Extension.hs, bootstrapping/Language/Haskell/Extension.o ) [19 of 64] Compiling Distribution.Simple.Compiler ( libraries/Cabal/Distribution/Simple/Compiler.hs, bootstrapping/Distribution/Simple/Compiler.o ) [20 of 64] Compiling Distribution.System ( libraries/Cabal/Distribution/System.hs, bootstrapping/Distribution/System.o ) [21 of 64] Compiling Distribution.Simple.InstallDirs ( libraries/Cabal/Distribution/Simple/InstallDirs.hs, bootstrapping/Distribution/Simple/InstallDirs.o ) [22 of 64] Compiling Distribution.ModuleName ( libraries/Cabal/Distribution/ModuleName.hs, bootstrapping/Distribution/ModuleName.o ) [23 of 64] Compiling Distribution.PackageDescription ( libraries/Cabal/Distribution/PackageDescription.hs, bootstrapping/Distribution/PackageDescription.o ) [24 of 64] Compiling Distribution.Simple.Utils ( libraries/Cabal/Distribution/Simple/Utils.hs, bootstrapping/Distribution/Simple/Utils.o ) [25 of 64] Compiling Distribution.PackageDescription.Configuration ( libraries/Cabal/Distribution/PackageDescription/Configuration.hs, bootstrapping/Distribution/PackageDescription/Configuration.o ) [26 of 64] Compiling Distribution.PackageDescription.Check ( libraries/Cabal/Distribution/PackageDescription/Check.hs, bootstrapping/Distribution/PackageDescription/Check.o ) [27 of 64] Compiling Distribution.Simple.Program.Types ( libraries/Cabal/Distribution/Simple/Program/Types.hs, bootstrapping/Distribution/Simple/Program/Types.o ) [28 of 64] Compiling Distribution.Simple.Program.Run ( libraries/Cabal/Distribution/Simple/Program/Run.hs, bootstrapping/Distribution/Simple/Program/Run.o ) [29 of 64] Compiling Distribution.Simple.Program.Script ( libraries/Cabal/Distribution/Simple/Program/Script.hs, bootstrapping/Distribution/Simple/Program/Script.o ) [30 of 64] Compiling Distribution.Simple.Program.Ar ( libraries/Cabal/Distribution/Simple/Program/Ar.hs, bootstrapping/Distribution/Simple/Program/Ar.o ) [31 of 64] Compiling Distribution.Simple.Program.Ld ( libraries/Cabal/Distribution/Simple/Program/Ld.hs, bootstrapping/Distribution/Simple/Program/Ld.o ) [32 of 64] Compiling Distribution.Simple.Program.Builtin ( libraries/Cabal/Distribution/Simple/Program/Builtin.hs, bootstrapping/Distribution/Simple/Program/Builtin.o ) [33 of 64] Compiling Distribution.Simple.Program.Db ( libraries/Cabal/Distribution/Simple/Program/Db.hs, bootstrapping/Distribution/Simple/Program/Db.o ) [34 of 64] Compiling Distribution.Simple.Program ( libraries/Cabal/Distribution/Simple/Program.hs, bootstrapping/Distribution/Simple/Program.o ) [35 of 64] Compiling Distribution.ParseUtils ( libraries/Cabal/Distribution/ParseUtils.hs, bootstrapping/Distribution/ParseUtils.o ) [36 of 64] Compiling Distribution.PackageDescription.Parse ( libraries/Cabal/Distribution/PackageDescription/Parse.hs, bootstrapping/Distribution/PackageDescription/Parse.o ) [37 of 64] Compiling Distribution.InstalledPackageInfo ( libraries/Cabal/Distribution/InstalledPackageInfo.hs, bootstrapping/Distribution/InstalledPackageInfo.o ) [38 of 64] Compiling Distribution.Simple.Program.HcPkg ( libraries/Cabal/Distribution/Simple/Program/HcPkg.hs, bootstrapping/Distribution/Simple/Program/HcPkg.o ) [39 of 64] Compiling Distribution.Simple.PackageIndex ( libraries/Cabal/Distribution/Simple/PackageIndex.hs, bootstrapping/Distribution/Simple/PackageIndex.o ) [40 of 64] Compiling Distribution.Simple.Command ( libraries/Cabal/Distribution/Simple/Command.hs, bootstrapping/Distribution/Simple/Command.o ) [41 of 64] Compiling Distribution.Simple.Setup ( libraries/Cabal/Distribution/Simple/Setup.hs, bootstrapping/Distribution/Simple/Setup.o ) [42 of 64] Compiling Distribution.Simple.LocalBuildInfo ( libraries/Cabal/Distribution/Simple/LocalBuildInfo.hs, bootstrapping/Distribution/Simple/LocalBuildInfo.o ) [43 of 64] Compiling Distribution.Simple.Build.Macros ( libraries/Cabal/Distribution/Simple/Build/Macros.hs, bootstrapping/Distribution/Simple/Build/Macros.o ) [44 of 64] Compiling Distribution.Simple.BuildPaths ( libraries/Cabal/Distribution/Simple/BuildPaths.hs, bootstrapping/Distribution/Simple/BuildPaths.o ) [45 of 64] Compiling Distribution.Simple.UHC ( libraries/Cabal/Distribution/Simple/UHC.hs, bootstrapping/Distribution/Simple/UHC.o ) [46 of 64] Compiling Distribution.Simple.Build.PathsModule ( libraries/Cabal/Distribution/Simple/Build/PathsModule.hs, bootstrapping/Distribution/Simple/Build/PathsModule.o ) [47 of 64] Compiling Distribution.Simple.JHC ( libraries/Cabal/Distribution/Simple/JHC.hs, bootstrapping/Distribution/Simple/JHC.o ) [48 of 64] Compiling Distribution.Simple.LHC ( libraries/Cabal/Distribution/Simple/LHC.hs, bootstrapping/Distribution/Simple/LHC.o ) [49 of 64] Compiling Distribution.Simple.Test ( libraries/Cabal/Distribution/Simple/Test.hs, bootstrapping/Distribution/Simple/Test.o ) [50 of 64] Compiling Distribution.Simple.PreProcess ( libraries/Cabal/Distribution/Simple/PreProcess.hs, bootstrapping/Distribution/Simple/PreProcess.o ) [51 of 64] Compiling Distribution.Simple.Hugs ( libraries/Cabal/Distribution/Simple/Hugs.hs, bootstrapping/Distribution/Simple/Hugs.o ) [52 of 64] Compiling Distribution.Simple.UserHooks ( libraries/Cabal/Distribution/Simple/UserHooks.hs, bootstrapping/Distribution/Simple/UserHooks.o ) [53 of 64] Compiling Distribution.Simple.GHC.IPI642 ( libraries/Cabal/Distribution/Simple/GHC/IPI642.hs, bootstrapping/Distribution/Simple/GHC/IPI642.o ) [54 of 64] Compiling Distribution.Simple.GHC.IPI641 ( libraries/Cabal/Distribution/Simple/GHC/IPI641.hs, bootstrapping/Distribution/Simple/GHC/IPI641.o ) [55 of 64] Compiling Distribution.Simple.GHC ( libraries/Cabal/Distribution/Simple/GHC.hs, bootstrapping/Distribution/Simple/GHC.o ) [56 of 64] Compiling Distribution.Simple.Register ( libraries/Cabal/Distribution/Simple/Register.hs, bootstrapping/Distribution/Simple/Register.o ) [57 of 64] Compiling Distribution.Simple.NHC ( libraries/Cabal/Distribution/Simple/NHC.hs, bootstrapping/Distribution/Simple/NHC.o ) [58 of 64] Compiling Distribution.Simple.Configure ( libraries/Cabal/Distribution/Simple/Configure.hs, bootstrapping/Distribution/Simple/Configure.o ) [59 of 64] Compiling Distribution.Simple.Build ( libraries/Cabal/Distribution/Simple/Build.hs, bootstrapping/Distribution/Simple/Build.o ) [60 of 64] Compiling Distribution.Simple.Install ( libraries/Cabal/Distribution/Simple/Install.hs, bootstrapping/Distribution/Simple/Install.o ) [61 of 64] Compiling Distribution.Simple.SrcDist ( libraries/Cabal/Distribution/Simple/SrcDist.hs, bootstrapping/Distribution/Simple/SrcDist.o ) [62 of 64] Compiling Distribution.Simple.Haddock ( libraries/Cabal/Distribution/Simple/Haddock.hs, bootstrapping/Distribution/Simple/Haddock.o ) [63 of 64] Compiling Distribution.Simple ( libraries/Cabal/Distribution/Simple.hs, bootstrapping/Distribution/Simple.o ) [64 of 64] Compiling Main ( utils/ghc-cabal/ghc-cabal.hs, bootstrapping/Main.o ) Linking utils/ghc-cabal/dist/build/tmp/ghc-cabal ... touch utils/ghc-cabal/dist/build/tmp/ghc-cabal "cp" utils/ghc-cabal/dist/build/tmp/ghc-cabal inplace/bin/ghc-cabal "/usr/bin/ghc" -H32m -O -lffi --make utils/ghc-pkg/Main.hs -o utils/ghc-pkg/dist/build/ghc-pkg \ -no-user-package-conf \ -Wall -fno-warn-unused-imports \ -DCABAL_VERSION=1,10,0,0 \ -DBOOTSTRAPPING \ -odir bootstrapping \ -hidir bootstrapping \ -iutils/ghc-pkg \ -XCPP -XExistentialQuantification -XDeriveDataTypeable \ -ilibraries/Cabal \ -ilibraries/filepath \ -ilibraries/extensible-exceptions \ -ilibraries/hpc \ -ilibraries/ghc-binary/src \ -ilibraries/bin-package-db "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- dist utils/hsc2hs Configuring hsc2hs-0.67... [ 2 of 26] Compiling Data.Binary.Builder ( libraries/ghc-binary/src/Data/Binary/Builder.hs, bootstrapping/Data/Binary/Builder.o ) [ 3 of 26] Compiling Data.Binary.Put ( libraries/ghc-binary/src/Data/Binary/Put.hs, bootstrapping/Data/Binary/Put.o ) [ 5 of 26] Compiling Data.Binary.Get ( libraries/ghc-binary/src/Data/Binary/Get.hs, bootstrapping/Data/Binary/Get.o ) [ 6 of 26] Compiling Data.Binary ( libraries/ghc-binary/src/Data/Binary.hs, bootstrapping/Data/Binary.o ) [23 of 26] Compiling Distribution.InstalledPackageInfo.Binary ( libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs, bootstrapping/Distribution/InstalledPackageInfo/Binary.o ) [25 of 26] Compiling Version ( utils/ghc-pkg/Version.hs, bootstrapping/Version.o ) [26 of 26] Compiling Main ( utils/ghc-pkg/Main.hs, bootstrapping/Main.o ) Linking utils/ghc-pkg/dist/build/ghc-pkg ... "rm" -f inplace/lib/package.conf.d/* "rm" -f inplace/bin/ghc-pkg echo "#!/bin/sh" >>inplace/bin/ghc-pkg echo "PKGCONF=/builddir/build/BUILD/ghc-7.0.1/inplace/lib/package.conf.d" >>inplace/bin/ghc-pkg echo '/builddir/build/BUILD/ghc-7.0.1/utils/ghc-pkg/dist/build/ghc-pkg --global-conf $PKGCONF ${1+"$@"}' >> inplace/bin/ghc-pkg chmod +x inplace/bin/ghc-pkg "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- dist-boot libraries/Cabal /usr/bin/gcc -E -undef -traditional -P -DTOP='"/builddir/build/BUILD/ghc-7.0.1"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes rts/package.conf.in -o rts/package.conf.inplace.raw grep -v '^#pragma GCC' rts/package.conf.inplace.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' > rts/package.conf.inplace "inplace/bin/ghc-pkg" update --force rts/package.conf.inplace Reading package info from "rts/package.conf.inplace" ... done. rts-1.0: cannot find libHSrts.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --flag=include-ghc-prim --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/ghc-prim Configuring ghc-prim-0.2.0.0... Configuring Cabal-1.10.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/ghc-prim/dist-install/inplace-pkg-config Reading package info from "libraries/ghc-prim/dist-install/inplace-pkg-config" ... done. ghc-prim-0.2.0.0: file GHC/Bool.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Debug.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Generics.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Magic.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Ordering.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/PrimopWrappers.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/IntWord32.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/IntWord64.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Tuple.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Types.hi is missing (ignoring) ghc-prim-0.2.0.0: file GHC/Unit.hi is missing (ignoring) ghc-prim-0.2.0.0: cannot find libHSghc-prim-0.2.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/integer-gmp Configuring integer-gmp-0.2.0.2... "/usr/bin/ghc-pkg" update --force --package-conf=libraries/bootstrapping.conf libraries/Cabal/dist-boot/inplace-pkg-config Reading package info from "libraries/Cabal/dist-boot/inplace-pkg-config" ... done. Cabal-1.10.0.0: file Distribution/Compiler.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/InstalledPackageInfo.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/License.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Make.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/ModuleName.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Package.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription/Configuration.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription/Parse.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription/Check.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/ParseUtils.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/ReadE.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Build.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Build/Macros.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Build/PathsModule.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/BuildPaths.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Command.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Compiler.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Configure.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/GHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/LHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Haddock.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Hugs.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Install.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/InstallDirs.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/JHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/LocalBuildInfo.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/NHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/PackageIndex.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/PreProcess.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/PreProcess/Unlit.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Ar.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Builtin.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Db.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/HcPkg.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Ld.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Run.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Script.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Types.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Register.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Setup.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/SrcDist.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Test.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/UHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/UserHooks.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Utils.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/System.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/TestSuite.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Text.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Verbosity.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Version.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/ReadP.hi is missing (ignoring) Cabal-1.10.0.0: file Language/Haskell/Extension.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/GetOpt.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/Exception.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/CopyFile.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/TempFile.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/GHC/IPI641.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/GHC/IPI642.hi is missing (ignoring) Cabal-1.10.0.0: file Paths_Cabal.hi is missing (ignoring) Cabal-1.10.0.0: cannot find libHSCabal-1.10.0.0.a on library path (ignoring) Writing new package config file... done. "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- dist-boot libraries/hpc configure: WARNING: unrecognized options: --with-compiler checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gcc... /usr/bin/gcc checking whether the C compiler works... Configuring hpc-0.5.0.6... 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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for __gmpz_fdiv_qr in -lgmp... yes checking how to run the C preprocessor... "/usr/bin/ghc-pkg" update --force --package-conf=libraries/bootstrapping.conf libraries/hpc/dist-boot/inplace-pkg-config Reading package info from "libraries/hpc/dist-boot/inplace-pkg-config" ... done. hpc-0.5.0.6: file Trace/Hpc/Util.hi is missing (ignoring) hpc-0.5.0.6: file Trace/Hpc/Mix.hi is missing (ignoring) hpc-0.5.0.6: file Trace/Hpc/Tix.hi is missing (ignoring) hpc-0.5.0.6: file Trace/Hpc/Reflect.hi is missing (ignoring) hpc-0.5.0.6: cannot find libHShpc-0.5.0.6.a on library path (ignoring) Writing new package config file... done. "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- dist-boot libraries/extensible-exceptions /usr/bin/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... Configuring extensible-exceptions-0.1.1.2... 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... "/usr/bin/ghc-pkg" update --force --package-conf=libraries/bootstrapping.conf libraries/extensible-exceptions/dist-boot/inplace-pkg-config yes Reading package info from "libraries/extensible-exceptions/dist-boot/inplace-pkg-config" ... done. extensible-exceptions-0.1.1.2: file Control/Exception/Extensible.hi is missing (ignoring) extensible-exceptions-0.1.1.2: cannot find libHSextensible-exceptions-0.1.1.2.a on library path (ignoring) checking for inttypes.h... Writing new package config file... done. "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- dist-boot libraries/ghc-binary yes checking for stdint.h... yes checking for unistd.h... yes checking gmp.h usability... Configuring ghc-binary-0.5.0.2... yes checking gmp.h presence... yes checking for gmp.h... yes configure: creating ./config.status config.status: creating integer-gmp.buildinfo config.status: creating gmp/config.mk configure: WARNING: unrecognized options: --with-compiler "/usr/bin/ghc-pkg" update --force --package-conf=libraries/bootstrapping.conf libraries/ghc-binary/dist-boot/inplace-pkg-config Reading package info from "libraries/ghc-binary/dist-boot/inplace-pkg-config" ... done. ghc-binary-0.5.0.2: file Data/Binary.hi is missing (ignoring) ghc-binary-0.5.0.2: file Data/Binary/Put.hi is missing (ignoring) ghc-binary-0.5.0.2: file Data/Binary/Get.hi is missing (ignoring) ghc-binary-0.5.0.2: file Data/Binary/Builder.hi is missing (ignoring) ghc-binary-0.5.0.2: cannot find libHSghc-binary-0.5.0.2.a on library path (ignoring) Writing new package config file... done. "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- dist-boot libraries/bin-package-db "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/integer-gmp/dist-install/inplace-pkg-config Reading package info from "libraries/integer-gmp/dist-install/inplace-pkg-config" ... done. integer-gmp-0.2.0.2: file GHC/Integer.hi is missing (ignoring) integer-gmp-0.2.0.2: file GHC/Integer/GMP/Internals.hi is missing (ignoring) integer-gmp-0.2.0.2: file GHC/Integer/Type.hi is missing (ignoring) integer-gmp-0.2.0.2: cannot find libHSinteger-gmp-0.2.0.2.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --flags=-integer-simple --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/base Configuring base-4.3.0.0... Configuring bin-package-db-0.0.0.0... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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... "/usr/bin/ghc-pkg" update --force --package-conf=libraries/bootstrapping.conf libraries/bin-package-db/dist-boot/inplace-pkg-config no checking for suffix of object files... Reading package info from "libraries/bin-package-db/dist-boot/inplace-pkg-config" ... done. bin-package-db-0.0.0.0: file Distribution/InstalledPackageInfo/Binary.hi is missing (ignoring) bin-package-db-0.0.0.0: cannot find libHSbin-package-db-0.0.0.0.a on library path (ignoring) Writing new package config file... done. "inplace/bin/ghc-cabal" configure --with-ghc="/usr/bin/ghc" --with-ghc-pkg="/usr/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --flags=stage1 --flags=ncg --ghc-option=-DSTAGE=1 --package-db=/builddir/build/BUILD/ghc-7.0.1/libraries/bootstrapping.conf --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " --constraint "Cabal == 1.10.0.0" --constraint "hpc == 0.5.0.6" --constraint "extensible-exceptions == 0.1.1.2" --constraint "ghc-binary == 0.5.0.2" --constraint "bin-package-db == 0.0.0.0" -- stage1 compiler o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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... Configuring ghc-7.0.1... Warning: 'include-dirs: ../libraries/base/cbits' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. Warning: 'include-dirs: ../libraries/base/include' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. 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 "/usr/bin/ghc-pkg" update --force --package-conf=libraries/bootstrapping.conf compiler/stage1/inplace-pkg-config checking for stdint.h... yes checking for unistd.h... Reading package info from "compiler/stage1/inplace-pkg-config" ... done. ghc-7.0.1: file AsmCodeGen.hi is missing (ignoring) ghc-7.0.1: file TargetReg.hi is missing (ignoring) ghc-7.0.1: file NCGMonad.hi is missing (ignoring) ghc-7.0.1: file Instruction.hi is missing (ignoring) ghc-7.0.1: file Size.hi is missing (ignoring) ghc-7.0.1: file Reg.hi is missing (ignoring) ghc-7.0.1: file RegClass.hi is missing (ignoring) ghc-7.0.1: file PIC.hi is missing (ignoring) ghc-7.0.1: file Platform.hi is missing (ignoring) ghc-7.0.1: file Alpha/Regs.hi is missing (ignoring) ghc-7.0.1: file Alpha/RegInfo.hi is missing (ignoring) ghc-7.0.1: file Alpha/Instr.hi is missing (ignoring) ghc-7.0.1: file Alpha/CodeGen.hi is missing (ignoring) ghc-7.0.1: file X86/Regs.hi is missing (ignoring) ghc-7.0.1: file X86/RegInfo.hi is missing (ignoring) ghc-7.0.1: file X86/Instr.hi is missing (ignoring) ghc-7.0.1: file X86/Cond.hi is missing (ignoring) ghc-7.0.1: file X86/Ppr.hi is missing (ignoring) ghc-7.0.1: file X86/CodeGen.hi is missing (ignoring) ghc-7.0.1: file PPC/Regs.hi is missing (ignoring) ghc-7.0.1: file PPC/RegInfo.hi is missing (ignoring) ghc-7.0.1: file PPC/Instr.hi is missing (ignoring) ghc-7.0.1: file PPC/Cond.hi is missing (ignoring) ghc-7.0.1: file PPC/Ppr.hi is missing (ignoring) ghc-7.0.1: file PPC/CodeGen.hi is missing (ignoring) ghc-7.0.1: file SPARC/Base.hi is missing (ignoring) ghc-7.0.1: file SPARC/Regs.hi is missing (ignoring) ghc-7.0.1: file SPARC/RegPlate.hi is missing (ignoring) ghc-7.0.1: file SPARC/Imm.hi is missing (ignoring) ghc-7.0.1: file SPARC/AddrMode.hi is missing (ignoring) ghc-7.0.1: file SPARC/Cond.hi is missing (ignoring) ghc-7.0.1: file SPARC/Instr.hi is missing (ignoring) ghc-7.0.1: file SPARC/Stack.hi is missing (ignoring) ghc-7.0.1: file SPARC/ShortcutJump.hi is missing (ignoring) ghc-7.0.1: file SPARC/Ppr.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Amode.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Base.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/CCall.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/CondCode.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Gen32.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Gen64.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Sanity.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Expand.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Liveness.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Main.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Stats.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/ArchBase.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/ArchX86.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Coalesce.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Spill.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/SpillClean.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/SpillCost.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/TrivColorable.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/Main.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/JoinToTargets.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/State.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/Stats.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/StackMap.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/Base.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/X86/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/PPC/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/SPARC/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file BasicTypes.hi is missing (ignoring) ghc-7.0.1: file DataCon.hi is missing (ignoring) ghc-7.0.1: file Demand.hi is missing (ignoring) ghc-7.0.1: file Exception.hi is missing (ignoring) ghc-7.0.1: file Id.hi is missing (ignoring) ghc-7.0.1: file IdInfo.hi is missing (ignoring) ghc-7.0.1: file Literal.hi is missing (ignoring) ghc-7.0.1: file Llvm.hi is missing (ignoring) ghc-7.0.1: file Llvm/AbsSyn.hi is missing (ignoring) ghc-7.0.1: file Llvm/PpLlvm.hi is missing (ignoring) ghc-7.0.1: file Llvm/Types.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Base.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/CodeGen.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Data.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Ppr.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Regs.hi is missing (ignoring) ghc-7.0.1: file LlvmMangler.hi is missing (ignoring) ghc-7.0.1: file MkId.hi is missing (ignoring) ghc-7.0.1: file Module.hi is missing (ignoring) ghc-7.0.1: file Name.hi is missing (ignoring) ghc-7.0.1: file NameEnv.hi is missing (ignoring) ghc-7.0.1: file NameSet.hi is missing (ignoring) ghc-7.0.1: file OccName.hi is missing (ignoring) ghc-7.0.1: file RdrName.hi is missing (ignoring) ghc-7.0.1: file SrcLoc.hi is missing (ignoring) ghc-7.0.1: file UniqSupply.hi is missing (ignoring) ghc-7.0.1: file Unique.hi is missing (ignoring) ghc-7.0.1: file Var.hi is missing (ignoring) ghc-7.0.1: file VarEnv.hi is missing (ignoring) ghc-7.0.1: file VarSet.hi is missing (ignoring) ghc-7.0.1: file BlockId.hi is missing (ignoring) ghc-7.0.1: file CLabel.hi is missing (ignoring) ghc-7.0.1: file Cmm.hi is missing (ignoring) ghc-7.0.1: file CmmBrokenBlock.hi is missing (ignoring) ghc-7.0.1: file CmmBuildInfoTables.hi is missing (ignoring) ghc-7.0.1: file CmmCPS.hi is missing (ignoring) ghc-7.0.1: file CmmCPSGen.hi is missing (ignoring) ghc-7.0.1: file CmmCPSZ.hi is missing (ignoring) ghc-7.0.1: file CmmCallConv.hi is missing (ignoring) ghc-7.0.1: file CmmCommonBlockElimZ.hi is missing (ignoring) ghc-7.0.1: file CmmContFlowOpt.hi is missing (ignoring) ghc-7.0.1: file CmmCvt.hi is missing (ignoring) ghc-7.0.1: file CmmExpr.hi is missing (ignoring) ghc-7.0.1: file CmmInfo.hi is missing (ignoring) ghc-7.0.1: file CmmLex.hi is missing (ignoring) ghc-7.0.1: file CmmLint.hi is missing (ignoring) ghc-7.0.1: file CmmLive.hi is missing (ignoring) ghc-7.0.1: file CmmLiveZ.hi is missing (ignoring) ghc-7.0.1: file CmmOpt.hi is missing (ignoring) ghc-7.0.1: file CmmParse.hi is missing (ignoring) ghc-7.0.1: file CmmProcPoint.hi is missing (ignoring) ghc-7.0.1: file CmmProcPointZ.hi is missing (ignoring) ghc-7.0.1: file CmmSpillReload.hi is missing (ignoring) ghc-7.0.1: file CmmStackLayout.hi is missing (ignoring) ghc-7.0.1: file CmmTx.hi is missing (ignoring) ghc-7.0.1: file CmmUtils.hi is missing (ignoring) ghc-7.0.1: file CmmZipUtil.hi is missing (ignoring) ghc-7.0.1: file DFMonad.hi is missing (ignoring) ghc-7.0.1: file Dataflow.hi is missing (ignoring) ghc-7.0.1: file MkZipCfg.hi is missing (ignoring) ghc-7.0.1: file MkZipCfgCmm.hi is missing (ignoring) ghc-7.0.1: file OptimizationFuel.hi is missing (ignoring) ghc-7.0.1: file PprBase.hi is missing (ignoring) ghc-7.0.1: file PprC.hi is missing (ignoring) ghc-7.0.1: file PprCmm.hi is missing (ignoring) ghc-7.0.1: file PprCmmZ.hi is missing (ignoring) ghc-7.0.1: file StackColor.hi is missing (ignoring) ghc-7.0.1: file StackPlacements.hi is missing (ignoring) ghc-7.0.1: file ZipCfg.hi is missing (ignoring) ghc-7.0.1: file ZipCfgCmmRep.hi is missing (ignoring) ghc-7.0.1: file ZipCfgExtras.hi is missing (ignoring) ghc-7.0.1: file ZipDataflow.hi is missing (ignoring) ghc-7.0.1: file Bitmap.hi is missing (ignoring) ghc-7.0.1: file CgBindery.hi is missing (ignoring) ghc-7.0.1: file CgCallConv.hi is missing (ignoring) ghc-7.0.1: file CgCase.hi is missing (ignoring) ghc-7.0.1: file CgClosure.hi is missing (ignoring) ghc-7.0.1: file CgCon.hi is missing (ignoring) ghc-7.0.1: file CgExpr.hi is missing (ignoring) ghc-7.0.1: file CgExtCode.hi is missing (ignoring) ghc-7.0.1: file CgForeignCall.hi is missing (ignoring) ghc-7.0.1: file CgHeapery.hi is missing (ignoring) ghc-7.0.1: file CgHpc.hi is missing (ignoring) ghc-7.0.1: file CgInfoTbls.hi is missing (ignoring) ghc-7.0.1: file CgLetNoEscape.hi is missing (ignoring) ghc-7.0.1: file CgMonad.hi is missing (ignoring) ghc-7.0.1: file CgParallel.hi is missing (ignoring) ghc-7.0.1: file CgPrimOp.hi is missing (ignoring) ghc-7.0.1: file CgProf.hi is missing (ignoring) ghc-7.0.1: file CgStackery.hi is missing (ignoring) ghc-7.0.1: file CgTailCall.hi is missing (ignoring) ghc-7.0.1: file CgTicky.hi is missing (ignoring) ghc-7.0.1: file CgUtils.hi is missing (ignoring) ghc-7.0.1: file StgCmm.hi is missing (ignoring) ghc-7.0.1: file StgCmmBind.hi is missing (ignoring) ghc-7.0.1: file StgCmmClosure.hi is missing (ignoring) ghc-7.0.1: file StgCmmCon.hi is missing (ignoring) ghc-7.0.1: file StgCmmEnv.hi is missing (ignoring) ghc-7.0.1: file StgCmmExpr.hi is missing (ignoring) gyes hc-7.0.1: file StgCmmForeign.hi is missing (ignoring) ghc-7.0.1: file StgCmmGran.hi is missing (ignoring) ghc-7.0.1: file StgCmmHeap.hi is missing (ignoring) ghc-7.0.1: file StgCmmHpc.hi is missing (ignoring) ghc-7.0.1: file StgCmmLayout.hi is missing (ignoring) ghc-7.0.1: file StgCmmMonad.hi is missing (ignoring) ghc-7.0.1: file StgCmmPrim.hi is missing (ignoring) ghc-7.0.1: file StgCmmProf.hi is missing (ignoring) ghc-7.0.1: file StgCmmTicky.hi is missing (ignoring) ghc-7.0.1: file StgCmmUtils.hi is missing (ignoring) ghc-7.0.1: file ClosureInfo.hi is missing (ignoring) ghc-7.0.1: file CodeGen.hi is missing (ignoring) ghc-7.0.1: file SMRep.hi is missing (ignoring) ghc-7.0.1: file CoreArity.hi is missing (ignoring) ghc-7.0.1: file CoreFVs.hi is missing (ignoring) ghc-7.0.1: file CoreLint.hi is missing (ignoring) ghc-7.0.1: file CorePrep.hi is missing (ignoring) ghc-7.0.1: file CoreSubst.hi is missing (ignoring) ghc-7.0.1: file CoreSyn.hi is missing (ignoring) ghc-7.0.1: file CoreTidy.hi is missing (ignoring) ghc-7.0.checking for long long... 1: file CoreUnfold.hi is missing (ignoring) ghc-7.0.1: file CoreUtils.hi is missing (ignoring) ghc-7.0.1: file ExternalCore.hi is missing (ignoring) ghc-7.0.1: file MkCore.hi is missing (ignoring) ghc-7.0.1: file MkExternalCore.hi is missing (ignoring) ghc-7.0.1: file PprCore.hi is missing (ignoring) ghc-7.0.1: file PprExternalCore.hi is missing (ignoring) ghc-7.0.1: file Check.hi is missing (ignoring) ghc-7.0.1: file Coverage.hi is missing (ignoring) ghc-7.0.1: file Desugar.hi is missing (ignoring) ghc-7.0.1: file DsArrows.hi is missing (ignoring) ghc-7.0.1: file DsBinds.hi is missing (ignoring) ghc-7.0.1: file DsCCall.hi is missing (ignoring) ghc-7.0.1: file DsExpr.hi is missing (ignoring) ghc-7.0.1: file DsForeign.hi is missing (ignoring) ghc-7.0.1: file DsGRHSs.hi is missing (ignoring) ghc-7.0.1: file DsListComp.hi is missing (ignoring) ghc-7.0.1: file DsMonad.hi is missing (ignoring) ghc-7.0.1: file DsUtils.hi is missing (ignoring) ghc-7.0.1: file Match.hi is missing (ignoring) ghc-7.0.1: file MatchCon.hi is missing (ignoring) ghc-7.0.1: file MatchLit.hi is missing (ignoring) ghc-7.0.1: file HsBinds.hi is missing (ignoring) ghc-7.0.1: file HsDecls.hi is missing (ignoring) ghc-7.0.1: file HsDoc.hi is missing (ignoring) ghc-7.0.1: file HsExpr.hi is missing (ignoring) ghc-7.0.1: file HsImpExp.hi is missing (ignoring) ghc-7.0.1: file HsLit.hi is missing (ignoring) ghc-7.0.1: file HsPat.hi is missing (ignoring) ghc-7.0.1: file HsSyn.hi is missing (ignoring) ghc-7.0.1: file HsTypes.hi is missing (ignoring) ghc-7.0.1: file HsUtils.hi is missing (ignoring) ghc-7.0.1: file BinIface.hi is missing (ignoring) ghc-7.0.1: file BuildTyCl.hi is missing (ignoring) ghc-7.0.1: file IfaceEnv.hi is missing (ignoring) ghc-7.0.1: file IfaceSyn.hi is missing (ignoring) ghc-7.0.1: file IfaceType.hi is missing (ignoring) ghc-7.0.1: file LoadIface.hi is missing (ignoring) ghc-7.0.1: file MkIface.hi is missing (ignoring) ghc-7.0.1: file TcIface.hi is missing (ignoring) ghc-7.0.1: file Annotations.hi is missing (ignoring) ghc-7.0.1: file BreakArray.hi is missing (ignoring) ghc-7.0.1: file CmdLineParser.hi is missing (ignoring) ghc-7.0.1: file CodeOutput.hi is missing (ignoring) ghc-7.0.1: file Config.hi is missing (ignoring) ghc-7.0.1: file Constants.hi is missing (ignoring) ghc-7.0.1: file DriverMkDepend.hi is missing (ignoring) ghc-7.0.1: file DriverPhases.hi is missing (ignoring) ghc-7.0.1: file DriverPipeline.hi is missing (ignoring) ghc-7.0.1: file DynFlags.hi is missing (ignoring) ghc-7.0.1: file ErrUtils.hi is missing (ignoring) ghc-7.0.1: file Finder.hi is missing (ignoring) ghc-7.0.1: file GHC.hi is missing (ignoring) ghc-7.0.1: file HeaderInfo.hi is missing (ignoring) ghc-7.0.1: file HscMain.hi is missing (ignoring) ghc-7.0.1: file HscStats.hi is missing (ignoring) ghc-7.0.1: file HscTypes.hi is missing (ignoring) ghc-7.0.1: file InteractiveEval.hi is missing (ignoring) ghc-7.0.1: file PackageConfig.hi is missing (ignoring) ghc-7.0.1: file Packages.hi is missing (ignoring) ghc-7.0.1: file PprTyThing.hi is missing (ignoring) ghc-7.0.1: file StaticFlags.hi is missing (ignoring) ghc-7.0.1: file StaticFlagParser.hi is missing (ignoring) ghc-7.0.1: file SysTools.hi is missing (ignoring) ghc-7.0.1: file TidyPgm.hi is missing (ignoring) ghc-7.0.1: file Ctype.hi is missing (ignoring) ghc-7.0.1: file HaddockUtils.hi is missing (ignoring) ghc-7.0.1: file LexCore.hi is missing (ignoring) ghc-7.0.1: file Lexer.hi is missing (ignoring) ghc-7.0.1: file OptCoercion.hi is missing (ignoring) ghc-7.0.1: file Parser.hi is missing (ignoring) ghc-7.0.1: file ParserCore.hi is missing (ignoring) ghc-7.0.1: file ParserCoreUtils.hi is missing (ignoring) ghc-7.0.1: file RdrHsSyn.hi is missing (ignoring) ghc-7.0.1: file ForeignCall.hi is missing (ignoring) ghc-7.0.1: file PrelInfo.hi is missing (ignoring) ghc-7.0.1: file PrelNames.hi is missing (ignoring) ghc-7.0.1: file PrelRules.hi is missing (ignoring) ghc-7.0.1: file PrimOp.hi is missing (ignoring) ghc-7.0.1: file TysPrim.hi is missing (ignoring) ghc-7.0.1: file TysWiredIn.hi is missing (ignoring) ghc-7.0.1: file CostCentre.hi is missing (ignoring) ghc-7.0.1: file SCCfinal.hi is missing (ignoring) ghc-7.0.1: file RnBinds.hi is missing (ignoring) ghc-7.0.1: file RnEnv.hi is missing (ignoring) ghc-7.0.1: file RnExpr.hi is missing (ignoring) ghc-7.0.1: file RnHsDoc.hi is missing (ignoring) ghc-7.0.1: file RnHsSyn.hi is missing (ignoring) ghc-7.0.1: file RnNames.hi is missing (ignoring) ghc-7.0.1: file RnPat.hi is missing (ignoring) ghc-7.0.1: file RnSource.hi is missing (ignoring) ghc-7.0.1: file RnTypes.hi is missing (ignoring) ghc-7.0.1: file CoreMonad.hi is missing (ignoring) ghc-7.0.1: file CSE.hi is missing (ignoring) ghc-7.0.1: file FloatIn.hi is missing (ignoring) ghc-7.0.1: file FloatOut.hi is missing (ignoring) ghc-7.0.1: file LiberateCase.hi is missing (ignoring) ghc-7.0.1: file OccurAnal.hi is missing (ignoring) ghc-7.0.1: file SAT.hi is missing (ignoring) ghc-7.0.1: file SetLevels.hi is missing (ignoring) ghc-7.0.1: file SimplCore.hi is missing (ignoring) ghc-7.0.1: file SimplEnv.hi is missing (ignoring) ghc-7.0.1: file SimplMonad.hi is missing (ignoring) ghc-7.0.1: file SimplUtils.hi is missing (ignoring) ghc-7.0.1: file Simplify.hi is missing (ignoring) ghc-7.0.1: file SRT.hi is missing (ignoring) ghc-7.0.1: file SimplStg.hi is missing (ignoring) ghc-7.0.1: file StgStats.hi is missing (ignoring) ghc-7.0.1: file Rules.hi is missing (ignoring) ghc-7.0.1: file SpecConstr.hi is missing (ignoring) ghc-7.0.1: file Specialise.hi is missing (ignoring) ghc-7.0.1: file CoreToStg.hi is missing (ignoring) ghc-7.0.1: file StgLint.hi is missing (ignoring) ghc-7.0.1: file StgSyn.hi is missing (ignoring) ghc-7.0.1: file DmdAnal.hi is missing (ignoring) ghc-7.0.1: file WorkWrap.hi is missing (ignoring) ghc-7.0.1: file WwLib.hi is missing (ignoring) ghc-7.0.1: file FamInst.hi is missing (ignoring) ghc-7.0.1: file Inst.hi is missing (ignoring) ghc-7.0.1: file TcAnnotations.hi is missing (ignoring) ghc-7.0.1: file TcArrows.hi is missing (ignoring) ghc-7.0.1: file TcBinds.hi is missing (ignoring) ghc-7.0.1: file TcClassDcl.hi is missing (ignoring) ghc-7.0.1: file TcDefaults.hi is missing (ignoring) ghc-7.0.1: file TcDeriv.hi is missing (ignoring) ghc-7.0.1: file TcEnv.hi is missing (ignoring) ghc-7.0.1: file TcExpr.hi is missing (ignoring) ghc-7.0.1: file TcForeign.hi is missing (ignoring) ghc-7.0.1: file TcGenDeriv.hi is missing (ignoring) ghc-7.0.1: file TcHsSyn.hi is missing (ignoring) ghc-7.0.1: file TcHsType.hi is missing (ignoring) ghc-7.0.1: file TcInstDcls.hi is missing (ignoring) ghc-7.0.1: file TcMType.hi is missing (ignoring) ghc-7.0.1: file TcMatches.hi is missing (ignoring) ghc-7.0.1: file TcPat.hi is missing (ignoring) ghc-7.0.1: file TcRnDriver.hi is missing (ignoring) ghc-7.0.1: file TcRnMonad.hi is missing (ignoring) ghc-7.0.1: file TcRnTypes.hi is missing (ignoring) ghc-7.0.1: file TcRules.hi is missing (ignoring) ghc-7.0.1: file TcSimplify.hi is missing (ignoring) ghc-7.0.1: file TcErrors.hi is missing (ignoring) ghc-7.0.1: file TcTyClsDecls.hi is missing (ignoring) ghc-7.0.1: file TcTyDecls.hi is missing (ignoring) ghc-7.0.1: file TcType.hi is missing (ignoring) ghc-7.0.1: file TcUnify.hi is missing (ignoring) ghc-7.0.1: file TcInteract.hi is missing (ignoring) ghc-7.0.1: file TcCanonical.hi is missing (ignoring) ghc-7.0.1: file TcSMonad.hi is missing (ignoring) ghc-7.0.1: file Class.hi is missing (ignoring) ghc-7.0.1: file Coercion.hi is missing (ignoring) ghc-7.0.1: file FamInstEnv.hi is missing (ignoring) ghc-7.0.1: file FunDeps.hi is missing (ignoring) ghc-7.0.1: file Generics.hi is missing (ignoring) ghc-7.0.1: file InstEnv.hi is missing (ignoring) ghc-7.0.1: file TyCon.hi is missing (ignoring) ghc-7.0.1: file Type.hi is missing (ignoring) ghc-7.0.1: file TypeRep.hi is missing (ignoring) ghc-7.0.1: file Unify.hi is missing (ignoring) ghc-7.0.1: file Bag.hi is missing (ignoring) ghc-7.0.1: file Binary.hi is missing (ignoring) ghc-7.0.1: file BufWrite.hi is missing (ignoring) ghc-7.0.1: file Digraph.hi is missing (ignoring) ghc-7.0.1: file Encoding.hi is missing (ignoring) ghc-7.0.1: file FastBool.hi is missing (ignoring) ghc-7.0.1: file FastFunctions.hi is missing (ignoring) ghc-7.0.1: file FastMutInt.hi is missing (ignoring) ghc-7.0.1: file FastString.hi is missing (ignoring) ghc-7.0.1: file FastTypes.hi is missing (ignoring) ghc-7.0.1: file Fingerprint.hi is missing (ignoring) ghc-7.0.1: file FiniteMap.hi is missing (ignoring) ghc-7.0.1: file GraphBase.hi is missing (ignoring) ghc-7.0.1: file GraphColor.hi is missing (ignoring) ghc-7.0.1: file GraphOps.hi is missing (ignoring) ghc-7.0.1: file GraphPpr.hi is missing (ignoring) ghc-7.0.1: file IOEnv.hi is missing (ignoring) ghc-7.0.1: file Interval.hi is missing (ignoring) ghc-7.0.1: file ListSetOps.hi is missing (ignoring) ghc-7.0.1: file Maybes.hi is missing (ignoring) ghc-7.0.1: file MonadUtils.hi is missing (ignoring) ghc-7.0.1: file OrdList.hi is missing (ignoring) ghc-7.0.1: file Outputable.hi is missing (ignoring) ghc-7.0.1: file Panic.hi is missing (ignoring) ghc-7.0.1: file Pretty.hi is missing (ignoring) ghc-7.0.1: file Serialized.hi is missing (ignoring) ghc-7.0.1: file State.hi is missing (ignoring) ghc-7.0.1: file StringBuffer.hi is missing (ignoring) ghc-7.0.1: file UniqFM.hi is missing (ignoring) ghc-7.0.1: file UniqSet.hi is missing (ignoring) ghc-7.0.1: file Util.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Base.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Initialise.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Modules.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Prelude.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Base.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Naming.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Local.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Global.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/InstEnv.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Base.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Closure.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Hoisting.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/PADict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/PRDict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Poly.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Env.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Repr.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PData.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PRepr.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PADict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PRDict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Type.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/TyConDecl.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Classify.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Convert.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Vect.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Var.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Env.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Exp.hi is missing (ignoring) ghc-7.0.1: file Vectorise.hi is missing (ignoring) ghc-7.0.1: cannot find libHSghc-7.0.1.a on library path (ignoring) Writing new package config file... done. yes checking for ANSI C header files... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.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 for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.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 for sys/stat.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.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/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 for sys/types.h... (cached) 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 for unistd.h... (cached) 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 langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for iswspace... yes checking for lstat... yes checking for getclock... no checking for getrusage... yes checking for times... yes checking for _chsize... no checking for ftruncate... yes checking for epoll_create1... yes checking for epoll_ctl... yes checking for eventfd... yes checking for kevent... no checking for kevent64... no checking for kqueue... no checking for poll... yes checking Haskell type for char... Int8 checking Haskell type for signed char... Int8 checking Haskell type for unsigned char... Word8 checking Haskell type for short... Int16 checking Haskell type for unsigned short... Word16 checking Haskell type for int... Int32 checking Haskell type for unsigned int... Word32 checking Haskell type for long... Int64 checking Haskell type for unsigned long... Word64 checking Haskell type for long long... Int64 checking Haskell type for unsigned long long... Word64 checking Haskell type for float... Float checking Haskell type for double... Double checking Haskell type for ptrdiff_t... Int64 checking Haskell type for size_t... Word64 checking Haskell type for wchar_t... Int32 checking Haskell type for sig_atomic_t... Int32 checking Haskell type for clock_t... Int64 checking Haskell type for time_t... Int64 checking Haskell type for dev_t... Word64 checking Haskell type for ino_t... Word64 checking Haskell type for mode_t... Word32 checking Haskell type for off_t... Int64 checking Haskell type for pid_t... Int32 checking Haskell type for gid_t... Word32 checking Haskell type for uid_t... Word32 checking Haskell type for cc_t... Word8 checking Haskell type for speed_t... Word32 checking Haskell type for tcflag_t... Word32 checking Haskell type for nlink_t... Word64 checking Haskell type for ssize_t... Int64 checking Haskell type for rlim_t... Word64 checking Haskell type for wint_t... not supported checking Haskell type for intptr_t... Int64 checking Haskell type for uintptr_t... Word64 checking Haskell type for intmax_t... Int64 checking Haskell type for uintmax_t... Word64 checking value of E2BIG... 7 checking value of EACCES... 13 checking value of EADDRINUSE... 98 checking value of EADDRNOTAVAIL... 99 checking value of EADV... 68 checking value of EAFNOSUPPORT... 97 checking value of EAGAIN... 11 checking value of EALREADY... 114 checking value of EBADF... 9 checking value of EBADMSG... 74 checking value of EBADRPC... -1 checking value of EBUSY... 16 checking value of ECHILD... 10 checking value of ECOMM... 70 checking value of ECONNABORTED... 103 checking value of ECONNREFUSED... 111 checking value of ECONNRESET... 104 checking value of EDEADLK... 35 checking value of EDESTADDRREQ... 89 checking value of EDIRTY... -1 checking value of EDOM... 33 checking value of EDQUOT... 122 checking value of EEXIST... 17 checking value of EFAULT... 14 checking value of EFBIG... 27 checking value of EFTYPE... -1 checking value of EHOSTDOWN... 112 checking value of EHOSTUNREACH... 113 checking value of EIDRM... 43 checking value of EILSEQ... 84 checking value of EINPROGRESS... 115 checking value of EINTR... 4 checking value of EINVAL... 22 checking value of EIO... 5 checking value of EISCONN... 106 checking value of EISDIR... 21 checking value of ELOOP... 40 checking value of EMFILE... 24 checking value of EMLINK... 31 checking value of EMSGSIZE... 90 checking value of EMULTIHOP... 72 checking value of ENAMETOOLONG... 36 checking value of ENETDOWN... 100 checking value of ENETRESET... 102 checking value of ENETUNREACH... 101 checking value of ENFILE... 23 checking value of ENOBUFS... 105 checking value of ENODATA... 61 checking value of ENODEV... 19 checking value of ENOENT... 2 checking value of ENOEXEC... 8 checking value of ENOLCK... 37 checking value of ENOLINK... 67 checking value of ENOMEM... 12 checking value of ENOMSG... 42 checking value of ENONET... 64 checking value of ENOPROTOOPT... 92 checking value of ENOSPC... 28 checking value of ENOSR... 63 checking value of ENOSTR... 60 checking value of ENOSYS... 38 checking value of ENOTBLK... 15 checking value of ENOTCONN... 107 checking value of ENOTDIR... 20 checking value of ENOTEMPTY... 39 checking value of ENOTSOCK... 88 checking value of ENOTTY... 25 checking value of ENXIO... 6 checking value of EOPNOTSUPP... 95 checking value of EPERM... 1 checking value of EPFNOSUPPORT... 96 checking value of EPIPE... 32 checking value of EPROCLIM... -1 checking value of EPROCUNAVAIL... -1 checking value of EPROGMISMATCH... -1 checking value of EPROGUNAVAIL... -1 checking value of EPROTO... 71 checking value of EPROTONOSUPPORT... 93 checking value of EPROTOTYPE... 91 checking value of ERANGE... 34 checking value of EREMCHG... 78 checking value of EREMOTE... 66 checking value of EROFS... 30 checking value of ERPCMISMATCH... -1 checking value of ERREMOTE... -1 checking value of ESHUTDOWN... 108 checking value of ESOCKTNOSUPPORT... 94 checking value of ESPIPE... 29 checking value of ESRCH... 3 checking value of ESRMNT... 69 checking value of ESTALE... 116 checking value of ETIME... 62 checking value of ETIMEDOUT... 110 checking value of ETOOMANYREFS... 109 checking value of ETXTBSY... 26 checking value of EUSERS... 87 checking value of EWOULDBLOCK... 11 checking value of EXDEV... 18 checking value of ENOCIGAR... -1 checking value of SIGINT... 2 checking value of O_BINARY... 0 checking for library containing iconv... none required checking for library containing locale_charset... no configure: creating ./config.status config.status: creating base.buildinfo config.status: creating include/HsBaseConfig.h config.status: creating include/EventConfig.h config.status: include/EventConfig.h is unchanged configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/base/dist-install/inplace-pkg-config Reading package info from "libraries/base/dist-install/inplace-pkg-config" ... done. base-4.3.0.0: file Foreign/Concurrent.hi is missing (ignoring) base-4.3.0.0: file GHC/Arr.hi is missing (ignoring) base-4.3.0.0: file GHC/Base.hi is missing (ignoring) base-4.3.0.0: file GHC/Classes.hi is missing (ignoring) base-4.3.0.0: file GHC/Conc.hi is missing (ignoring) base-4.3.0.0: file GHC/Conc/IO.hi is missing (ignoring) base-4.3.0.0: file GHC/Conc/Signal.hi is missing (ignoring) base-4.3.0.0: file GHC/Conc/Sync.hi is missing (ignoring) base-4.3.0.0: file GHC/ConsoleHandler.hi is missing (ignoring) base-4.3.0.0: file GHC/Constants.hi is missing (ignoring) base-4.3.0.0: file GHC/Desugar.hi is missing (ignoring) base-4.3.0.0: file GHC/Enum.hi is missing (ignoring) base-4.3.0.0: file GHC/Environment.hi is missing (ignoring) base-4.3.0.0: file GHC/Err.hi is missing (ignoring) base-4.3.0.0: file GHC/Exception.hi is missing (ignoring) base-4.3.0.0: file GHC/Exts.hi is missing (ignoring) base-4.3.0.0: file GHC/Float.hi is missing (ignoring) base-4.3.0.0: file GHC/ForeignPtr.hi is missing (ignoring) base-4.3.0.0: file GHC/MVar.hi is missing (ignoring) base-4.3.0.0: file GHC/IO.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/IOMode.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Buffer.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Device.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/BufferedIO.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/FD.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Exception.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/Latin1.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/UTF8.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/UTF16.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/UTF32.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/Types.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/Iconv.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Encoding/CodePage.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Handle.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Handle/Types.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Handle/Internals.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Handle/FD.hi is missing (ignoring) base-4.3.0.0: file GHC/IO/Handle/Text.hi is missing (ignoring) base-4.3.0.0: file GHC/IOBase.hi is missing (ignoring) base-4.3.0.0: file GHC/Handle.hi is missing (ignoring) base-4.3.0.0: file GHC/IORef.hi is missing (ignoring) base-4.3.0.0: file GHC/IOArray.hi is missing (ignoring) base-4.3.0.0: file GHC/Int.hi is missing (ignoring) base-4.3.0.0: file GHC/List.hi is missing (ignoring) base-4.3.0.0: file GHC/Num.hi is missing (ignoring) base-4.3.0.0: file GHC/PArr.hi is missing (ignoring) base-4.3.0.0: file GHC/Pack.hi is missing (ignoring) base-4.3.0.0: file GHC/Ptr.hi is missing (ignoring) base-4.3.0.0: file GHC/Read.hi is missing (ignoring) base-4.3.0.0: file GHC/Real.hi is missing (ignoring) base-4.3.0.0: file GHC/ST.hi is missing (ignoring) base-4.3.0.0: file GHC/STRef.hi is missing (ignoring) base-4.3.0.0: file GHC/Show.hi is missing (ignoring) base-4.3.0.0: file GHC/Stable.hi is missing (ignoring) base-4.3.0.0: file GHC/Storable.hi is missing (ignoring) base-4.3.0.0: file GHC/TopHandler.hi is missing (ignoring) base-4.3.0.0: file GHC/Unicode.hi is missing (ignoring) base-4.3.0.0: file GHC/Weak.hi is missing (ignoring) base-4.3.0.0: file GHC/Word.hi is missing (ignoring) base-4.3.0.0: file System/Timeout.hi is missing (ignoring) base-4.3.0.0: file System/Event.hi is missing (ignoring) base-4.3.0.0: file Control/Applicative.hi is missing (ignoring) base-4.3.0.0: file Control/Arrow.hi is missing (ignoring) base-4.3.0.0: file Control/Category.hi is missing (ignoring) base-4.3.0.0: file Control/Concurrent.hi is missing (ignoring) base-4.3.0.0: file Control/Concurrent/Chan.hi is missing (ignoring) base-4.3.0.0: file Control/Concurrent/MVar.hi is missing (ignoring) base-4.3.0.0: file Control/Concurrent/QSem.hi is missing (ignoring) base-4.3.0.0: file Control/Concurrent/QSemN.hi is missing (ignoring) base-4.3.0.0: file Control/Concurrent/SampleVar.hi is missing (ignoring) base-4.3.0.0: file Control/Exception.hi is missing (ignoring) base-4.3.0.0: file Control/Exception/Base.hi is missing (ignoring) base-4.3.0.0: file Control/OldException.hi is missing (ignoring) base-4.3.0.0: file Control/Monad.hi is missing (ignoring) base-4.3.0.0: file Control/Monad/Fix.hi is missing (ignoring) base-4.3.0.0: file Control/Monad/Instances.hi is missing (ignoring) base-4.3.0.0: file Control/Monad/ST.hi is missing (ignoring) base-4.3.0.0: file Control/Monad/ST/Lazy.hi is missing (ignoring) base-4.3.0.0: file Control/Monad/ST/Strict.hi is missing (ignoring) base-4.3.0.0: file Data/Bits.hi is missing (ignoring) base-4.3.0.0: file Data/Bool.hi is missing (ignoring) base-4.3.0.0: file Data/Char.hi is missing (ignoring) base-4.3.0.0: file Data/Complex.hi is missing (ignoring) base-4.3.0.0: file Data/Dynamic.hi is missing (ignoring) base-4.3.0.0: file Data/Either.hi is missing (ignoring) base-4.3.0.0: file Data/Eq.hi is missing (ignoring) base-4.3.0.0: file Data/Data.hi is missing (ignoring) base-4.3.0.0: file Data/Fixed.hi is missing (ignoring) base-4.3.0.0: file Data/Foldable.hi is missing (ignoring) base-4.3.0.0: file Data/Function.hi is missing (ignoring) base-4.3.0.0: file Data/Functor.hi is missing (ignoring) base-4.3.0.0: file Data/HashTable.hi is missing (ignoring) base-4.3.0.0: file Data/IORef.hi is missing (ignoring) base-4.3.0.0: file Data/Int.hi is missing (ignoring) base-4.3.0.0: file Data/Ix.hi is missing (ignoring) base-4.3.0.0: file Data/List.hi is missing (ignoring) base-4.3.0.0: file Data/Maybe.hi is missing (ignoring) base-4.3.0.0: file Data/Monoid.hi is missing (ignoring) base-4.3.0.0: file Data/Ord.hi is missing (ignoring) base-4.3.0.0: file Data/Ratio.hi is missing (ignoring) base-4.3.0.0: file Data/STRef.hi is missing (ignoring) base-4.3.0.0: file Data/STRef/Lazy.hi is missing (ignoring) base-4.3.0.0: file Data/STRef/Strict.hi is missing (ignoring) base-4.3.0.0: file Data/String.hi is missing (ignoring) base-4.3.0.0: file Data/Traversable.hi is missing (ignoring) base-4.3.0.0: file Data/Tuple.hi is missing (ignoring) base-4.3.0.0: file Data/Typeable.hi is missing (ignoring) base-4.3.0.0: file Data/Unique.hi is missing (ignoring) base-4.3.0.0: file Data/Version.hi is missing (ignoring) base-4.3.0.0: file Data/Word.hi is missing (ignoring) base-4.3.0.0: file Debug/Trace.hi is missing (ignoring) base-4.3.0.0: file Foreign.hi is missing (ignoring) base-4.3.0.0: file Foreign/C.hi is missing (ignoring) base-4.3.0.0: file Foreign/C/Error.hi is missing (ignoring) base-4.3.0.0: file Foreign/C/String.hi is missing (ignoring) base-4.3.0.0: file Foreign/C/Types.hi is missing (ignoring) base-4.3.0.0: file Foreign/ForeignPtr.hi is missing (ignoring) base-4.3.0.0: file Foreign/Marshal.hi is missing (ignoring) base-4.3.0.0: file Foreign/Marshal/Alloc.hi is missing (ignoring) base-4.3.0.0: file Foreign/Marshal/Array.hi is missing (ignoring) base-4.3.0.0: file Foreign/Marshal/Error.hi is missing (ignoring) base-4.3.0.0: file Foreign/Marshal/Pool.hi is missing (ignoring) base-4.3.0.0: file Foreign/Marshal/Utils.hi is missing (ignoring) base-4.3.0.0: file Foreign/Ptr.hi is missing (ignoring) base-4.3.0.0: file Foreign/StablePtr.hi is missing (ignoring) base-4.3.0.0: file Foreign/Storable.hi is missing (ignoring) base-4.3.0.0: file Numeric.hi is missing (ignoring) base-4.3.0.0: file Prelude.hi is missing (ignoring) base-4.3.0.0: file System/Console/GetOpt.hi is missing (ignoring) base-4.3.0.0: file System/CPUTime.hi is missing (ignoring) base-4.3.0.0: file System/Environment.hi is missing (ignoring) base-4.3.0.0: file System/Exit.hi is missing (ignoring) base-4.3.0.0: file System/IO.hi is missing (ignoring) base-4.3.0.0: file System/IO/Error.hi is missing (ignoring) base-4.3.0.0: file System/IO/Unsafe.hi is missing (ignoring) base-4.3.0.0: file System/Info.hi is missing (ignoring) base-4.3.0.0: file System/Mem.hi is missing (ignoring) base-4.3.0.0: file System/Mem/StableName.hi is missing (ignoring) base-4.3.0.0: file System/Mem/Weak.hi is missing (ignoring) base-4.3.0.0: file System/Posix/Internals.hi is missing (ignoring) base-4.3.0.0: file System/Posix/Types.hi is missing (ignoring) base-4.3.0.0: file Text/ParserCombinators/ReadP.hi is missing (ignoring) base-4.3.0.0: file Text/ParserCombinators/ReadPrec.hi is missing (ignoring) base-4.3.0.0: file Text/Printf.hi is missing (ignoring) base-4.3.0.0: file Text/Read.hi is missing (ignoring) base-4.3.0.0: file Text/Read/Lex.hi is missing (ignoring) base-4.3.0.0: file Text/Show.hi is missing (ignoring) base-4.3.0.0: file Text/Show/Functions.hi is missing (ignoring) base-4.3.0.0: file Unsafe/Coerce.hi is missing (ignoring) base-4.3.0.0: file System/Event/Array.hi is missing (ignoring) base-4.3.0.0: file System/Event/Clock.hi is missing (ignoring) base-4.3.0.0: file System/Event/Control.hi is missing (ignoring) base-4.3.0.0: file System/Event/EPoll.hi is missing (ignoring) base-4.3.0.0: file System/Event/IntMap.hi is missing (ignoring) base-4.3.0.0: file System/Event/Internal.hi is missing (ignoring) base-4.3.0.0: file System/Event/KQueue.hi is missing (ignoring) base-4.3.0.0: file System/Event/Manager.hi is missing (ignoring) base-4.3.0.0: file System/Event/PSQ.hi is missing (ignoring) base-4.3.0.0: file System/Event/Poll.hi is missing (ignoring) base-4.3.0.0: file System/Event/Thread.hi is missing (ignoring) base-4.3.0.0: file System/Event/Unique.hi is missing (ignoring) base-4.3.0.0: cannot find libHSbase-4.3.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/filepath Configuring filepath-1.2.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/filepath/dist-install/inplace-pkg-config Reading package info from "libraries/filepath/dist-install/inplace-pkg-config" ... done. filepath-1.2.0.0: file System/FilePath.hi is missing (ignoring) filepath-1.2.0.0: file System/FilePath/Posix.hi is missing (ignoring) filepath-1.2.0.0: file System/FilePath/Windows.hi is missing (ignoring) filepath-1.2.0.0: cannot find libHSfilepath-1.2.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/array Configuring array-0.3.0.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/array/dist-install/inplace-pkg-config Reading package info from "libraries/array/dist-install/inplace-pkg-config" ... done. array-0.3.0.2: file Data/Array/Base.hi is missing (ignoring) array-0.3.0.2: file Data/Array/IArray.hi is missing (ignoring) array-0.3.0.2: file Data/Array/IO.hi is missing (ignoring) array-0.3.0.2: file Data/Array/IO/Internals.hi is missing (ignoring) array-0.3.0.2: file Data/Array/MArray.hi is missing (ignoring) array-0.3.0.2: file Data/Array/ST.hi is missing (ignoring) array-0.3.0.2: file Data/Array/Storable.hi is missing (ignoring) array-0.3.0.2: file Data/Array/Unboxed.hi is missing (ignoring) array-0.3.0.2: file Data/Array.hi is missing (ignoring) array-0.3.0.2: cannot find libHSarray-0.3.0.2.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/bytestring Configuring bytestring-0.9.1.8... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/bytestring/dist-install/inplace-pkg-config Reading package info from "libraries/bytestring/dist-install/inplace-pkg-config" ... done. bytestring-0.9.1.8: file Data/ByteString.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Char8.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Unsafe.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Internal.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Lazy.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Lazy/Char8.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Lazy/Internal.hi is missing (ignoring) bytestring-0.9.1.8: file Data/ByteString/Fusion.hi is missing (ignoring) bytestring-0.9.1.8: cannot find libHSbytestring-0.9.1.8.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/containers Configuring containers-0.4.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/containers/dist-install/inplace-pkg-config Reading package info from "libraries/containers/dist-install/inplace-pkg-config" ... done. containers-0.4.0.0: file Data/Graph.hi is missing (ignoring) containers-0.4.0.0: file Data/Sequence.hi is missing (ignoring) containers-0.4.0.0: file Data/Tree.hi is missing (ignoring) containers-0.4.0.0: file Data/IntMap.hi is missing (ignoring) containers-0.4.0.0: file Data/IntSet.hi is missing (ignoring) containers-0.4.0.0: file Data/Map.hi is missing (ignoring) containers-0.4.0.0: file Data/Set.hi is missing (ignoring) containers-0.4.0.0: cannot find libHScontainers-0.4.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/unix Configuring unix-2.4.1.0... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for an ANSI C-conforming const... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.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 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 for string.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.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 libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.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 for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getpwnam... yes checking for getpwuid... yes checking for getpwent... yes checking for getgrent... yes checking for lchown... yes checking for setenv... yes checking for sysconf... yes checking for unsetenv... yes checking for nanosleep... yes checking for ptsname... yes checking for setitimer... yes checking for readdir_r... yes checking for shm_open in -lrt... yes checking for shm_open... yes checking for shm_unlink... yes checking value of SIGABRT... 6 checking value of SIGALRM... 14 checking value of SIGBUS... 7 checking value of SIGCHLD... 17 checking value of SIGCONT... 18 checking value of SIGFPE... 8 checking value of SIGHUP... 1 checking value of SIGILL... 4 checking value of SIGINT... 2 checking value of SIGKILL... 9 checking value of SIGPIPE... 13 checking value of SIGQUIT... 3 checking value of SIGSEGV... 11 checking value of SIGSTOP... 19 checking value of SIGTERM... 15 checking value of SIGTSTP... 20 checking value of SIGTTIN... 21 checking value of SIGTTOU... 22 checking value of SIGUSR1... 10 checking value of SIGUSR2... 12 checking value of SIGPOLL... 29 checking value of SIGPROF... 27 checking value of SIGSYS... 31 checking value of SIGTRAP... 5 checking value of SIGURG... 23 checking value of SIGVTALRM... 26 checking value of SIGXCPU... 24 checking value of SIGXFSZ... 25 checking value of SIG_BLOCK... 0 checking value of SIG_SETMASK... 2 checking value of SIG_UNBLOCK... 1 checking for _SC_GETGR_R_SIZE_MAX... yes checking for _SC_GETPW_R_SIZE_MAX... yes checking return type of usleep... int checking return type of unsetenv... int checking for RTLD_NEXT from dlfcn.h... no checking for RTLD_DEFAULT from dlfcn.h... no checking for RTLD_LOCAL from dlfcn.h... yes checking for RTLD_GLOBAL from dlfcn.h... yes checking for RTLD_NOW from dlfcn.h... yes checking for openpty... no checking for openpty in -lutil... yes checking for /dev/ptmx... yes checking for /dev/ptc... no checking for dlopen in -ldl... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu configure: creating ./config.status config.status: creating unix.buildinfo config.status: creating include/HsUnixConfig.h configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/unix/dist-install/inplace-pkg-config Reading package info from "libraries/unix/dist-install/inplace-pkg-config" ... done. unix-2.4.1.0: file System/Posix.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/DynamicLinker/Module.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/DynamicLinker/Prim.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Directory.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/DynamicLinker.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Env.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Error.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Files.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/IO.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Process.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Process/Internals.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Resource.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Temp.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Terminal.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Time.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Unistd.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/User.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Signals.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Signals/Exts.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/Semaphore.hi is missing (ignoring) unix-2.4.1.0: file System/Posix/SharedMem.hi is missing (ignoring) unix-2.4.1.0: cannot find libHSunix-2.4.1.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/old-locale Configuring old-locale-1.0.0.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/old-locale/dist-install/inplace-pkg-config Reading package info from "libraries/old-locale/dist-install/inplace-pkg-config" ... done. old-locale-1.0.0.2: file System/Locale.hi is missing (ignoring) old-locale-1.0.0.2: cannot find libHSold-locale-1.0.0.2.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/old-time Configuring old-time-1.0.0.6... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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 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 time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for ftime... yes checking for gmtime_r... yes checking for localtime_r... yes checking for gettimeofday... 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 for sys/time.h... (cached) yes checking whether altzone is declared... no configure: creating ./config.status config.status: creating include/HsTimeConfig.h configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/old-time/dist-install/inplace-pkg-config Reading package info from "libraries/old-time/dist-install/inplace-pkg-config" ... done. old-time-1.0.0.6: file System/Time.hi is missing (ignoring) old-time-1.0.0.6: cannot find libHSold-time-1.0.0.6.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/time Configuring time-1.2.0.3... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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 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 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 include/HsTimeConfig.h configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/time/dist-install/inplace-pkg-config Reading package info from "libraries/time/dist-install/inplace-pkg-config" ... done. time-1.2.0.3: file Data/Time/Calendar.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/MonthDay.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/OrdinalDate.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/WeekDate.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/Julian.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/Easter.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock/POSIX.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock/TAI.hi is missing (ignoring) time-1.2.0.3: file Data/Time/LocalTime.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Format.hi is missing (ignoring) time-1.2.0.3: file Data/Time.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/Private.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/Days.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/Gregorian.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Calendar/JulianYearDay.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock/Scale.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock/UTC.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock/CTimeval.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Clock/UTCDiff.hi is missing (ignoring) time-1.2.0.3: file Data/Time/LocalTime/TimeZone.hi is missing (ignoring) time-1.2.0.3: file Data/Time/LocalTime/TimeOfDay.hi is missing (ignoring) time-1.2.0.3: file Data/Time/LocalTime/LocalTime.hi is missing (ignoring) time-1.2.0.3: file Data/Time/Format/Parse.hi is missing (ignoring) time-1.2.0.3: cannot find libHStime-1.2.0.3.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/directory Configuring directory-1.1.0.0... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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 for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes configure: creating ./config.status config.status: creating include/HsDirectoryConfig.h configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/directory/dist-install/inplace-pkg-config Reading package info from "libraries/directory/dist-install/inplace-pkg-config" ... done. directory-1.1.0.0: file System/Directory.hi is missing (ignoring) directory-1.1.0.0: cannot find libHSdirectory-1.1.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/process Configuring process-1.0.1.4... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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 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 signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for setitimer,... no checking for sysconf... yes checking value of SIG_DFL... -1 checking value of SIG_IGN... -1 configure: creating ./config.status config.status: creating include/HsProcessConfig.h configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/process/dist-install/inplace-pkg-config Reading package info from "libraries/process/dist-install/inplace-pkg-config" ... done. process-1.0.1.4: file System/Process/Internals.hi is missing (ignoring) process-1.0.1.4: file System/Process.hi is missing (ignoring) process-1.0.1.4: file System/Cmd.hi is missing (ignoring) process-1.0.1.4: cannot find libHSprocess-1.0.1.4.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/random Configuring random-1.0.0.3... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/random/dist-install/inplace-pkg-config Reading package info from "libraries/random/dist-install/inplace-pkg-config" ... done. random-1.0.0.3: file System/Random.hi is missing (ignoring) random-1.0.0.3: cannot find libHSrandom-1.0.0.3.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/extensible-exceptions Configuring extensible-exceptions-0.1.1.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/extensible-exceptions/dist-install/inplace-pkg-config Reading package info from "libraries/extensible-exceptions/dist-install/inplace-pkg-config" ... done. extensible-exceptions-0.1.1.2: file Control/Exception/Extensible.hi is missing (ignoring) extensible-exceptions-0.1.1.2: cannot find libHSextensible-exceptions-0.1.1.2.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/haskell98 Configuring haskell98-1.1.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/haskell98/dist-install/inplace-pkg-config Reading package info from "libraries/haskell98/dist-install/inplace-pkg-config" ... done. haskell98-1.1.0.0: file Array.hi is missing (ignoring) haskell98-1.1.0.0: file CPUTime.hi is missing (ignoring) haskell98-1.1.0.0: file Char.hi is missing (ignoring) haskell98-1.1.0.0: file Complex.hi is missing (ignoring) haskell98-1.1.0.0: file Directory.hi is missing (ignoring) haskell98-1.1.0.0: file IO.hi is missing (ignoring) haskell98-1.1.0.0: file Ix.hi is missing (ignoring) haskell98-1.1.0.0: file List.hi is missing (ignoring) haskell98-1.1.0.0: file Locale.hi is missing (ignoring) haskell98-1.1.0.0: file Maybe.hi is missing (ignoring) haskell98-1.1.0.0: file Monad.hi is missing (ignoring) haskell98-1.1.0.0: file Random.hi is missing (ignoring) haskell98-1.1.0.0: file Ratio.hi is missing (ignoring) haskell98-1.1.0.0: file System.hi is missing (ignoring) haskell98-1.1.0.0: file Time.hi is missing (ignoring) haskell98-1.1.0.0: file Bits.hi is missing (ignoring) haskell98-1.1.0.0: file CError.hi is missing (ignoring) haskell98-1.1.0.0: file CForeign.hi is missing (ignoring) haskell98-1.1.0.0: file CString.hi is missing (ignoring) haskell98-1.1.0.0: file CTypes.hi is missing (ignoring) haskell98-1.1.0.0: file ForeignPtr.hi is missing (ignoring) haskell98-1.1.0.0: file Int.hi is missing (ignoring) haskell98-1.1.0.0: file MarshalAlloc.hi is missing (ignoring) haskell98-1.1.0.0: file MarshalArray.hi is missing (ignoring) haskell98-1.1.0.0: file MarshalError.hi is missing (ignoring) haskell98-1.1.0.0: file MarshalUtils.hi is missing (ignoring) haskell98-1.1.0.0: file Ptr.hi is missing (ignoring) haskell98-1.1.0.0: file StablePtr.hi is missing (ignoring) haskell98-1.1.0.0: file Storable.hi is missing (ignoring) haskell98-1.1.0.0: file Word.hi is missing (ignoring) haskell98-1.1.0.0: cannot find libHShaskell98-1.1.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/haskell2010 Configuring haskell2010-1.0.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/haskell2010/dist-install/inplace-pkg-config Reading package info from "libraries/haskell2010/dist-install/inplace-pkg-config" ... done. haskell2010-1.0.0.0: file Data/Array.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Char.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Complex.hi is missing (ignoring) haskell2010-1.0.0.0: file System/IO.hi is missing (ignoring) haskell2010-1.0.0.0: file System/IO/Error.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Ix.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/List.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Maybe.hi is missing (ignoring) haskell2010-1.0.0.0: file Control/Monad.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Ratio.hi is missing (ignoring) haskell2010-1.0.0.0: file System/Environment.hi is missing (ignoring) haskell2010-1.0.0.0: file System/Exit.hi is missing (ignoring) haskell2010-1.0.0.0: file Numeric.hi is missing (ignoring) haskell2010-1.0.0.0: file Prelude.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Int.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Word.hi is missing (ignoring) haskell2010-1.0.0.0: file Data/Bits.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Ptr.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/ForeignPtr.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/StablePtr.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Storable.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/C.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/C/Error.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/C/String.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/C/Types.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Marshal.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Marshal/Alloc.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Marshal/Array.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Marshal/Error.hi is missing (ignoring) haskell2010-1.0.0.0: file Foreign/Marshal/Utils.hi is missing (ignoring) haskell2010-1.0.0.0: cannot find libHShaskell2010-1.0.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/hpc Configuring hpc-0.5.0.6... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/hpc/dist-install/inplace-pkg-config Reading package info from "libraries/hpc/dist-install/inplace-pkg-config" ... done. hpc-0.5.0.6: file Trace/Hpc/Util.hi is missing (ignoring) hpc-0.5.0.6: file Trace/Hpc/Mix.hi is missing (ignoring) hpc-0.5.0.6: file Trace/Hpc/Tix.hi is missing (ignoring) hpc-0.5.0.6: file Trace/Hpc/Reflect.hi is missing (ignoring) hpc-0.5.0.6: cannot find libHShpc-0.5.0.6.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/pretty Configuring pretty-1.0.1.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/pretty/dist-install/inplace-pkg-config Reading package info from "libraries/pretty/dist-install/inplace-pkg-config" ... done. pretty-1.0.1.2: file Text/PrettyPrint.hi is missing (ignoring) pretty-1.0.1.2: file Text/PrettyPrint/HughesPJ.hi is missing (ignoring) pretty-1.0.1.2: cannot find libHSpretty-1.0.1.2.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/template-haskell Configuring template-haskell-2.5.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/template-haskell/dist-install/inplace-pkg-config Reading package info from "libraries/template-haskell/dist-install/inplace-pkg-config" ... done. template-haskell-2.5.0.0: file Language/Haskell/TH/Syntax/Internals.hi is missing (ignoring) template-haskell-2.5.0.0: file Language/Haskell/TH/Syntax.hi is missing (ignoring) template-haskell-2.5.0.0: file Language/Haskell/TH/PprLib.hi is missing (ignoring) template-haskell-2.5.0.0: file Language/Haskell/TH/Ppr.hi is missing (ignoring) template-haskell-2.5.0.0: file Language/Haskell/TH/Lib.hi is missing (ignoring) template-haskell-2.5.0.0: file Language/Haskell/TH/Quote.hi is missing (ignoring) template-haskell-2.5.0.0: file Language/Haskell/TH.hi is missing (ignoring) template-haskell-2.5.0.0: cannot find libHStemplate-haskell-2.5.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/Cabal Configuring Cabal-1.10.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/Cabal/dist-install/inplace-pkg-config Reading package info from "libraries/Cabal/dist-install/inplace-pkg-config" ... done. Cabal-1.10.0.0: file Distribution/Compiler.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/InstalledPackageInfo.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/License.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Make.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/ModuleName.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Package.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription/Configuration.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription/Parse.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/PackageDescription/Check.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/ParseUtils.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/ReadE.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Build.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Build/Macros.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Build/PathsModule.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/BuildPaths.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Command.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Compiler.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Configure.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/GHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/LHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Haddock.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Hugs.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Install.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/InstallDirs.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/JHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/LocalBuildInfo.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/NHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/PackageIndex.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/PreProcess.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/PreProcess/Unlit.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Ar.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Builtin.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Db.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/HcPkg.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Ld.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Run.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Script.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Program/Types.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Register.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Setup.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/SrcDist.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Test.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/UHC.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/UserHooks.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/Utils.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/System.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/TestSuite.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Text.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Verbosity.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Version.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/ReadP.hi is missing (ignoring) Cabal-1.10.0.0: file Language/Haskell/Extension.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/GetOpt.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/Exception.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/CopyFile.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Compat/TempFile.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/GHC/IPI641.hi is missing (ignoring) Cabal-1.10.0.0: file Distribution/Simple/GHC/IPI642.hi is missing (ignoring) Cabal-1.10.0.0: file Paths_Cabal.hi is missing (ignoring) Cabal-1.10.0.0: cannot find libHSCabal-1.10.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/ghc-binary Configuring ghc-binary-0.5.0.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/ghc-binary/dist-install/inplace-pkg-config Reading package info from "libraries/ghc-binary/dist-install/inplace-pkg-config" ... done. ghc-binary-0.5.0.2: file Data/Binary.hi is missing (ignoring) ghc-binary-0.5.0.2: file Data/Binary/Put.hi is missing (ignoring) ghc-binary-0.5.0.2: file Data/Binary/Get.hi is missing (ignoring) ghc-binary-0.5.0.2: file Data/Binary/Builder.hi is missing (ignoring) ghc-binary-0.5.0.2: cannot find libHSghc-binary-0.5.0.2.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/bin-package-db Configuring bin-package-db-0.0.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/bin-package-db/dist-install/inplace-pkg-config Reading package info from "libraries/bin-package-db/dist-install/inplace-pkg-config" ... done. bin-package-db-0.0.0.0: file Distribution/InstalledPackageInfo/Binary.hi is missing (ignoring) bin-package-db-0.0.0.0: cannot find libHSbin-package-db-0.0.0.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/mtl Configuring mtl-1.1.1.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/mtl/dist-install/inplace-pkg-config Reading package info from "libraries/mtl/dist-install/inplace-pkg-config" ... done. mtl-1.1.1.0: file Control/Monad/Cont.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Cont/Class.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Error.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Error/Class.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Identity.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/List.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/RWS.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/RWS/Class.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/RWS/Lazy.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/RWS/Strict.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Reader.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Reader/Class.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/State.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/State/Class.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/State/Lazy.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/State/Strict.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Trans.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Writer.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Writer/Class.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Writer/Lazy.hi is missing (ignoring) mtl-1.1.1.0: file Control/Monad/Writer/Strict.hi is missing (ignoring) mtl-1.1.1.0: cannot find libHSmtl-1.1.1.0.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/utf8-string Configuring utf8-string-0.3.6... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/utf8-string/dist-install/inplace-pkg-config Reading package info from "libraries/utf8-string/dist-install/inplace-pkg-config" ... done. utf8-string-0.3.6: file Codec/Binary/UTF8/String.hi is missing (ignoring) utf8-string-0.3.6: file Codec/Binary/UTF8/Generic.hi is missing (ignoring) utf8-string-0.3.6: file System/IO/UTF8.hi is missing (ignoring) utf8-string-0.3.6: file System/Environment/UTF8.hi is missing (ignoring) utf8-string-0.3.6: file Data/String/UTF8.hi is missing (ignoring) utf8-string-0.3.6: file Data/ByteString/UTF8.hi is missing (ignoring) utf8-string-0.3.6: file Data/ByteString/Lazy/UTF8.hi is missing (ignoring) utf8-string-0.3.6: cannot find libHSutf8-string-0.3.6.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/xhtml Configuring xhtml-3000.2.0.1... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/xhtml/dist-install/inplace-pkg-config Reading package info from "libraries/xhtml/dist-install/inplace-pkg-config" ... done. xhtml-3000.2.0.1: file Text/XHtml.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Frameset.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Strict.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Transitional.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Debug.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Table.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Strict/Attributes.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Strict/Elements.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Frameset/Attributes.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Frameset/Elements.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Transitional/Attributes.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Transitional/Elements.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/BlockTable.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Extras.hi is missing (ignoring) xhtml-3000.2.0.1: file Text/XHtml/Internals.hi is missing (ignoring) xhtml-3000.2.0.1: cannot find libHSxhtml-3000.2.0.1.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/terminfo Warning: terminfo.cabal: A package using 'cabal-version: >=1.4' must use section syntax. See the Cabal user guide for details. Warning: terminfo.cabal: A package using 'cabal-version: >=1.4' must use section syntax. See the Cabal user guide for details. Configuring terminfo-0.3.1.3... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/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 ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for setupterm in -lncursesw... yes configure: creating ./config.status config.status: creating terminfo.buildinfo configure: WARNING: unrecognized options: --with-compiler "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/terminfo/dist-install/inplace-pkg-config Reading package info from "libraries/terminfo/dist-install/inplace-pkg-config" ... done. terminfo-0.3.1.3: file System/Console/Terminfo.hi is missing (ignoring) terminfo-0.3.1.3: file System/Console/Terminfo/Base.hi is missing (ignoring) terminfo-0.3.1.3: file System/Console/Terminfo/Cursor.hi is missing (ignoring) terminfo-0.3.1.3: file System/Console/Terminfo/Color.hi is missing (ignoring) terminfo-0.3.1.3: file System/Console/Terminfo/Edit.hi is missing (ignoring) terminfo-0.3.1.3: file System/Console/Terminfo/Effects.hi is missing (ignoring) terminfo-0.3.1.3: file System/Console/Terminfo/Keys.hi is missing (ignoring) terminfo-0.3.1.3: cannot find libHSterminfo-0.3.1.3.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install libraries/haskeline Configuring haskeline-0.6.3... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force libraries/haskeline/dist-install/inplace-pkg-config Reading package info from "libraries/haskeline/dist-install/inplace-pkg-config" ... done. haskeline-0.6.3: file System/Console/Haskeline.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Completion.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Encoding.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/MonadException.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/History.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/IO.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Backend/Terminfo.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Backend/WCWidth.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Backend/Posix.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Backend/IConv.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Backend/DumbTerm.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Backend.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Command.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Command/Completion.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Command/History.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Command/KillRing.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Directory.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Emacs.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/InputT.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Key.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/LineState.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Monads.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Prefs.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/RunCommand.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Term.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Command/Undo.hi is missing (ignoring) haskeline-0.6.3: file System/Console/Haskeline/Vi.hi is missing (ignoring) haskeline-0.6.3: cannot find libHShaskeline-0.6.3.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --flags=stage2 --flags=ncg --flags=ghci --enable-shared --flags=dynlibs --ghc-option=-DGHCI_TABLES_NEXT_TO_CODE --ghc-option=-DSTAGE=2 --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- stage2 compiler Configuring ghc-7.0.1... Warning: 'include-dirs: ../libraries/base/cbits' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. Warning: 'include-dirs: ../libraries/base/include' is a relative path outside of the source tree. This will not work when generating a tarball with 'sdist'. "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" update --force compiler/stage2/inplace-pkg-config Reading package info from "compiler/stage2/inplace-pkg-config" ... done. ghc-7.0.1: file AsmCodeGen.hi is missing (ignoring) ghc-7.0.1: file TargetReg.hi is missing (ignoring) ghc-7.0.1: file NCGMonad.hi is missing (ignoring) ghc-7.0.1: file Instruction.hi is missing (ignoring) ghc-7.0.1: file Size.hi is missing (ignoring) ghc-7.0.1: file Reg.hi is missing (ignoring) ghc-7.0.1: file RegClass.hi is missing (ignoring) ghc-7.0.1: file PIC.hi is missing (ignoring) ghc-7.0.1: file Platform.hi is missing (ignoring) ghc-7.0.1: file Alpha/Regs.hi is missing (ignoring) ghc-7.0.1: file Alpha/RegInfo.hi is missing (ignoring) ghc-7.0.1: file Alpha/Instr.hi is missing (ignoring) ghc-7.0.1: file Alpha/CodeGen.hi is missing (ignoring) ghc-7.0.1: file X86/Regs.hi is missing (ignoring) ghc-7.0.1: file X86/RegInfo.hi is missing (ignoring) ghc-7.0.1: file X86/Instr.hi is missing (ignoring) ghc-7.0.1: file X86/Cond.hi is missing (ignoring) ghc-7.0.1: file X86/Ppr.hi is missing (ignoring) ghc-7.0.1: file X86/CodeGen.hi is missing (ignoring) ghc-7.0.1: file PPC/Regs.hi is missing (ignoring) ghc-7.0.1: file PPC/RegInfo.hi is missing (ignoring) ghc-7.0.1: file PPC/Instr.hi is missing (ignoring) ghc-7.0.1: file PPC/Cond.hi is missing (ignoring) ghc-7.0.1: file PPC/Ppr.hi is missing (ignoring) ghc-7.0.1: file PPC/CodeGen.hi is missing (ignoring) ghc-7.0.1: file SPARC/Base.hi is missing (ignoring) ghc-7.0.1: file SPARC/Regs.hi is missing (ignoring) ghc-7.0.1: file SPARC/RegPlate.hi is missing (ignoring) ghc-7.0.1: file SPARC/Imm.hi is missing (ignoring) ghc-7.0.1: file SPARC/AddrMode.hi is missing (ignoring) ghc-7.0.1: file SPARC/Cond.hi is missing (ignoring) ghc-7.0.1: file SPARC/Instr.hi is missing (ignoring) ghc-7.0.1: file SPARC/Stack.hi is missing (ignoring) ghc-7.0.1: file SPARC/ShortcutJump.hi is missing (ignoring) ghc-7.0.1: file SPARC/Ppr.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Amode.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Base.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/CCall.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/CondCode.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Gen32.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Gen64.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Sanity.hi is missing (ignoring) ghc-7.0.1: file SPARC/CodeGen/Expand.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Liveness.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Main.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Stats.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/ArchBase.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/ArchX86.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Coalesce.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/Spill.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/SpillClean.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/SpillCost.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Graph/TrivColorable.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/Main.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/JoinToTargets.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/State.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/Stats.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/StackMap.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/Base.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/X86/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/PPC/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file RegAlloc/Linear/SPARC/FreeRegs.hi is missing (ignoring) ghc-7.0.1: file DsMeta.hi is missing (ignoring) ghc-7.0.1: file TcSplice.hi is missing (ignoring) ghc-7.0.1: file Convert.hi is missing (ignoring) ghc-7.0.1: file ByteCodeAsm.hi is missing (ignoring) ghc-7.0.1: file ByteCodeFFI.hi is missing (ignoring) ghc-7.0.1: file ByteCodeGen.hi is missing (ignoring) ghc-7.0.1: file ByteCodeInstr.hi is missing (ignoring) ghc-7.0.1: file ByteCodeItbls.hi is missing (ignoring) ghc-7.0.1: file ByteCodeLink.hi is missing (ignoring) ghc-7.0.1: file Debugger.hi is missing (ignoring) ghc-7.0.1: file LibFFI.hi is missing (ignoring) ghc-7.0.1: file Linker.hi is missing (ignoring) ghc-7.0.1: file ObjLink.hi is missing (ignoring) ghc-7.0.1: file RtClosureInspect.hi is missing (ignoring) ghc-7.0.1: file BasicTypes.hi is missing (ignoring) ghc-7.0.1: file DataCon.hi is missing (ignoring) ghc-7.0.1: file Demand.hi is missing (ignoring) ghc-7.0.1: file Exception.hi is missing (ignoring) ghc-7.0.1: file Id.hi is missing (ignoring) ghc-7.0.1: file IdInfo.hi is missing (ignoring) ghc-7.0.1: file Literal.hi is missing (ignoring) ghc-7.0.1: file Llvm.hi is missing (ignoring) ghc-7.0.1: file Llvm/AbsSyn.hi is missing (ignoring) ghc-7.0.1: file Llvm/PpLlvm.hi is missing (ignoring) ghc-7.0.1: file Llvm/Types.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Base.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/CodeGen.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Data.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Ppr.hi is missing (ignoring) ghc-7.0.1: file LlvmCodeGen/Regs.hi is missing (ignoring) ghc-7.0.1: file LlvmMangler.hi is missing (ignoring) ghc-7.0.1: file MkId.hi is missing (ignoring) ghc-7.0.1: file Module.hi is missing (ignoring) ghc-7.0.1: file Name.hi is missing (ignoring) ghc-7.0.1: file NameEnv.hi is missing (ignoring) ghc-7.0.1: file NameSet.hi is missing (ignoring) ghc-7.0.1: file OccName.hi is missing (ignoring) ghc-7.0.1: file RdrName.hi is missing (ignoring) ghc-7.0.1: file SrcLoc.hi is missing (ignoring) ghc-7.0.1: file UniqSupply.hi is missing (ignoring) ghc-7.0.1: file Unique.hi is missing (ignoring) ghc-7.0.1: file Var.hi is missing (ignoring) ghc-7.0.1: file VarEnv.hi is missing (ignoring) ghc-7.0.1: file VarSet.hi is missing (ignoring) ghc-7.0.1: file BlockId.hi is missing (ignoring) ghc-7.0.1: file CLabel.hi is missing (ignoring) ghc-7.0.1: file Cmm.hi is missing (ignoring) ghc-7.0.1: file CmmBrokenBlock.hi is missing (ignoring) ghc-7.0.1: file CmmBuildInfoTables.hi is missing (ignoring) ghc-7.0.1: file CmmCPS.hi is missing (ignoring) ghc-7.0.1: file CmmCPSGen.hi is missing (ignoring) ghc-7.0.1: file CmmCPSZ.hi is missing (ignoring) ghc-7.0.1: file CmmCallConv.hi is missing (ignoring) ghc-7.0.1: file CmmCommonBlockElimZ.hi is missing (ignoring) ghc-7.0.1: file CmmContFlowOpt.hi is missing (ignoring) ghc-7.0.1: file CmmCvt.hi is missing (ignoring) ghc-7.0.1: file CmmExpr.hi is missing (ignoring) ghc-7.0.1: file CmmInfo.hi is missing (ignoring) ghc-7.0.1: file CmmLex.hi is missing (ignoring) ghc-7.0.1: file CmmLint.hi is missing (ignoring) ghc-7.0.1: file CmmLive.hi is missing (ignoring) ghc-7.0.1: file CmmLiveZ.hi is missing (ignoring) ghc-7.0.1: file CmmOpt.hi is missing (ignoring) ghc-7.0.1: file CmmParse.hi is missing (ignoring) ghc-7.0.1: file CmmProcPoint.hi is missing (ignoring) ghc-7.0.1: file CmmProcPointZ.hi is missing (ignoring) ghc-7.0.1: file CmmSpillReload.hi is missing (ignoring) ghc-7.0.1: file CmmStackLayout.hi is missing (ignoring) ghc-7.0.1: file CmmTx.hi is missing (ignoring) ghc-7.0.1: file CmmUtils.hi is missing (ignoring) ghc-7.0.1: file CmmZipUtil.hi is missing (ignoring) ghc-7.0.1: file DFMonad.hi is missing (ignoring) ghc-7.0.1: file Dataflow.hi is missing (ignoring) ghc-7.0.1: file MkZipCfg.hi is missing (ignoring) ghc-7.0.1: file MkZipCfgCmm.hi is missing (ignoring) ghc-7.0.1: file OptimizationFuel.hi is missing (ignoring) ghc-7.0.1: file PprBase.hi is missing (ignoring) ghc-7.0.1: file PprC.hi is missing (ignoring) ghc-7.0.1: file PprCmm.hi is missing (ignoring) ghc-7.0.1: file PprCmmZ.hi is missing (ignoring) ghc-7.0.1: file StackColor.hi is missing (ignoring) ghc-7.0.1: file StackPlacements.hi is missing (ignoring) ghc-7.0.1: file ZipCfg.hi is missing (ignoring) ghc-7.0.1: file ZipCfgCmmRep.hi is missing (ignoring) ghc-7.0.1: file ZipCfgExtras.hi is missing (ignoring) ghc-7.0.1: file ZipDataflow.hi is missing (ignoring) ghc-7.0.1: file Bitmap.hi is missing (ignoring) ghc-7.0.1: file CgBindery.hi is missing (ignoring) ghc-7.0.1: file CgCallConv.hi is missing (ignoring) ghc-7.0.1: file CgCase.hi is missing (ignoring) ghc-7.0.1: file CgClosure.hi is missing (ignoring) ghc-7.0.1: file CgCon.hi is missing (ignoring) ghc-7.0.1: file CgExpr.hi is missing (ignoring) ghc-7.0.1: file CgExtCode.hi is missing (ignoring) ghc-7.0.1: file CgForeignCall.hi is missing (ignoring) ghc-7.0.1: file CgHeapery.hi is missing (ignoring) ghc-7.0.1: file CgHpc.hi is missing (ignoring) ghc-7.0.1: file CgInfoTbls.hi is missing (ignoring) ghc-7.0.1: file CgLetNoEscape.hi is missing (ignoring) ghc-7.0.1: file CgMonad.hi is missing (ignoring) ghc-7.0.1: file CgParallel.hi is missing (ignoring) ghc-7.0.1: file CgPrimOp.hi is missing (ignoring) ghc-7.0.1: file CgProf.hi is missing (ignoring) ghc-7.0.1: file CgStackery.hi is missing (ignoring) ghc-7.0.1: file CgTailCall.hi is missing (ignoring) ghc-7.0.1: file CgTicky.hi is missing (ignoring) ghc-7.0.1: file CgUtils.hi is missing (ignoring) ghc-7.0.1: file StgCmm.hi is missing (ignoring) ghc-7.0.1: file StgCmmBind.hi is missing (ignoring) ghc-7.0.1: file StgCmmClosure.hi is missing (ignoring) ghc-7.0.1: file StgCmmCon.hi is missing (ignoring) ghc-7.0.1: file StgCmmEnv.hi is missing (ignoring) ghc-7.0.1: file StgCmmExpr.hi is missing (ignoring) ghc-7.0.1: file StgCmmForeign.hi is missing (ignoring) ghc-7.0.1: file StgCmmGran.hi is missing (ignoring) ghc-7.0.1: file StgCmmHeap.hi is missing (ignoring) ghc-7.0.1: file StgCmmHpc.hi is missing (ignoring) ghc-7.0.1: file StgCmmLayout.hi is missing (ignoring) ghc-7.0.1: file StgCmmMonad.hi is missing (ignoring) ghc-7.0.1: file StgCmmPrim.hi is missing (ignoring) ghc-7.0.1: file StgCmmProf.hi is missing (ignoring) ghc-7.0.1: file StgCmmTicky.hi is missing (ignoring) ghc-7.0.1: file StgCmmUtils.hi is missing (ignoring) ghc-7.0.1: file ClosureInfo.hi is missing (ignoring) ghc-7.0.1: file CodeGen.hi is missing (ignoring) ghc-7.0.1: file SMRep.hi is missing (ignoring) ghc-7.0.1: file CoreArity.hi is missing (ignoring) ghc-7.0.1: file CoreFVs.hi is missing (ignoring) ghc-7.0.1: file CoreLint.hi is missing (ignoring) ghc-7.0.1: file CorePrep.hi is missing (ignoring) ghc-7.0.1: file CoreSubst.hi is missing (ignoring) ghc-7.0.1: file CoreSyn.hi is missing (ignoring) ghc-7.0.1: file CoreTidy.hi is missing (ignoring) ghc-7.0.1: file CoreUnfold.hi is missing (ignoring) ghc-7.0.1: file CoreUtils.hi is missing (ignoring) ghc-7.0.1: file ExternalCore.hi is missing (ignoring) ghc-7.0.1: file MkCore.hi is missing (ignoring) ghc-7.0.1: file MkExternalCore.hi is missing (ignoring) ghc-7.0.1: file PprCore.hi is missing (ignoring) ghc-7.0.1: file PprExternalCore.hi is missing (ignoring) ghc-7.0.1: file Check.hi is missing (ignoring) ghc-7.0.1: file Coverage.hi is missing (ignoring) ghc-7.0.1: file Desugar.hi is missing (ignoring) ghc-7.0.1: file DsArrows.hi is missing (ignoring) ghc-7.0.1: file DsBinds.hi is missing (ignoring) ghc-7.0.1: file DsCCall.hi is missing (ignoring) ghc-7.0.1: file DsExpr.hi is missing (ignoring) ghc-7.0.1: file DsForeign.hi is missing (ignoring) ghc-7.0.1: file DsGRHSs.hi is missing (ignoring) ghc-7.0.1: file DsListComp.hi is missing (ignoring) ghc-7.0.1: file DsMonad.hi is missing (ignoring) ghc-7.0.1: file DsUtils.hi is missing (ignoring) ghc-7.0.1: file Match.hi is missing (ignoring) ghc-7.0.1: file MatchCon.hi is missing (ignoring) ghc-7.0.1: file MatchLit.hi is missing (ignoring) ghc-7.0.1: file HsBinds.hi is missing (ignoring) ghc-7.0.1: file HsDecls.hi is missing (ignoring) ghc-7.0.1: file HsDoc.hi is missing (ignoring) ghc-7.0.1: file HsExpr.hi is missing (ignoring) ghc-7.0.1: file HsImpExp.hi is missing (ignoring) ghc-7.0.1: file HsLit.hi is missing (ignoring) ghc-7.0.1: file HsPat.hi is missing (ignoring) ghc-7.0.1: file HsSyn.hi is missing (ignoring) ghc-7.0.1: file HsTypes.hi is missing (ignoring) ghc-7.0.1: file HsUtils.hi is missing (ignoring) ghc-7.0.1: file BinIface.hi is missing (ignoring) ghc-7.0.1: file BuildTyCl.hi is missing (ignoring) ghc-7.0.1: file IfaceEnv.hi is missing (ignoring) ghc-7.0.1: file IfaceSyn.hi is missing (ignoring) ghc-7.0.1: file IfaceType.hi is missing (ignoring) ghc-7.0.1: file LoadIface.hi is missing (ignoring) ghc-7.0.1: file MkIface.hi is missing (ignoring) ghc-7.0.1: file TcIface.hi is missing (ignoring) ghc-7.0.1: file Annotations.hi is missing (ignoring) ghc-7.0.1: file BreakArray.hi is missing (ignoring) ghc-7.0.1: file CmdLineParser.hi is missing (ignoring) ghc-7.0.1: file CodeOutput.hi is missing (ignoring) ghc-7.0.1: file Config.hi is missing (ignoring) ghc-7.0.1: file Constants.hi is missing (ignoring) ghc-7.0.1: file DriverMkDepend.hi is missing (ignoring) ghc-7.0.1: file DriverPhases.hi is missing (ignoring) ghc-7.0.1: file DriverPipeline.hi is missing (ignoring) ghc-7.0.1: file DynFlags.hi is missing (ignoring) ghc-7.0.1: file ErrUtils.hi is missing (ignoring) ghc-7.0.1: file Finder.hi is missing (ignoring) ghc-7.0.1: file GHC.hi is missing (ignoring) ghc-7.0.1: file HeaderInfo.hi is missing (ignoring) ghc-7.0.1: file HscMain.hi is missing (ignoring) ghc-7.0.1: file HscStats.hi is missing (ignoring) ghc-7.0.1: file HscTypes.hi is missing (ignoring) ghc-7.0.1: file InteractiveEval.hi is missing (ignoring) ghc-7.0.1: file PackageConfig.hi is missing (ignoring) ghc-7.0.1: file Packages.hi is missing (ignoring) ghc-7.0.1: file PprTyThing.hi is missing (ignoring) ghc-7.0.1: file StaticFlags.hi is missing (ignoring) ghc-7.0.1: file StaticFlagParser.hi is missing (ignoring) ghc-7.0.1: file SysTools.hi is missing (ignoring) ghc-7.0.1: file TidyPgm.hi is missing (ignoring) ghc-7.0.1: file Ctype.hi is missing (ignoring) ghc-7.0.1: file HaddockUtils.hi is missing (ignoring) ghc-7.0.1: file LexCore.hi is missing (ignoring) ghc-7.0.1: file Lexer.hi is missing (ignoring) ghc-7.0.1: file OptCoercion.hi is missing (ignoring) ghc-7.0.1: file Parser.hi is missing (ignoring) ghc-7.0.1: file ParserCore.hi is missing (ignoring) ghc-7.0.1: file ParserCoreUtils.hi is missing (ignoring) ghc-7.0.1: file RdrHsSyn.hi is missing (ignoring) ghc-7.0.1: file ForeignCall.hi is missing (ignoring) ghc-7.0.1: file PrelInfo.hi is missing (ignoring) ghc-7.0.1: file PrelNames.hi is missing (ignoring) ghc-7.0.1: file PrelRules.hi is missing (ignoring) ghc-7.0.1: file PrimOp.hi is missing (ignoring) ghc-7.0.1: file TysPrim.hi is missing (ignoring) ghc-7.0.1: file TysWiredIn.hi is missing (ignoring) ghc-7.0.1: file CostCentre.hi is missing (ignoring) ghc-7.0.1: file SCCfinal.hi is missing (ignoring) ghc-7.0.1: file RnBinds.hi is missing (ignoring) ghc-7.0.1: file RnEnv.hi is missing (ignoring) ghc-7.0.1: file RnExpr.hi is missing (ignoring) ghc-7.0.1: file RnHsDoc.hi is missing (ignoring) ghc-7.0.1: file RnHsSyn.hi is missing (ignoring) ghc-7.0.1: file RnNames.hi is missing (ignoring) ghc-7.0.1: file RnPat.hi is missing (ignoring) ghc-7.0.1: file RnSource.hi is missing (ignoring) ghc-7.0.1: file RnTypes.hi is missing (ignoring) ghc-7.0.1: file CoreMonad.hi is missing (ignoring) ghc-7.0.1: file CSE.hi is missing (ignoring) ghc-7.0.1: file FloatIn.hi is missing (ignoring) ghc-7.0.1: file FloatOut.hi is missing (ignoring) ghc-7.0.1: file LiberateCase.hi is missing (ignoring) ghc-7.0.1: file OccurAnal.hi is missing (ignoring) ghc-7.0.1: file SAT.hi is missing (ignoring) ghc-7.0.1: file SetLevels.hi is missing (ignoring) ghc-7.0.1: file SimplCore.hi is missing (ignoring) ghc-7.0.1: file SimplEnv.hi is missing (ignoring) ghc-7.0.1: file SimplMonad.hi is missing (ignoring) ghc-7.0.1: file SimplUtils.hi is missing (ignoring) ghc-7.0.1: file Simplify.hi is missing (ignoring) ghc-7.0.1: file SRT.hi is missing (ignoring) ghc-7.0.1: file SimplStg.hi is missing (ignoring) ghc-7.0.1: file StgStats.hi is missing (ignoring) ghc-7.0.1: file Rules.hi is missing (ignoring) ghc-7.0.1: file SpecConstr.hi is missing (ignoring) ghc-7.0.1: file Specialise.hi is missing (ignoring) ghc-7.0.1: file CoreToStg.hi is missing (ignoring) ghc-7.0.1: file StgLint.hi is missing (ignoring) ghc-7.0.1: file StgSyn.hi is missing (ignoring) ghc-7.0.1: file DmdAnal.hi is missing (ignoring) ghc-7.0.1: file WorkWrap.hi is missing (ignoring) ghc-7.0.1: file WwLib.hi is missing (ignoring) ghc-7.0.1: file FamInst.hi is missing (ignoring) ghc-7.0.1: file Inst.hi is missing (ignoring) ghc-7.0.1: file TcAnnotations.hi is missing (ignoring) ghc-7.0.1: file TcArrows.hi is missing (ignoring) ghc-7.0.1: file TcBinds.hi is missing (ignoring) ghc-7.0.1: file TcClassDcl.hi is missing (ignoring) ghc-7.0.1: file TcDefaults.hi is missing (ignoring) ghc-7.0.1: file TcDeriv.hi is missing (ignoring) ghc-7.0.1: file TcEnv.hi is missing (ignoring) ghc-7.0.1: file TcExpr.hi is missing (ignoring) ghc-7.0.1: file TcForeign.hi is missing (ignoring) ghc-7.0.1: file TcGenDeriv.hi is missing (ignoring) ghc-7.0.1: file TcHsSyn.hi is missing (ignoring) ghc-7.0.1: file TcHsType.hi is missing (ignoring) ghc-7.0.1: file TcInstDcls.hi is missing (ignoring) ghc-7.0.1: file TcMType.hi is missing (ignoring) ghc-7.0.1: file TcMatches.hi is missing (ignoring) ghc-7.0.1: file TcPat.hi is missing (ignoring) ghc-7.0.1: file TcRnDriver.hi is missing (ignoring) ghc-7.0.1: file TcRnMonad.hi is missing (ignoring) ghc-7.0.1: file TcRnTypes.hi is missing (ignoring) ghc-7.0.1: file TcRules.hi is missing (ignoring) ghc-7.0.1: file TcSimplify.hi is missing (ignoring) ghc-7.0.1: file TcErrors.hi is missing (ignoring) ghc-7.0.1: file TcTyClsDecls.hi is missing (ignoring) ghc-7.0.1: file TcTyDecls.hi is missing (ignoring) ghc-7.0.1: file TcType.hi is missing (ignoring) ghc-7.0.1: file TcUnify.hi is missing (ignoring) ghc-7.0.1: file TcInteract.hi is missing (ignoring) ghc-7.0.1: file TcCanonical.hi is missing (ignoring) ghc-7.0.1: file TcSMonad.hi is missing (ignoring) ghc-7.0.1: file Class.hi is missing (ignoring) ghc-7.0.1: file Coercion.hi is missing (ignoring) ghc-7.0.1: file FamInstEnv.hi is missing (ignoring) ghc-7.0.1: file FunDeps.hi is missing (ignoring) ghc-7.0.1: file Generics.hi is missing (ignoring) ghc-7.0.1: file InstEnv.hi is missing (ignoring) ghc-7.0.1: file TyCon.hi is missing (ignoring) ghc-7.0.1: file Type.hi is missing (ignoring) ghc-7.0.1: file TypeRep.hi is missing (ignoring) ghc-7.0.1: file Unify.hi is missing (ignoring) ghc-7.0.1: file Bag.hi is missing (ignoring) ghc-7.0.1: file Binary.hi is missing (ignoring) ghc-7.0.1: file BufWrite.hi is missing (ignoring) ghc-7.0.1: file Digraph.hi is missing (ignoring) ghc-7.0.1: file Encoding.hi is missing (ignoring) ghc-7.0.1: file FastBool.hi is missing (ignoring) ghc-7.0.1: file FastFunctions.hi is missing (ignoring) ghc-7.0.1: file FastMutInt.hi is missing (ignoring) ghc-7.0.1: file FastString.hi is missing (ignoring) ghc-7.0.1: file FastTypes.hi is missing (ignoring) ghc-7.0.1: file Fingerprint.hi is missing (ignoring) ghc-7.0.1: file FiniteMap.hi is missing (ignoring) ghc-7.0.1: file GraphBase.hi is missing (ignoring) ghc-7.0.1: file GraphColor.hi is missing (ignoring) ghc-7.0.1: file GraphOps.hi is missing (ignoring) ghc-7.0.1: file GraphPpr.hi is missing (ignoring) ghc-7.0.1: file IOEnv.hi is missing (ignoring) ghc-7.0.1: file Interval.hi is missing (ignoring) ghc-7.0.1: file ListSetOps.hi is missing (ignoring) ghc-7.0.1: file Maybes.hi is missing (ignoring) ghc-7.0.1: file MonadUtils.hi is missing (ignoring) ghc-7.0.1: file OrdList.hi is missing (ignoring) ghc-7.0.1: file Outputable.hi is missing (ignoring) ghc-7.0.1: file Panic.hi is missing (ignoring) ghc-7.0.1: file Pretty.hi is missing (ignoring) ghc-7.0.1: file Serialized.hi is missing (ignoring) ghc-7.0.1: file State.hi is missing (ignoring) ghc-7.0.1: file StringBuffer.hi is missing (ignoring) ghc-7.0.1: file UniqFM.hi is missing (ignoring) ghc-7.0.1: file UniqSet.hi is missing (ignoring) ghc-7.0.1: file Util.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Base.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Initialise.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Modules.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins/Prelude.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Builtins.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Base.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Naming.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Local.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/Global.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad/InstEnv.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Monad.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Base.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Closure.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Hoisting.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/PADict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/PRDict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils/Poly.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Utils.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Env.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Repr.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PData.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PRepr.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PADict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/PRDict.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Type.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/TyConDecl.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Type/Classify.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Convert.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Vect.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Var.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Env.hi is missing (ignoring) ghc-7.0.1: file Vectorise/Exp.hi is missing (ignoring) ghc-7.0.1: file Vectorise.hi is missing (ignoring) ghc-7.0.1: cannot find libHSghc-7.0.1.a on library path (ignoring) "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist utils/compare_sizes "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist utils/runghc "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install utils/ghc-pkg "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist-install utils/hsc2hs Configuring ghc-pkg-6.9... Configuring runghc-7.0.1... Configuring compareSizes-0.1.0.0... Configuring hsc2hs-0.67... "inplace/bin/ghc-cabal" configure --with-ghc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/dummy-ghc" --with-ghc-pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg" --with-gcc="/usr/bin/gcc" --configure-option=--with-cc="/usr/bin/gcc" --flag in-ghc-tree --enable-library-profiling --enable-shared --enable-library-for-ghci --with-hscolour="/usr/bin/HsColour" --configure-option=CFLAGS=" -fno-stack-protector " --configure-option=LDFLAGS=" " -- dist utils/haddock Configuring haddock-2.8.0... utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/build/.depend.haskell: No such file or directory utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/build/.depend.c_asm: No such file or directory "rm" -f utils/hsc2hs/dist/build/.depend.c_asm.tmp "rm" -f utils/hsc2hs/dist/build/.depend.haskell.tmp touch utils/hsc2hs/dist/build/.depend.c_asm.tmp touch utils/hsc2hs/dist/build/.depend.haskell.tmp echo "utils/hsc2hs_dist_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.c_asm.tmp "/usr/bin/ghc" -M -dep-makefile utils/hsc2hs/dist/build/.depend.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -hisuf hi -osuf o -hcsuf hc utils/hsc2hs/./Main.hs mv utils/hsc2hs/dist/build/.depend.c_asm.tmp utils/hsc2hs/dist/build/.depend.c_asm echo "utils/hsc2hs_dist_depfile_haskell_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.haskell.tmp for dir in utils/hsc2hs/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/hsc2hs/dist/build/.depend.haskell.tmp utils/hsc2hs/dist/build/.depend.haskell ===--- updating makefiles phase 1 make -r --no-print-directory -f ghc.mk phase=1 just-makefiles ghc.mk:723: libraries/hpc/dist-boot/build/.depend-v.haskell: No such file or directory ghc.mk:723: libraries/hpc/dist-boot/build/.depend-v.c_asm: No such file or directory ghc.mk:724: libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell: No such file or directory ghc.mk:724: libraries/extensible-exceptions/dist-boot/build/.depend-v.c_asm: No such file or directory ghc.mk:725: libraries/Cabal/dist-boot/build/.depend-v.haskell: No such file or directory ghc.mk:725: libraries/Cabal/dist-boot/build/.depend-v.c_asm: No such file or directory ghc.mk:726: libraries/ghc-binary/dist-boot/build/.depend-v.haskell: No such file or directory ghc.mk:726: libraries/ghc-binary/dist-boot/build/.depend-v.c_asm: No such file or directory ghc.mk:727: libraries/bin-package-db/dist-boot/build/.depend-v.haskell: No such file or directory ghc.mk:727: libraries/bin-package-db/dist-boot/build/.depend-v.c_asm: No such file or directory "rm" -f libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp touch libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp touch libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp "rm" -f libraries/ghc-binary/dist-boot/build/.depend-v.c_asm.tmp echo "libraries/bin-package-db_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/ghc-binary/dist-boot/build/.depend-v.haskell.tmp "/usr/bin/ghc" -M -dep-makefile libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name bin-package-db-0.0.0.0 -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-boot/build -ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/dist-boot/build -Ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-boot/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -XCPP -no-user-package-conf -rtsopts -odir libraries/bin-package-db/dist-boot/build -hidir libraries/bin-package-db/dist-boot/build -stubdir libraries/bin-package-db/dist-boot/build -hisuf hi -osuf o -hcsuf hc libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs mv libraries/bin-package-db/dist-boot/build/.depend-v.c_asm.tmp libraries/bin-package-db/dist-boot/build/.depend-v.c_asm touch libraries/ghc-binary/dist-boot/build/.depend-v.c_asm.tmp echo "libraries/ghc-binary_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/ghc-binary/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/Cabal/dist-boot/build/.depend-v.c_asm.tmp touch libraries/ghc-binary/dist-boot/build/.depend-v.haskell.tmp mv libraries/ghc-binary/dist-boot/build/.depend-v.c_asm.tmp libraries/ghc-binary/dist-boot/build/.depend-v.c_asm touch libraries/Cabal/dist-boot/build/.depend-v.c_asm.tmp "/usr/bin/ghc" -M -dep-makefile libraries/ghc-binary/dist-boot/build/.depend-v.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-boot/build -ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/dist-boot/build -Ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -odir libraries/ghc-binary/dist-boot/build -hidir libraries/ghc-binary/dist-boot/build -stubdir libraries/ghc-binary/dist-boot/build -hisuf hi -osuf o -hcsuf hc libraries/ghc-binary/src/Data/Binary.hs libraries/ghc-binary/src/Data/Binary/Put.hs libraries/ghc-binary/src/Data/Binary/Get.hs libraries/ghc-binary/src/Data/Binary/Builder.hs echo "libraries/Cabal_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/Cabal/dist-boot/build/.depend-v.c_asm.tmp "rm" -f libraries/Cabal/dist-boot/build/.depend-v.haskell.tmp mv libraries/Cabal/dist-boot/build/.depend-v.c_asm.tmp libraries/Cabal/dist-boot/build/.depend-v.c_asm touch libraries/Cabal/dist-boot/build/.depend-v.haskell.tmp "rm" -f libraries/extensible-exceptions/dist-boot/build/.depend-v.c_asm.tmp "/usr/bin/ghc" -M -dep-makefile libraries/Cabal/dist-boot/build/.depend-v.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc libraries/Cabal/./Distribution/Compiler.hs libraries/Cabal/./Distribution/InstalledPackageInfo.hs libraries/Cabal/./Distribution/License.hs libraries/Cabal/./Distribution/Make.hs libraries/Cabal/./Distribution/ModuleName.hs libraries/Cabal/./Distribution/Package.hs libraries/Cabal/./Distribution/PackageDescription.hs libraries/Cabal/./Distribution/PackageDescription/Configuration.hs libraries/Cabal/./Distribution/PackageDescription/Parse.hs libraries/Cabal/./Distribution/PackageDescription/Check.hs libraries/Cabal/./Distribution/ParseUtils.hs libraries/Cabal/./Distribution/ReadE.hs libraries/Cabal/./Distribution/Simple.hs libraries/Cabal/./Distribution/Simple/Build.hs libraries/Cabal/./Distribution/Simple/Build/Macros.hs libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs libraries/Cabal/./Distribution/Simple/BuildPaths.hs libraries/Cabal/./Distribution/Simple/Command.hs libraries/Cabal/./Distribution/Simple/Compiler.hs libraries/Cabal/./Distribution/Simple/Configure.hs libraries/Cabal/./Distribution/Simple/GHC.hs libraries/Cabal/./Distribution/Simple/LHC.hs libraries/Cabal/./Distribution/Simple/Haddock.hs libraries/Cabal/./Distribution/Simple/Hugs.hs libraries/Cabal/./Distribution/Simple/Install.hs libraries/Cabal/./Distribution/Simple/InstallDirs.hs libraries/Cabal/./Distribution/Simple/JHC.hs libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs libraries/Cabal/./Distribution/Simple/NHC.hs libraries/Cabal/./Distribution/Simple/PackageIndex.hs libraries/Cabal/./Distribution/Simple/PreProcess.hs libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs libraries/Cabal/./Distribution/Simple/Program.hs libraries/Cabal/./Distribution/Simple/Program/Ar.hs libraries/Cabal/./Distribution/Simple/Program/Builtin.hs libraries/Cabal/./Distribution/Simple/Program/Db.hs libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs libraries/Cabal/./Distribution/Simple/Program/Ld.hs libraries/Cabal/./Distribution/Simple/Program/Run.hs libraries/Cabal/./Distribution/Simple/Program/Script.hs libraries/Cabal/./Distribution/Simple/Program/Types.hs libraries/Cabal/./Distribution/Simple/Register.hs libraries/Cabal/./Distribution/Simple/Setup.hs libraries/Cabal/./Distribution/Simple/SrcDist.hs libraries/Cabal/./Distribution/Simple/Test.hs libraries/Cabal/./Distribution/Simple/UHC.hs libraries/Cabal/./Distribution/Simple/UserHooks.hs libraries/Cabal/./Distribution/Simple/Utils.hs libraries/Cabal/./Distribution/System.hs libraries/Cabal/./Distribution/TestSuite.hs libraries/Cabal/./Distribution/Text.hs libraries/Cabal/./Distribution/Verbosity.hs libraries/Cabal/./Distribution/Version.hs libraries/Cabal/./Distribution/Compat/ReadP.hs libraries/Cabal/./Language/Haskell/Extension.hs libraries/Cabal/./Distribution/GetOpt.hs libraries/Cabal/./Distribution/Compat/Exception.hs libraries/Cabal/./Distribution/Compat/CopyFile.hs libraries/Cabal/./Distribution/Compat/TempFile.hs libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs libraries/Cabal/dist-boot/build/autogen/Paths_Cabal.hs touch libraries/extensible-exceptions/dist-boot/build/.depend-v.c_asm.tmp echo "libraries/extensible-exceptions_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/extensible-exceptions/dist-boot/build/.depend-v.c_asm.tmp mv libraries/extensible-exceptions/dist-boot/build/.depend-v.c_asm.tmp libraries/extensible-exceptions/dist-boot/build/.depend-v.c_asm "rm" -f libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell.tmp touch libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell.tmp "/usr/bin/ghc" -M -dep-makefile libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name extensible-exceptions-0.1.1.2 -hide-all-packages -i -ilibraries/extensible-exceptions/. -ilibraries/extensible-exceptions/dist-boot/build -ilibraries/extensible-exceptions/dist-boot/build/autogen -Ilibraries/extensible-exceptions/dist-boot/build -Ilibraries/extensible-exceptions/dist-boot/build/autogen -Ilibraries/extensible-exceptions/. -optP-DUSE_NEW_EXCEPTIONS -optP-include -optPlibraries/extensible-exceptions/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XExistentialQuantification -XDeriveDataTypeable -no-user-package-conf -rtsopts -odir libraries/extensible-exceptions/dist-boot/build -hidir libraries/extensible-exceptions/dist-boot/build -stubdir libraries/extensible-exceptions/dist-boot/build -hisuf hi -osuf o -hcsuf hc libraries/extensible-exceptions/./Control/Exception/Extensible.hs echo "libraries/bin-package-db_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/bin-package-db/dist-boot/build/Distribution/InstalledPackageInfo/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/bin-package-db/dist-boot/build/.depend-v.haskell.tmp libraries/bin-package-db/dist-boot/build/.depend-v.haskell "rm" -f libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp touch libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp echo "libraries/hpc_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp mv libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp libraries/hpc/dist-boot/build/.depend-v.c_asm "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hsc2hs/dist/build/autogen/Paths_hsc2hs.hs -o utils/hsc2hs/dist/build/Paths_hsc2hs.o echo "libraries/extensible-exceptions_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/extensible-exceptions/dist-boot/build/Control/Exception/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell.tmp libraries/extensible-exceptions/dist-boot/build/.depend-v.haskell "inplace/bin/mkdirhier" utils/hsc2hs/dist/build/tmp//. "cp" utils/hsc2hs/template-hsc.h inplace/lib/template-hsc.h echo "libraries/ghc-binary_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/ghc-binary/dist-boot/build/.depend-v.haskell.tmp "inplace/bin/mkdirhier" libraries/hpc/dist-boot/build/Trace/Hpc//. for dir in libraries/ghc-binary/dist-boot/build/Data/ libraries/ghc-binary/dist-boot/build/Data/Binary/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/ghc-binary/dist-boot/build/.depend-v.haskell.tmp libraries/ghc-binary/dist-boot/build/.depend-v.haskell "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hsc2hs/./Main.hs -o utils/hsc2hs/dist/build/Main.o echo "libraries/Cabal_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/Cabal/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/Cabal/dist-boot/build/./ libraries/Cabal/dist-boot/build/Distribution/ libraries/Cabal/dist-boot/build/Distribution/Compat/ libraries/Cabal/dist-boot/build/Distribution/PackageDescription/ libraries/Cabal/dist-boot/build/Distribution/Simple/ libraries/Cabal/dist-boot/build/Distribution/Simple/Build/ libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/ libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess/ libraries/Cabal/dist-boot/build/Distribution/Simple/Program/ libraries/Cabal/dist-boot/build/Language/Haskell/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/Cabal/dist-boot/build/.depend-v.haskell.tmp libraries/Cabal/dist-boot/build/.depend-v.haskell "/usr/bin/ghc" -o utils/hsc2hs/dist/build/tmp/hsc2hs -H32m -O -lffi -package-conf libraries/bootstrapping.conf -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/autogen -Iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build/autogen -optP-include -optPutils/hsc2hs/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -hisuf hi -osuf o -hcsuf hc utils/hsc2hs/dist/build/Main.o utils/hsc2hs/dist/build/Paths_hsc2hs.o "cp" -p utils/hsc2hs/dist/build/tmp/hsc2hs inplace/lib/hsc2hs touch inplace/lib/hsc2hs "rm" -f inplace/bin/hsc2hs echo '#!/bin/sh' >> inplace/bin/hsc2hs echo 'executablename="/builddir/build/BUILD/ghc-7.0.1/inplace/lib/hsc2hs"' >> inplace/bin/hsc2hs echo 'datadir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/hsc2hs echo 'bindir="/builddir/build/BUILD/ghc-7.0.1/inplace/bin"' >> inplace/bin/hsc2hs echo 'topdir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/hsc2hs echo 'pgmgcc="/usr/bin/gcc"' >> inplace/bin/hsc2hs echo 'HSC2HS_EXTRA="--cflag=-fno-stack-protector -I/builddir/build/BUILD/ghc-7.0.1/includes"' >> "inplace/bin/hsc2hs" cat utils/hsc2hs/hsc2hs.wrapper >> inplace/bin/hsc2hs chmod +x inplace/bin/hsc2hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/hpc/.' '--cflag=-isystem/usr/lib64/ghc-7.0.1/directory-1.1.0.0/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/unix-2.4.1.0/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/old-time-1.0.0.6/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/base-4.3.0.0/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/include' '--lflag=-L/usr/lib64/ghc-7.0.1/directory-1.1.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/unix-2.4.1.0' '--lflag=-L/usr/lib64/ghc-7.0.1/old-time-1.0.0.6' '--lflag=-L/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2' '--lflag=-L/usr/lib64/ghc-7.0.1/filepath-1.2.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/containers-0.4.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/array-0.3.0.2' '--lflag=-L/usr/lib64/ghc-7.0.1/base-4.3.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2' '--lflag=-L/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs "rm" -f libraries/hpc/dist-boot/build/.depend-v.haskell.tmp touch libraries/hpc/dist-boot/build/.depend-v.haskell.tmp "/usr/bin/ghc" -M -dep-makefile libraries/hpc/dist-boot/build/.depend-v.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -hisuf hi -osuf o -hcsuf hc libraries/hpc/./Trace/Hpc/Util.hs libraries/hpc/./Trace/Hpc/Mix.hs libraries/hpc/./Trace/Hpc/Tix.hs libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs echo "libraries/hpc_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/hpc/dist-boot/build/.depend-v.haskell.tmp for dir in libraries/hpc/dist-boot/build/Trace/Hpc/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/hpc/dist-boot/build/.depend-v.haskell.tmp libraries/hpc/dist-boot/build/.depend-v.haskell ===--- updating makefiles phase 2 make -r --no-print-directory -f ghc.mk phase=2 just-makefiles compiler/ghc.mk:471: compiler/stage1/build/.depend-v.haskell: No such file or directory compiler/ghc.mk:471: compiler/stage1/build/.depend-v.c_asm: No such file or directory "rm" -f compiler/stage1/build/.depend-v.c_asm.tmp touch compiler/stage1/build/.depend-v.c_asm.tmp "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Icompiler/stage1' '--cflag=-Icompiler/../libraries/base/cbits' '--cflag=-Icompiler/../libraries/base/include' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-isystem/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/process-1.0.1.4/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/directory-1.1.0.0/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/unix-2.4.1.0/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/old-time-1.0.0.6/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/base-4.3.0.0/include' '--cflag=-isystem/usr/lib64/ghc-7.0.1/include' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/hpc/dist-boot/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bin-package-db/dist-boot/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-binary/dist-boot/build' '--lflag=-L/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/Cabal/dist-boot/build' '--lflag=-L/usr/lib64/ghc-7.0.1/process-1.0.1.4' '--lflag=-L/usr/lib64/ghc-7.0.1/pretty-1.0.1.2' '--lflag=-L/usr/lib64/ghc-7.0.1/directory-1.1.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/unix-2.4.1.0' '--lflag=-L/usr/lib64/ghc-7.0.1/old-time-1.0.0.6' '--lflag=-L/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2' '--lflag=-L/usr/lib64/ghc-7.0.1/filepath-1.2.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/containers-0.4.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/array-0.3.0.2' '--lflag=-L/usr/lib64/ghc-7.0.1/base-4.3.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2' '--lflag=-L/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0' '--lflag=-L/usr/lib64/ghc-7.0.1' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' compiler/utils/Fingerprint.hsc -o compiler/stage1/build/Fingerprint.hs /usr/bin/gcc -E -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -isystem"/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8/include" -isystem"/usr/lib64/ghc-7.0.1/process-1.0.1.4/include" -isystem"/usr/lib64/ghc-7.0.1/directory-1.1.0.0/include" -isystem"/usr/lib64/ghc-7.0.1/unix-2.4.1.0/include" -isystem"/usr/lib64/ghc-7.0.1/old-time-1.0.0.6/include" -isystem"/usr/lib64/ghc-7.0.1/base-4.3.0.0/include" -isystem"/usr/lib64/ghc-7.0.1/include" -MM compiler/utils/md5.c -MF compiler/stage1/build/.depend-v.c_asm.bit "rm" -f compiler/stage1/ghc_boot_platform.h "/usr/bin/gcc" -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -DGEN_HASKELL -c includes/mkDerivedConstants.c -o includes/dist-ghcconstants/build/mkDerivedConstants.o Creating compiler/stage1/ghc_boot_platform.h... sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/utils/|" -e "1s|compiler/|compiler/stage1/build/|" -e "1s|stage1/build/stage1/build|stage1/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage1/build/.depend-v.c_asm.bit >> compiler/stage1/build/.depend-v.c_asm.tmp && true "rm" -f compiler/stage1/build/.depend-v.c_asm.bit echo "compiler_stage1_depfile_c_asm_EXISTS = YES" >> compiler/stage1/build/.depend-v.c_asm.tmp mv compiler/stage1/build/.depend-v.c_asm.tmp compiler/stage1/build/.depend-v.c_asm "inplace/bin/mkdirhier" includes/dist-ghcconstants/build/tmp//. "/usr/bin/gcc" -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -c includes/mkDerivedConstants.c -o includes/dist-derivedconstants/build/mkDerivedConstants.o Done. "inplace/bin/mkdirhier" includes/dist-derivedconstants/build/tmp//. /usr/bin/gcc -E -undef -traditional -P -Iincludes -x c compiler/prelude/primops.txt.pp | grep -v '^#pragma GCC' > compiler/prelude/primops.txt "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/genprimopcode/./ParserM.hs -o utils/genprimopcode/dist/build/ParserM.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/genprimopcode/./Syntax.hs -o utils/genprimopcode/dist/build/Syntax.o "inplace/bin/mkdirhier" utils/genprimopcode/dist/build/tmp//. "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/dist-boot/build/Distribution/Compat/ReadP.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/dist-boot/build/autogen/Paths_Cabal.hs -o libraries/Cabal/dist-boot/build/Paths_Cabal.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/dist-boot/build/Distribution/Compat/Exception.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/dist-boot/build/Distribution/GetOpt.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/dist-boot/build/Distribution/TestSuite.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Util.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name extensible-exceptions-0.1.1.2 -hide-all-packages -i -ilibraries/extensible-exceptions/. -ilibraries/extensible-exceptions/dist-boot/build -ilibraries/extensible-exceptions/dist-boot/build/autogen -Ilibraries/extensible-exceptions/dist-boot/build -Ilibraries/extensible-exceptions/dist-boot/build/autogen -Ilibraries/extensible-exceptions/. -optP-DUSE_NEW_EXCEPTIONS -optP-include -optPlibraries/extensible-exceptions/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XExistentialQuantification -XDeriveDataTypeable -no-user-package-conf -rtsopts -odir libraries/extensible-exceptions/dist-boot/build -hidir libraries/extensible-exceptions/dist-boot/build -stubdir libraries/extensible-exceptions/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/extensible-exceptions/./Control/Exception/Extensible.hs -o libraries/extensible-exceptions/dist-boot/build/Control/Exception/Extensible.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-boot/build -ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/dist-boot/build -Ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -odir libraries/ghc-binary/dist-boot/build -hidir libraries/ghc-binary/dist-boot/build -stubdir libraries/ghc-binary/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary/Get.hs -o libraries/ghc-binary/dist-boot/build/Data/Binary/Get.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-boot/build -ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/dist-boot/build -Ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -odir libraries/ghc-binary/dist-boot/build -hidir libraries/ghc-binary/dist-boot/build -stubdir libraries/ghc-binary/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary/Builder.hs -o libraries/ghc-binary/dist-boot/build/Data/Binary/Builder.o "/usr/bin/gcc" -o includes/dist-ghcconstants/build/tmp/mkGHCConstants -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -DGEN_HASKELL includes/dist-ghcconstants/build/mkDerivedConstants.o "/usr/bin/gcc" -o includes/dist-derivedconstants/build/tmp/mkDerivedConstants -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts includes/dist-derivedconstants/build/mkDerivedConstants.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/genprimopcode/./Lexer.hs -o utils/genprimopcode/dist/build/Lexer.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Text.hs -o libraries/Cabal/dist-boot/build/Distribution/Text.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/dist-boot/build/Distribution/ReadE.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/dist-boot/build/Distribution/Compat/TempFile.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o libraries/ghc-binary/src/Data/Binary/Builder.hs:60:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() libraries/ghc-binary/src/Data/Binary/Builder.hs:70:1: Warning: The import of `Data.ByteString.Lazy.Internal' is redundant except perhaps to import instances from `Data.ByteString.Lazy.Internal' To import instances alone, use: import Data.ByteString.Lazy.Internal() "rm" -f libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a.contents echo libraries/extensible-exceptions/dist-boot/build/Control/Exception/Extensible.o `/usr/bin/find libraries/extensible-exceptions/dist-boot/build -name "*_stub.o" -print` >> libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a.contents "/usr/bin/ar" q libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a @libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a.contents /usr/bin/ar: creating libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a "rm" -f libraries/extensible-exceptions/dist-boot/build/libHSextensible-exceptions-0.1.1.2.a.contents "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-boot/build -ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/dist-boot/build -Ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -odir libraries/ghc-binary/dist-boot/build -hidir libraries/ghc-binary/dist-boot/build -stubdir libraries/ghc-binary/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary/Put.hs -o libraries/ghc-binary/dist-boot/build/Data/Binary/Put.o libraries/ghc-binary/src/Data/Binary/Get.hs:98:1: Warning: The import of `GHC.Int' is redundant except perhaps to import instances from `GHC.Int' To import instances alone, use: import GHC.Int() "cp" -p includes/dist-ghcconstants/build/tmp/mkGHCConstants inplace/bin/mkGHCConstants "cp" -p includes/dist-derivedconstants/build/tmp/mkDerivedConstants inplace/bin/mkDerivedConstants touch inplace/bin/mkGHCConstants "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/genprimopcode/./Parser.hs -o utils/genprimopcode/dist/build/Parser.o touch inplace/bin/mkDerivedConstants "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Version.hs -o libraries/Cabal/dist-boot/build/Distribution/Version.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/dist-boot/build/Distribution/ModuleName.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/dist-boot/build/Language/Haskell/Extension.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/dist-boot/build/Distribution/Verbosity.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/System.hs -o libraries/Cabal/dist-boot/build/Distribution/System.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-boot/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-boot/build -ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/dist-boot/build -Ilibraries/ghc-binary/dist-boot/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -odir libraries/ghc-binary/dist-boot/build -hidir libraries/ghc-binary/dist-boot/build -stubdir libraries/ghc-binary/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary.hs -o libraries/ghc-binary/dist-boot/build/Data/Binary.o ./inplace/bin/mkGHCConstants >includes/GHCConstants.h ./inplace/bin/mkDerivedConstants >includes/DerivedConstants.h "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/genprimopcode/./Main.hs -o utils/genprimopcode/dist/build/Main.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/dist-boot/build/Distribution/Compiler.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Package.hs -o libraries/Cabal/dist-boot/build/Distribution/Package.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/License.hs -o libraries/Cabal/dist-boot/build/Distribution/License.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Compiler.o "rm" -f libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a.contents echo libraries/hpc/dist-boot/build/Trace/Hpc/Util.o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o `/usr/bin/find libraries/hpc/dist-boot/build -name "*_stub.o" -print` >> libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a.contents "/usr/bin/ar" q libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a @libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a.contents /usr/bin/ar: creating libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a "rm" -f libraries/hpc/dist-boot/build/libHShpc-0.5.0.6.a.contents "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Utils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/dist-boot/build/Distribution/PackageDescription.o "/usr/bin/ghc" -o utils/genprimopcode/dist/build/tmp/genprimopcode -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-conf -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -hisuf hi -osuf o -hcsuf hc utils/genprimopcode/dist/build/Lexer.o utils/genprimopcode/dist/build/Main.o utils/genprimopcode/dist/build/ParserM.o utils/genprimopcode/dist/build/Parser.o utils/genprimopcode/dist/build/Syntax.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/dist-boot/build/Distribution/ParseUtils.o libraries/ghc-binary/src/Data/Binary.hs:66:1: Warning: The import of `System.IO' is redundant except perhaps to import instances from `System.IO' To import instances alone, use: import System.IO() "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o "rm" -f libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a.contents echo libraries/ghc-binary/dist-boot/build/Data/Binary.o libraries/ghc-binary/dist-boot/build/Data/Binary/Put.o libraries/ghc-binary/dist-boot/build/Data/Binary/Get.o libraries/ghc-binary/dist-boot/build/Data/Binary/Builder.o `/usr/bin/find libraries/ghc-binary/dist-boot/build -name "*_stub.o" -print` >> libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a.contents "/usr/bin/ar" q libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a @libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a.contents /usr/bin/ar: creating libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a "rm" -f libraries/ghc-binary/dist-boot/build/libHSghc-binary-0.5.0.2.a.contents "cp" -p utils/genprimopcode/dist/build/tmp/genprimopcode inplace/bin/genprimopcode touch inplace/bin/genprimopcode "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o "inplace/bin/genprimopcode" --data-decl < compiler/prelude/primops.txt > compiler/primop-data-decl.hs-incl "inplace/bin/genprimopcode" --primop-tag < compiler/prelude/primops.txt > compiler/primop-tag.hs-incl "inplace/bin/genprimopcode" --primop-list < compiler/prelude/primops.txt > compiler/primop-list.hs-incl "inplace/bin/genprimopcode" --has-side-effects < compiler/prelude/primops.txt > compiler/primop-has-side-effects.hs-incl "inplace/bin/genprimopcode" --out-of-line < compiler/prelude/primops.txt > compiler/primop-out-of-line.hs-incl "inplace/bin/genprimopcode" --commutable < compiler/prelude/primops.txt > compiler/primop-commutable.hs-incl "inplace/bin/genprimopcode" --needs-wrapper < compiler/prelude/primops.txt > compiler/primop-needs-wrapper.hs-incl "inplace/bin/genprimopcode" --can-fail < compiler/prelude/primops.txt > compiler/primop-can-fail.hs-incl "inplace/bin/genprimopcode" --strictness < compiler/prelude/primops.txt > compiler/primop-strictness.hs-incl "inplace/bin/genprimopcode" --primop-primop-info < compiler/prelude/primops.txt > compiler/primop-primop-info.hs-incl "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Command.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name bin-package-db-0.0.0.0 -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-boot/build -ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/dist-boot/build -Ilibraries/bin-package-db/dist-boot/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-boot/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -XCPP -no-user-package-conf -rtsopts -odir libraries/bin-package-db/dist-boot/build -hidir libraries/bin-package-db/dist-boot/build -stubdir libraries/bin-package-db/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs -o libraries/bin-package-db/dist-boot/build/Distribution/InstalledPackageInfo/Binary.o "rm" -f libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a.contents echo libraries/bin-package-db/dist-boot/build/Distribution/InstalledPackageInfo/Binary.o `/usr/bin/find libraries/bin-package-db/dist-boot/build -name "*_stub.o" -print` >> libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a.contents "/usr/bin/ar" q libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a @libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a.contents /usr/bin/ar: creating libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a "rm" -f libraries/bin-package-db/dist-boot/build/libHSbin-package-db-0.0.0.0.a.contents "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI641.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Setup.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Make.hs -o libraries/Cabal/dist-boot/build/Distribution/Make.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/UHC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/LHC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/NHC.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/NHC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/JHC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Test.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Hugs.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Hugs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Register.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Install.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Configure.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Build.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple/Haddock.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-boot/build -ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/dist-boot/build -Ilibraries/Cabal/dist-boot/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-boot/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -odir libraries/Cabal/dist-boot/build -hidir libraries/Cabal/dist-boot/build -stubdir libraries/Cabal/dist-boot/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple.hs -o libraries/Cabal/dist-boot/build/Distribution/Simple.o "rm" -f libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a.contents echo libraries/Cabal/dist-boot/build/Distribution/Compiler.o libraries/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o libraries/Cabal/dist-boot/build/Distribution/License.o libraries/Cabal/dist-boot/build/Distribution/Make.o libraries/Cabal/dist-boot/build/Distribution/ModuleName.o libraries/Cabal/dist-boot/build/Distribution/Package.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o libraries/Cabal/dist-boot/build/Distribution/ParseUtils.o libraries/Cabal/dist-boot/build/Distribution/ReadE.o libraries/Cabal/dist-boot/build/Distribution/Simple.o libraries/Cabal/dist-boot/build/Distribution/Simple/Build.o libraries/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o libraries/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o libraries/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o libraries/Cabal/dist-boot/build/Distribution/Simple/Command.o libraries/Cabal/dist-boot/build/Distribution/Simple/Compiler.o libraries/Cabal/dist-boot/build/Distribution/Simple/Configure.o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/LHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/Haddock.o libraries/Cabal/dist-boot/build/Distribution/Simple/Hugs.o libraries/Cabal/dist-boot/build/Distribution/Simple/Install.o libraries/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o libraries/Cabal/dist-boot/build/Distribution/Simple/JHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o libraries/Cabal/dist-boot/build/Distribution/Simple/NHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o libraries/Cabal/dist-boot/build/Distribution/Simple/Register.o libraries/Cabal/dist-boot/build/Distribution/Simple/Setup.o libraries/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o libraries/Cabal/dist-boot/build/Distribution/Simple/Test.o libraries/Cabal/dist-boot/build/Distribution/Simple/UHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o libraries/Cabal/dist-boot/build/Distribution/Simple/Utils.o libraries/Cabal/dist-boot/build/Distribution/System.o libraries/Cabal/dist-boot/build/Distribution/TestSuite.o libraries/Cabal/dist-boot/build/Distribution/Text.o libraries/Cabal/dist-boot/build/Distribution/Verbosity.o libraries/Cabal/dist-boot/build/Distribution/Version.o libraries/Cabal/dist-boot/build/Distribution/Compat/ReadP.o libraries/Cabal/dist-boot/build/Language/Haskell/Extension.o libraries/Cabal/dist-boot/build/Distribution/GetOpt.o libraries/Cabal/dist-boot/build/Distribution/Compat/Exception.o libraries/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o libraries/Cabal/dist-boot/build/Distribution/Compat/TempFile.o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI641.o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o libraries/Cabal/dist-boot/build/Paths_Cabal.o `/usr/bin/find libraries/Cabal/dist-boot/build -name "*_stub.o" -print` >> libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a.contents "/usr/bin/ar" q libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a @libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a.contents /usr/bin/ar: creating libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a "rm" -f libraries/Cabal/dist-boot/build/libHSCabal-1.10.0.0.a.contents "rm" -f compiler/stage1/build/.depend-v.haskell.tmp touch compiler/stage1/build/.depend-v.haskell.tmp "/usr/bin/ghc" -M -dep-makefile compiler/stage1/build/.depend-v.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc compiler/nativeGen/AsmCodeGen.lhs compiler/nativeGen/TargetReg.hs compiler/nativeGen/NCGMonad.hs compiler/nativeGen/Instruction.hs compiler/nativeGen/Size.hs compiler/nativeGen/Reg.hs compiler/nativeGen/RegClass.hs compiler/nativeGen/PIC.hs compiler/nativeGen/Platform.hs compiler/nativeGen/Alpha/Regs.hs compiler/nativeGen/Alpha/RegInfo.hs compiler/nativeGen/Alpha/Instr.hs compiler/nativeGen/Alpha/CodeGen.hs compiler/nativeGen/X86/Regs.hs compiler/nativeGen/X86/RegInfo.hs compiler/nativeGen/X86/Instr.hs compiler/nativeGen/X86/Cond.hs compiler/nativeGen/X86/Ppr.hs compiler/nativeGen/X86/CodeGen.hs compiler/nativeGen/PPC/Regs.hs compiler/nativeGen/PPC/RegInfo.hs compiler/nativeGen/PPC/Instr.hs compiler/nativeGen/PPC/Cond.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/PPC/CodeGen.hs compiler/nativeGen/SPARC/Base.hs compiler/nativeGen/SPARC/Regs.hs compiler/nativeGen/SPARC/RegPlate.hs compiler/nativeGen/SPARC/Imm.hs compiler/nativeGen/SPARC/AddrMode.hs compiler/nativeGen/SPARC/Cond.hs compiler/nativeGen/SPARC/Instr.hs compiler/nativeGen/SPARC/Stack.hs compiler/nativeGen/SPARC/ShortcutJump.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/SPARC/CodeGen.hs compiler/nativeGen/SPARC/CodeGen/Amode.hs compiler/nativeGen/SPARC/CodeGen/Base.hs compiler/nativeGen/SPARC/CodeGen/CCall.hs compiler/nativeGen/SPARC/CodeGen/CondCode.hs compiler/nativeGen/SPARC/CodeGen/Gen32.hs compiler/nativeGen/SPARC/CodeGen/Gen64.hs compiler/nativeGen/SPARC/CodeGen/Sanity.hs compiler/nativeGen/SPARC/CodeGen/Expand.hs compiler/nativeGen/RegAlloc/Liveness.hs compiler/nativeGen/RegAlloc/Graph/Main.hs compiler/nativeGen/RegAlloc/Graph/Stats.hs compiler/nativeGen/RegAlloc/Graph/ArchBase.hs compiler/nativeGen/RegAlloc/Graph/ArchX86.hs compiler/nativeGen/RegAlloc/Graph/Coalesce.hs compiler/nativeGen/RegAlloc/Graph/Spill.hs compiler/nativeGen/RegAlloc/Graph/SpillClean.hs compiler/nativeGen/RegAlloc/Graph/SpillCost.hs compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs compiler/nativeGen/RegAlloc/Linear/Main.hs compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs compiler/nativeGen/RegAlloc/Linear/State.hs compiler/nativeGen/RegAlloc/Linear/Stats.hs compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/StackMap.hs compiler/nativeGen/RegAlloc/Linear/Base.hs compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs compiler/basicTypes/BasicTypes.lhs compiler/basicTypes/DataCon.lhs compiler/basicTypes/Demand.lhs compiler/utils/Exception.hs compiler/basicTypes/Id.lhs compiler/basicTypes/IdInfo.lhs compiler/basicTypes/Literal.lhs compiler/llvmGen/Llvm.hs compiler/llvmGen/Llvm/AbsSyn.hs compiler/llvmGen/Llvm/PpLlvm.hs compiler/llvmGen/Llvm/Types.hs compiler/llvmGen/LlvmCodeGen.hs compiler/llvmGen/LlvmCodeGen/Base.hs compiler/llvmGen/LlvmCodeGen/CodeGen.hs compiler/llvmGen/LlvmCodeGen/Data.hs compiler/llvmGen/LlvmCodeGen/Ppr.hs compiler/llvmGen/LlvmCodeGen/Regs.hs compiler/llvmGen/LlvmMangler.hs compiler/basicTypes/MkId.lhs compiler/basicTypes/Module.lhs compiler/basicTypes/Name.lhs compiler/basicTypes/NameEnv.lhs compiler/basicTypes/NameSet.lhs compiler/basicTypes/OccName.lhs compiler/basicTypes/RdrName.lhs compiler/basicTypes/SrcLoc.lhs compiler/basicTypes/UniqSupply.lhs compiler/basicTypes/Unique.lhs compiler/basicTypes/Var.lhs compiler/basicTypes/VarEnv.lhs compiler/basicTypes/VarSet.lhs compiler/cmm/BlockId.hs compiler/cmm/CLabel.hs compiler/cmm/Cmm.hs compiler/cmm/CmmBrokenBlock.hs compiler/cmm/CmmBuildInfoTables.hs compiler/cmm/CmmCPS.hs compiler/cmm/CmmCPSGen.hs compiler/cmm/CmmCPSZ.hs compiler/cmm/CmmCallConv.hs compiler/cmm/CmmCommonBlockElimZ.hs compiler/cmm/CmmContFlowOpt.hs compiler/cmm/CmmCvt.hs compiler/cmm/CmmExpr.hs compiler/cmm/CmmInfo.hs compiler/cmm/CmmLex.hs compiler/cmm/CmmLint.hs compiler/cmm/CmmLive.hs compiler/cmm/CmmLiveZ.hs compiler/cmm/CmmOpt.hs compiler/cmm/CmmParse.hs compiler/cmm/CmmProcPoint.hs compiler/cmm/CmmProcPointZ.hs compiler/cmm/CmmSpillReload.hs compiler/cmm/CmmStackLayout.hs compiler/cmm/CmmTx.hs compiler/cmm/CmmUtils.hs compiler/cmm/CmmZipUtil.hs compiler/cmm/DFMonad.hs compiler/cmm/Dataflow.hs compiler/cmm/MkZipCfg.hs compiler/cmm/MkZipCfgCmm.hs compiler/cmm/OptimizationFuel.hs compiler/nativeGen/PprBase.hs compiler/cmm/PprC.hs compiler/cmm/PprCmm.hs compiler/cmm/PprCmmZ.hs compiler/cmm/StackColor.hs compiler/cmm/StackPlacements.hs compiler/cmm/ZipCfg.hs compiler/cmm/ZipCfgCmmRep.hs compiler/cmm/ZipCfgExtras.hs compiler/cmm/ZipDataflow.hs compiler/codeGen/Bitmap.hs compiler/codeGen/CgBindery.lhs compiler/codeGen/CgCallConv.hs compiler/codeGen/CgCase.lhs compiler/codeGen/CgClosure.lhs compiler/codeGen/CgCon.lhs compiler/codeGen/CgExpr.lhs compiler/codeGen/CgExtCode.hs compiler/codeGen/CgForeignCall.hs compiler/codeGen/CgHeapery.lhs compiler/codeGen/CgHpc.hs compiler/codeGen/CgInfoTbls.hs compiler/codeGen/CgLetNoEscape.lhs compiler/codeGen/CgMonad.lhs compiler/codeGen/CgParallel.hs compiler/codeGen/CgPrimOp.hs compiler/codeGen/CgProf.hs compiler/codeGen/CgStackery.lhs compiler/codeGen/CgTailCall.lhs compiler/codeGen/CgTicky.hs compiler/codeGen/CgUtils.hs compiler/codeGen/StgCmm.hs compiler/codeGen/StgCmmBind.hs compiler/codeGen/StgCmmClosure.hs compiler/codeGen/StgCmmCon.hs compiler/codeGen/StgCmmEnv.hs compiler/codeGen/StgCmmExpr.hs compiler/codeGen/StgCmmForeign.hs compiler/codeGen/StgCmmGran.hs compiler/codeGen/StgCmmHeap.hs compiler/codeGen/StgCmmHpc.hs compiler/codeGen/StgCmmLayout.hs compiler/codeGen/StgCmmMonad.hs compiler/codeGen/StgCmmPrim.hs compiler/codeGen/StgCmmProf.hs compiler/codeGen/StgCmmTicky.hs compiler/codeGen/StgCmmUtils.hs compiler/codeGen/ClosureInfo.lhs compiler/codeGen/CodeGen.lhs compiler/codeGen/SMRep.lhs compiler/coreSyn/CoreArity.lhs compiler/coreSyn/CoreFVs.lhs compiler/coreSyn/CoreLint.lhs compiler/coreSyn/CorePrep.lhs compiler/coreSyn/CoreSubst.lhs compiler/coreSyn/CoreSyn.lhs compiler/coreSyn/CoreTidy.lhs compiler/coreSyn/CoreUnfold.lhs compiler/coreSyn/CoreUtils.lhs compiler/coreSyn/ExternalCore.lhs compiler/coreSyn/MkCore.lhs compiler/coreSyn/MkExternalCore.lhs compiler/coreSyn/PprCore.lhs compiler/coreSyn/PprExternalCore.lhs compiler/deSugar/Check.lhs compiler/deSugar/Coverage.lhs compiler/deSugar/Desugar.lhs compiler/deSugar/DsArrows.lhs compiler/deSugar/DsBinds.lhs compiler/deSugar/DsCCall.lhs compiler/deSugar/DsExpr.lhs compiler/deSugar/DsForeign.lhs compiler/deSugar/DsGRHSs.lhs compiler/deSugar/DsListComp.lhs compiler/deSugar/DsMonad.lhs compiler/deSugar/DsUtils.lhs compiler/deSugar/Match.lhs compiler/deSugar/MatchCon.lhs compiler/deSugar/MatchLit.lhs compiler/hsSyn/HsBinds.lhs compiler/hsSyn/HsDecls.lhs compiler/hsSyn/HsDoc.hs compiler/hsSyn/HsExpr.lhs compiler/hsSyn/HsImpExp.lhs compiler/hsSyn/HsLit.lhs compiler/hsSyn/HsPat.lhs compiler/hsSyn/HsSyn.lhs compiler/hsSyn/HsTypes.lhs compiler/hsSyn/HsUtils.lhs compiler/iface/BinIface.hs compiler/iface/BuildTyCl.lhs compiler/iface/IfaceEnv.lhs compiler/iface/IfaceSyn.lhs compiler/iface/IfaceType.lhs compiler/iface/LoadIface.lhs compiler/iface/MkIface.lhs compiler/iface/TcIface.lhs compiler/main/Annotations.lhs compiler/main/BreakArray.hs compiler/main/CmdLineParser.hs compiler/main/CodeOutput.lhs compiler/stage1/build/Config.hs compiler/main/Constants.lhs compiler/main/DriverMkDepend.hs compiler/main/DriverPhases.hs compiler/main/DriverPipeline.hs compiler/main/DynFlags.hs compiler/main/ErrUtils.lhs compiler/main/Finder.lhs compiler/main/GHC.hs compiler/main/HeaderInfo.hs compiler/main/HscMain.lhs compiler/main/HscStats.lhs compiler/main/HscTypes.lhs compiler/main/InteractiveEval.hs compiler/main/PackageConfig.hs compiler/main/Packages.lhs compiler/main/PprTyThing.hs compiler/main/StaticFlags.hs compiler/main/StaticFlagParser.hs compiler/main/SysTools.lhs compiler/main/TidyPgm.lhs compiler/parser/Ctype.lhs compiler/parser/HaddockUtils.hs compiler/parser/LexCore.hs compiler/parser/Lexer.hs compiler/types/OptCoercion.lhs compiler/parser/Parser.hs compiler/parser/ParserCore.hs compiler/parser/ParserCoreUtils.hs compiler/parser/RdrHsSyn.lhs compiler/prelude/ForeignCall.lhs compiler/prelude/PrelInfo.lhs compiler/prelude/PrelNames.lhs compiler/prelude/PrelRules.lhs compiler/prelude/PrimOp.lhs compiler/prelude/TysPrim.lhs compiler/prelude/TysWiredIn.lhs compiler/profiling/CostCentre.lhs compiler/profiling/SCCfinal.lhs compiler/rename/RnBinds.lhs compiler/rename/RnEnv.lhs compiler/rename/RnExpr.lhs compiler/rename/RnHsDoc.hs compiler/rename/RnHsSyn.lhs compiler/rename/RnNames.lhs compiler/rename/RnPat.lhs compiler/rename/RnSource.lhs compiler/rename/RnTypes.lhs compiler/simplCore/CoreMonad.lhs compiler/simplCore/CSE.lhs compiler/simplCore/FloatIn.lhs compiler/simplCore/FloatOut.lhs compiler/simplCore/LiberateCase.lhs compiler/simplCore/OccurAnal.lhs compiler/simplCore/SAT.lhs compiler/simplCore/SetLevels.lhs compiler/simplCore/SimplCore.lhs compiler/simplCore/SimplEnv.lhs compiler/simplCore/SimplMonad.lhs compiler/simplCore/SimplUtils.lhs compiler/simplCore/Simplify.lhs compiler/simplStg/SRT.lhs compiler/simplStg/SimplStg.lhs compiler/simplStg/StgStats.lhs compiler/specialise/Rules.lhs compiler/specialise/SpecConstr.lhs compiler/specialise/Specialise.lhs compiler/stgSyn/CoreToStg.lhs compiler/stgSyn/StgLint.lhs compiler/stgSyn/StgSyn.lhs compiler/stranal/DmdAnal.lhs compiler/stranal/WorkWrap.lhs compiler/stranal/WwLib.lhs compiler/typecheck/FamInst.lhs compiler/typecheck/Inst.lhs compiler/typecheck/TcAnnotations.lhs compiler/typecheck/TcArrows.lhs compiler/typecheck/TcBinds.lhs compiler/typecheck/TcClassDcl.lhs compiler/typecheck/TcDefaults.lhs compiler/typecheck/TcDeriv.lhs compiler/typecheck/TcEnv.lhs compiler/typecheck/TcExpr.lhs compiler/typecheck/TcForeign.lhs compiler/typecheck/TcGenDeriv.lhs compiler/typecheck/TcHsSyn.lhs compiler/typecheck/TcHsType.lhs compiler/typecheck/TcInstDcls.lhs compiler/typecheck/TcMType.lhs compiler/typecheck/TcMatches.lhs compiler/typecheck/TcPat.lhs compiler/typecheck/TcRnDriver.lhs compiler/typecheck/TcRnMonad.lhs compiler/typecheck/TcRnTypes.lhs compiler/typecheck/TcRules.lhs compiler/typecheck/TcSimplify.lhs compiler/typecheck/TcErrors.lhs compiler/typecheck/TcTyClsDecls.lhs compiler/typecheck/TcTyDecls.lhs compiler/typecheck/TcType.lhs compiler/typecheck/TcUnify.lhs compiler/typecheck/TcInteract.lhs compiler/typecheck/TcCanonical.lhs compiler/typecheck/TcSMonad.lhs compiler/types/Class.lhs compiler/types/Coercion.lhs compiler/types/FamInstEnv.lhs compiler/types/FunDeps.lhs compiler/types/Generics.lhs compiler/types/InstEnv.lhs compiler/types/TyCon.lhs compiler/types/Type.lhs compiler/types/TypeRep.lhs compiler/types/Unify.lhs compiler/utils/Bag.lhs compiler/utils/Binary.hs compiler/utils/BufWrite.hs compiler/utils/Digraph.lhs compiler/utils/Encoding.hs compiler/utils/FastBool.lhs compiler/utils/FastFunctions.lhs compiler/utils/FastMutInt.lhs compiler/utils/FastString.lhs compiler/utils/FastTypes.lhs compiler/stage1/build/Fingerprint.hs compiler/utils/FiniteMap.lhs compiler/utils/GraphBase.hs compiler/utils/GraphColor.hs compiler/utils/GraphOps.hs compiler/utils/GraphPpr.hs compiler/utils/IOEnv.hs compiler/utils/Interval.hs compiler/utils/ListSetOps.lhs compiler/utils/Maybes.lhs compiler/utils/MonadUtils.hs compiler/utils/OrdList.lhs compiler/utils/Outputable.lhs compiler/utils/Panic.lhs compiler/utils/Pretty.lhs compiler/utils/Serialized.hs compiler/utils/State.hs compiler/utils/StringBuffer.lhs compiler/utils/UniqFM.lhs compiler/utils/UniqSet.lhs compiler/utils/Util.lhs compiler/vectorise/Vectorise/Builtins/Base.hs compiler/vectorise/Vectorise/Builtins/Initialise.hs compiler/vectorise/Vectorise/Builtins/Modules.hs compiler/vectorise/Vectorise/Builtins/Prelude.hs compiler/vectorise/Vectorise/Builtins.hs compiler/vectorise/Vectorise/Monad/Base.hs compiler/vectorise/Vectorise/Monad/Naming.hs compiler/vectorise/Vectorise/Monad/Local.hs compiler/vectorise/Vectorise/Monad/Global.hs compiler/vectorise/Vectorise/Monad/InstEnv.hs compiler/vectorise/Vectorise/Monad.hs compiler/vectorise/Vectorise/Utils/Base.hs compiler/vectorise/Vectorise/Utils/Closure.hs compiler/vectorise/Vectorise/Utils/Hoisting.hs compiler/vectorise/Vectorise/Utils/PADict.hs compiler/vectorise/Vectorise/Utils/PRDict.hs compiler/vectorise/Vectorise/Utils/Poly.hs compiler/vectorise/Vectorise/Utils.hs compiler/vectorise/Vectorise/Type/Env.hs compiler/vectorise/Vectorise/Type/Repr.hs compiler/vectorise/Vectorise/Type/PData.hs compiler/vectorise/Vectorise/Type/PRepr.hs compiler/vectorise/Vectorise/Type/PADict.hs compiler/vectorise/Vectorise/Type/PRDict.hs compiler/vectorise/Vectorise/Type/Type.hs compiler/vectorise/Vectorise/Type/TyConDecl.hs compiler/vectorise/Vectorise/Type/Classify.hs compiler/vectorise/Vectorise/Convert.hs compiler/vectorise/Vectorise/Vect.hs compiler/vectorise/Vectorise/Var.hs compiler/vectorise/Vectorise/Env.hs compiler/vectorise/Vectorise/Exp.hs compiler/vectorise/Vectorise.hs echo "compiler_stage1_depfile_haskell_EXISTS = YES" >> compiler/stage1/build/.depend-v.haskell.tmp for dir in compiler/stage1/build/./ compiler/stage1/build/Alpha/ compiler/stage1/build/Llvm/ compiler/stage1/build/LlvmCodeGen/ compiler/stage1/build/PPC/ compiler/stage1/build/RegAlloc/ compiler/stage1/build/RegAlloc/Graph/ compiler/stage1/build/RegAlloc/Linear/ compiler/stage1/build/RegAlloc/Linear/PPC/ compiler/stage1/build/RegAlloc/Linear/SPARC/ compiler/stage1/build/RegAlloc/Linear/X86/ compiler/stage1/build/SPARC/ compiler/stage1/build/SPARC/CodeGen/ compiler/stage1/build/Vectorise/ compiler/stage1/build/Vectorise/Builtins/ compiler/stage1/build/Vectorise/Monad/ compiler/stage1/build/Vectorise/Type/ compiler/stage1/build/Vectorise/Utils/ compiler/stage1/build/X86/; do if test ! -d $dir; then mkdir -p $dir; fi done mv compiler/stage1/build/.depend-v.haskell.tmp compiler/stage1/build/.depend-v.haskell "rm" -f includes/dist-ghcconstants/build/.depend.c_asm.tmp "rm" -f includes/dist-derivedconstants/build/.depend.c_asm.tmp touch includes/dist-ghcconstants/build/.depend.c_asm.tmp touch includes/dist-derivedconstants/build/.depend.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -DGEN_HASKELL -MM includes/mkDerivedConstants.c -MF includes/dist-ghcconstants/build/.depend.c_asm.bit /usr/bin/gcc -E -fno-stack-protector -DTABLES_NEXT_TO_CODE -Iincludes -Irts -MM includes/mkDerivedConstants.c -MF includes/dist-derivedconstants/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|includes/|" -e "1s|includes/|includes/dist-derivedconstants/build/|" -e "1s|dist-derivedconstants/build/dist-derivedconstants/build|dist-derivedconstants/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" includes/dist-derivedconstants/build/.depend.c_asm.bit >> includes/dist-derivedconstants/build/.depend.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|includes/|" -e "1s|includes/|includes/dist-ghcconstants/build/|" -e "1s|dist-ghcconstants/build/dist-ghcconstants/build|dist-ghcconstants/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" includes/dist-ghcconstants/build/.depend.c_asm.bit >> includes/dist-ghcconstants/build/.depend.c_asm.tmp && true "rm" -f includes/dist-derivedconstants/build/.depend.c_asm.bit "rm" -f includes/dist-ghcconstants/build/.depend.c_asm.bit echo "includes_dist-derivedconstants_depfile_c_asm_EXISTS = YES" >> includes/dist-derivedconstants/build/.depend.c_asm.tmp echo "includes_dist-ghcconstants_depfile_c_asm_EXISTS = YES" >> includes/dist-ghcconstants/build/.depend.c_asm.tmp mv includes/dist-derivedconstants/build/.depend.c_asm.tmp includes/dist-derivedconstants/build/.depend.c_asm mv includes/dist-ghcconstants/build/.depend.c_asm.tmp includes/dist-ghcconstants/build/.depend.c_asm ===--- updating makefiles phase 3 make -r --no-print-directory -f ghc.mk phase=3 just-makefiles ghc/ghc.mk:123: ghc/stage1/build/.depend.haskell: No such file or directory ghc/ghc.mk:123: ghc/stage1/build/.depend.c_asm: No such file or directory "inplace/bin/mkdirhier" ghc/stage1/build//. "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Exception.hs -o compiler/stage1/build/Exception.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastTypes.lhs -o compiler/stage1/build/FastTypes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stage1/build/Config.hs -o compiler/stage1/build/Config.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Maybes.lhs -o compiler/stage1/build/Maybes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Encoding.hs -o compiler/stage1/build/Encoding.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/OccName.lhs-boot -o compiler/stage1/build/OccName.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Module.lhs-boot -o compiler/stage1/build/Module.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastMutInt.lhs -o compiler/stage1/build/FastMutInt.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Packages.lhs-boot -o compiler/stage1/build/Packages.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -fforce-recomp -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Constants.lhs -o compiler/stage1/build/Constants.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TypeRep.lhs-boot -o compiler/stage1/build/TypeRep.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Name.lhs-boot -o compiler/stage1/build/Name.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FiniteMap.lhs -o compiler/stage1/build/FiniteMap.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Platform.hs -o compiler/stage1/build/Platform.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TyCon.lhs-boot -o compiler/stage1/build/TyCon.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/OrdList.lhs -o compiler/stage1/build/OrdList.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastBool.lhs -o compiler/stage1/build/FastBool.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Cond.hs -o compiler/stage1/build/X86/Cond.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage1/build/SPARC/Cond.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/Regs.hs -o compiler/stage1/build/Alpha/Regs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/RegInfo.hs -o compiler/stage1/build/Alpha/RegInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/Instr.hs -o compiler/stage1/build/Alpha/Instr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/CodeGen.hs -o compiler/stage1/build/Alpha/CodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/BreakArray.hs -o compiler/stage1/build/BreakArray.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmTx.hs -o compiler/stage1/build/CmmTx.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/Dataflow.hs -o compiler/stage1/build/Dataflow.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/ExternalCore.lhs -o compiler/stage1/build/ExternalCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/ParserCoreUtils.hs -o compiler/stage1/build/ParserCoreUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/InteractiveEval.hs -o compiler/stage1/build/InteractiveEval.o "inplace/bin/mkdirhier" compiler/stage1/build/parser//. "inplace/bin/mkdirhier" compiler/stage1/build/utils//. "rm" -f ghc/stage1/build/.depend.c_asm.tmp touch ghc/stage1/build/.depend.c_asm.tmp echo "ghc_stage1_depfile_c_asm_EXISTS = YES" >> ghc/stage1/build/.depend.c_asm.tmp mv ghc/stage1/build/.depend.c_asm.tmp ghc/stage1/build/.depend.c_asm "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Panic.lhs -o compiler/stage1/build/Panic.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastFunctions.lhs -o compiler/stage1/build/FastFunctions.o "/usr/bin/ghc" -optc-Icompiler/stage1 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-isystem"/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8/include" -optc-isystem"/usr/lib64/ghc-7.0.1/process-1.0.1.4/include" -optc-isystem"/usr/lib64/ghc-7.0.1/directory-1.1.0.0/include" -optc-isystem"/usr/lib64/ghc-7.0.1/unix-2.4.1.0/include" -optc-isystem"/usr/lib64/ghc-7.0.1/old-time-1.0.0.6/include" -optc-isystem"/usr/lib64/ghc-7.0.1/base-4.3.0.0/include" -optc-isystem"/usr/lib64/ghc-7.0.1/include" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -c compiler/parser/cutils.c -o compiler/stage1/build/parser/cutils.o "/usr/bin/ghc" -optc-Icompiler/stage1 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-isystem"/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8/include" -optc-isystem"/usr/lib64/ghc-7.0.1/process-1.0.1.4/include" -optc-isystem"/usr/lib64/ghc-7.0.1/directory-1.1.0.0/include" -optc-isystem"/usr/lib64/ghc-7.0.1/unix-2.4.1.0/include" -optc-isystem"/usr/lib64/ghc-7.0.1/old-time-1.0.0.6/include" -optc-isystem"/usr/lib64/ghc-7.0.1/base-4.3.0.0/include" -optc-isystem"/usr/lib64/ghc-7.0.1/include" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -c compiler/utils/md5.c -o compiler/stage1/build/utils/md5.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Util.lhs -o compiler/stage1/build/Util.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage1/build/PPC/Cond.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage1/build/SPARC/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/Ctype.lhs -o compiler/stage1/build/Ctype.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/LexCore.hs -o compiler/stage1/build/LexCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Interval.hs -o compiler/stage1/build/Interval.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastString.lhs -o compiler/stage1/build/FastString.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/StaticFlags.hs -o compiler/stage1/build/StaticFlags.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/BufWrite.hs -o compiler/stage1/build/BufWrite.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/StringBuffer.lhs -o compiler/stage1/build/StringBuffer.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Pretty.lhs -o compiler/stage1/build/Pretty.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Outputable.lhs -o compiler/stage1/build/Outputable.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/PprExternalCore.lhs -o compiler/stage1/build/PprExternalCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/SrcLoc.lhs -o compiler/stage1/build/SrcLoc.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/MonadUtils.hs -o compiler/stage1/build/MonadUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DriverPhases.hs -o compiler/stage1/build/DriverPhases.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/BasicTypes.lhs -o compiler/stage1/build/BasicTypes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stage1/build/Fingerprint.hs -o compiler/stage1/build/Fingerprint.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/IdInfo.lhs-boot -o compiler/stage1/build/IdInfo.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcType.lhs-boot -o compiler/stage1/build/TcType.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Bag.lhs -o compiler/stage1/build/Bag.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Digraph.lhs -o compiler/stage1/build/Digraph.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/State.hs -o compiler/stage1/build/State.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/IOEnv.hs -o compiler/stage1/build/IOEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/ErrUtils.lhs-boot -o compiler/stage1/build/ErrUtils.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/CmdLineParser.hs -o compiler/stage1/build/CmdLineParser.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsPat.lhs-boot -o compiler/stage1/build/HsPat.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsDoc.hs -o compiler/stage1/build/HsDoc.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsExpr.lhs-boot -o compiler/stage1/build/HsExpr.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/StaticFlagParser.hs -o compiler/stage1/build/StaticFlagParser.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Unique.lhs -o compiler/stage1/build/Unique.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/UniqFM.lhs -o compiler/stage1/build/UniqFM.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/UniqSupply.lhs -o compiler/stage1/build/UniqSupply.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegClass.hs -o compiler/stage1/build/RegClass.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/StackPlacements.hs -o compiler/stage1/build/StackPlacements.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Reg.hs -o compiler/stage1/build/Reg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Binary.hs -o compiler/stage1/build/Binary.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/UniqSet.lhs -o compiler/stage1/build/UniqSet.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/ListSetOps.lhs -o compiler/stage1/build/ListSetOps.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphBase.hs -o compiler/stage1/build/GraphBase.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage1/build/RegAlloc/Graph/ArchBase.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphPpr.hs -o compiler/stage1/build/GraphPpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphOps.hs -o compiler/stage1/build/GraphOps.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage1/build/RegAlloc/Graph/ArchX86.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphColor.hs -o compiler/stage1/build/GraphColor.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Module.lhs -o compiler/stage1/build/Module.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/OccName.lhs -o compiler/stage1/build/OccName.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Serialized.hs -o compiler/stage1/build/Serialized.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/PackageConfig.hs -o compiler/stage1/build/PackageConfig.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/ForeignCall.lhs -o compiler/stage1/build/ForeignCall.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsImpExp.lhs -o compiler/stage1/build/HsImpExp.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Modules.hs -o compiler/stage1/build/Vectorise/Builtins/Modules.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Name.lhs -o compiler/stage1/build/Name.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/RdrName.lhs -o compiler/stage1/build/RdrName.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Var.lhs -o compiler/stage1/build/Var.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/DataCon.lhs-boot -o compiler/stage1/build/DataCon.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/NameSet.lhs -o compiler/stage1/build/NameSet.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/NameEnv.lhs -o compiler/stage1/build/NameEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Annotations.lhs -o compiler/stage1/build/Annotations.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/profiling/CostCentre.lhs -o compiler/stage1/build/CostCentre.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Class.lhs -o compiler/stage1/build/Class.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/VarSet.lhs -o compiler/stage1/build/VarSet.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/VarEnv.lhs -o compiler/stage1/build/VarEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Demand.lhs -o compiler/stage1/build/Demand.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgBindery.lhs-boot -o compiler/stage1/build/CgBindery.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrelNames.lhs -o compiler/stage1/build/PrelNames.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DynFlags.hs -o compiler/stage1/build/DynFlags.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TyCon.lhs -o compiler/stage1/build/TyCon.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Prelude.hs -o compiler/stage1/build/Vectorise/Builtins/Prelude.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TypeRep.lhs -o compiler/stage1/build/TypeRep.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Type.lhs -o compiler/stage1/build/Type.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Coercion.lhs -o compiler/stage1/build/Coercion.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsTypes.lhs -o compiler/stage1/build/HsTypes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/DataCon.lhs -o compiler/stage1/build/DataCon.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/TysPrim.lhs -o compiler/stage1/build/TysPrim.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Literal.lhs -o compiler/stage1/build/Literal.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsLit.lhs -o compiler/stage1/build/HsLit.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/MkId.lhs-boot -o compiler/stage1/build/MkId.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage1/build/Vectorise/Type/Classify.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/TysWiredIn.lhs -o compiler/stage1/build/TysWiredIn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreSyn.lhs -o compiler/stage1/build/CoreSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -fforce-recomp -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrimOp.lhs -o compiler/stage1/build/PrimOp.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage1/build/Vectorise/Builtins/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage1/build/Vectorise/Vect.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/IdInfo.lhs -o compiler/stage1/build/IdInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Id.lhs -o compiler/stage1/build/Id.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/PprCore.lhs -o compiler/stage1/build/PprCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/IfaceType.lhs -o compiler/stage1/build/IfaceType.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/ErrUtils.lhs -o compiler/stage1/build/ErrUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/IfaceSyn.lhs -o compiler/stage1/build/IfaceSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Packages.lhs -o compiler/stage1/build/Packages.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Unify.lhs -o compiler/stage1/build/Unify.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/Lexer.hs -o compiler/stage1/build/Lexer.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/SysTools.lhs -o compiler/stage1/build/SysTools.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsBinds.lhs -o compiler/stage1/build/HsBinds.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/OptCoercion.lhs -o compiler/stage1/build/OptCoercion.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CLabel.hs -o compiler/stage1/build/CLabel.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/BlockId.hs -o compiler/stage1/build/BlockId.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PprBase.hs -o compiler/stage1/build/PprBase.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmExpr.hs -o compiler/stage1/build/CmmExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage1/build/Llvm/Types.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsPat.lhs -o compiler/stage1/build/HsPat.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage1/build/Llvm/AbsSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage1/build/Llvm/PpLlvm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsDecls.lhs -o compiler/stage1/build/HsDecls.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/SMRep.lhs -o compiler/stage1/build/SMRep.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/RegPlate.hs -o compiler/stage1/build/SPARC/RegPlate.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/Bitmap.hs -o compiler/stage1/build/Bitmap.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm.hs -o compiler/stage1/build/Llvm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage1/build/LlvmCodeGen/Regs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stgSyn/StgSyn.lhs -o compiler/stage1/build/StgSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplStg/SRT.lhs -o compiler/stage1/build/SRT.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplStg/StgStats.lhs -o compiler/stage1/build/StgStats.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stgSyn/StgLint.lhs -o compiler/stage1/build/StgLint.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/profiling/SCCfinal.lhs -o compiler/stage1/build/SCCfinal.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplStg/SimplStg.lhs -o compiler/stage1/build/SimplStg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsExpr.lhs -o compiler/stage1/build/HsExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcType.lhs -o compiler/stage1/build/TcType.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsUtils.lhs -o compiler/stage1/build/HsUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsSyn.lhs -o compiler/stage1/build/HsSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HscStats.lhs -o compiler/stage1/build/HscStats.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/HaddockUtils.hs -o compiler/stage1/build/HaddockUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/RdrHsSyn.lhs -o compiler/stage1/build/RdrHsSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnHsSyn.lhs -o compiler/stage1/build/RnHsSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/ClosureInfo.lhs -o compiler/stage1/build/ClosureInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreUtils.lhs -o compiler/stage1/build/CoreUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreFVs.lhs -o compiler/stage1/build/CoreFVs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/InstEnv.lhs -o compiler/stage1/build/InstEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Generics.lhs -o compiler/stage1/build/Generics.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/Cmm.hs -o compiler/stage1/build/Cmm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/FamInstEnv.lhs -o compiler/stage1/build/FamInstEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/FunDeps.lhs -o compiler/stage1/build/FunDeps.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmUtils.hs -o compiler/stage1/build/CmmUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Regs.hs -o compiler/stage1/build/X86/Regs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Size.hs -o compiler/stage1/build/Size.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Instruction.hs -o compiler/stage1/build/Instruction.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage1/build/SPARC/Imm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/OccurAnal.lhs -o compiler/stage1/build/OccurAnal.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage1/build/StgCmmClosure.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLive.hs -o compiler/stage1/build/CmmLive.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLex.hs -o compiler/stage1/build/CmmLex.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreLint.lhs -o compiler/stage1/build/CoreLint.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SAT.lhs -o compiler/stage1/build/SAT.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/FloatIn.lhs -o compiler/stage1/build/FloatIn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/CSE.lhs -o compiler/stage1/build/CSE.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/ParserCore.hs -o compiler/stage1/build/ParserCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/PprCmm.hs -o compiler/stage1/build/PprCmm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmOpt.hs -o compiler/stage1/build/CmmOpt.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgMonad.lhs -o compiler/stage1/build/CgMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage1/build/X86/RegInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage1/build/PPC/Regs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage1/build/SPARC/AddrMode.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreSubst.lhs -o compiler/stage1/build/CoreSubst.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/TargetReg.hs -o compiler/stage1/build/TargetReg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage1/build/SPARC/Regs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage1/build/RegAlloc/Liveness.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipCfg.hs -o compiler/stage1/build/ZipCfg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLint.hs -o compiler/stage1/build/CmmLint.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/PprC.hs -o compiler/stage1/build/PprC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgUtils.hs -o compiler/stage1/build/CgUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/NCGMonad.hs -o compiler/stage1/build/NCGMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Instr.hs -o compiler/stage1/build/X86/Instr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage1/build/PPC/Instr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage1/build/SPARC/Stack.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage1/build/RegAlloc/Graph/Coalesce.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage1/build/RegAlloc/Graph/SpillCost.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage1/build/RegAlloc/Graph/Spill.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage1/build/RegAlloc/Graph/SpillClean.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreArity.lhs -o compiler/stage1/build/CoreArity.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/OptimizationFuel.hs -o compiler/stage1/build/OptimizationFuel.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/MkZipCfg.hs -o compiler/stage1/build/MkZipCfg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmZipUtil.hs -o compiler/stage1/build/CmmZipUtil.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgExpr.lhs-boot -o compiler/stage1/build/CgExpr.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgExtCode.hs -o compiler/stage1/build/CgExtCode.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipCfgExtras.hs -o compiler/stage1/build/ZipCfgExtras.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PIC.hs -o compiler/stage1/build/PIC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage1/build/SPARC/Instr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage1/build/RegAlloc/Graph/Stats.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage1/build/X86/Ppr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage1/build/PPC/RegInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage1/build/PPC/Ppr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage1/build/LlvmCodeGen/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreUnfold.lhs -o compiler/stage1/build/CoreUnfold.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreTidy.lhs -o compiler/stage1/build/CoreTidy.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmBrokenBlock.hs -o compiler/stage1/build/CmmBrokenBlock.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/DFMonad.hs -o compiler/stage1/build/DFMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgProf.hs -o compiler/stage1/build/CgProf.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgTicky.hs -o compiler/stage1/build/CgTicky.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmProcPoint.hs -o compiler/stage1/build/CmmProcPoint.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stgSyn/CoreToStg.lhs -o compiler/stage1/build/CoreToStg.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stranal/DmdAnal.lhs -o compiler/stage1/build/DmdAnal.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage1/build/SPARC/Ppr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage1/build/RegAlloc/Graph/Main.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage1/build/RegAlloc/Linear/StackMap.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage1/build/X86/CodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage1/build/PPC/CodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage1/build/SPARC/ShortcutJump.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage1/build/SPARC/CodeGen/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage1/build/LlvmCodeGen/Data.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage1/build/LlvmCodeGen/CodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/specialise/Rules.lhs -o compiler/stage1/build/Rules.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipDataflow.hs -o compiler/stage1/build/ZipDataflow.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgStackery.lhs -o compiler/stage1/build/CgStackery.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/LiberateCase.lhs -o compiler/stage1/build/LiberateCase.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage1/build/SPARC/CodeGen/Expand.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage1/build/RegAlloc/Linear/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage1/build/SPARC/CodeGen/Gen32.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage1/build/SPARC/CodeGen/Sanity.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage1/build/LlvmCodeGen/Ppr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HscTypes.lhs -o compiler/stage1/build/HscTypes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipCfgCmmRep.hs -o compiler/stage1/build/ZipCfgCmmRep.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgCallConv.hs -o compiler/stage1/build/CgCallConv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage1/build/RegAlloc/Linear/Stats.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage1/build/SPARC/CodeGen/Amode.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage1/build/SPARC/CodeGen/CondCode.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage1/build/LlvmMangler.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCallConv.hs -o compiler/stage1/build/CmmCallConv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/PprCmmZ.hs -o compiler/stage1/build/PprCmmZ.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgParallel.hs -o compiler/stage1/build/CgParallel.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage1/build/CmmContFlowOpt.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCommonBlockElimZ.hs -o compiler/stage1/build/CmmCommonBlockElimZ.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage1/build/RegAlloc/Linear/State.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage1/build/SPARC/CodeGen/Gen64.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage1/build/LlvmCodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/MkZipCfgCmm.hs -o compiler/stage1/build/MkZipCfgCmm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLiveZ.hs -o compiler/stage1/build/CmmLiveZ.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgHeapery.lhs -o compiler/stage1/build/CgHeapery.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage1/build/SPARC/CodeGen/Gen32.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage1/build/StgCmmMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmSpillReload.hs -o compiler/stage1/build/CmmSpillReload.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCvt.hs -o compiler/stage1/build/CmmCvt.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage1/build/RegAlloc/Linear/Main.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/MkCore.lhs -o compiler/stage1/build/MkCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage1/build/StgCmmUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgBindery.lhs -o compiler/stage1/build/CgBindery.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/StackColor.hs -o compiler/stage1/build/StackColor.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmGran.hs -o compiler/stage1/build/StgCmmGran.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage1/build/StgCmmBind.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRnTypes.lhs -o compiler/stage1/build/TcRnTypes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Finder.lhs -o compiler/stage1/build/Finder.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/MkExternalCore.lhs -o compiler/stage1/build/MkExternalCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Coverage.lhs -o compiler/stage1/build/Coverage.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage1/build/Vectorise/Env.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/Parser.hs -o compiler/stage1/build/Parser.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcTyDecls.lhs -o compiler/stage1/build/TcTyDecls.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/AsmCodeGen.lhs -o compiler/stage1/build/AsmCodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/CCall.hs -o compiler/stage1/build/SPARC/CodeGen/CCall.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrelRules.lhs -o compiler/stage1/build/PrelRules.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage1/build/StgCmmEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmProf.hs -o compiler/stage1/build/StgCmmProf.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgInfoTbls.hs -o compiler/stage1/build/CgInfoTbls.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgForeignCall.hs -o compiler/stage1/build/CgForeignCall.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage1/build/StgCmmTicky.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRnMonad.lhs -o compiler/stage1/build/TcRnMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/TcIface.lhs-boot -o compiler/stage1/build/TcIface.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/CodeOutput.lhs -o compiler/stage1/build/CodeOutput.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcUnify.lhs-boot -o compiler/stage1/build/TcUnify.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcExpr.lhs-boot -o compiler/stage1/build/TcExpr.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnExpr.lhs-boot -o compiler/stage1/build/RnExpr.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnHsDoc.hs -o compiler/stage1/build/RnHsDoc.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcMatches.lhs-boot -o compiler/stage1/build/TcMatches.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage1/build/SPARC/CodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/MkId.lhs -o compiler/stage1/build/MkId.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage1/build/StgCmmForeign.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmInfo.hs -o compiler/stage1/build/CmmInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCPSGen.hs -o compiler/stage1/build/CmmCPSGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgClosure.lhs -o compiler/stage1/build/CgClosure.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgTailCall.lhs -o compiler/stage1/build/CgTailCall.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgPrimOp.hs -o compiler/stage1/build/CgPrimOp.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrelInfo.lhs -o compiler/stage1/build/PrelInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgHpc.hs -o compiler/stage1/build/CgHpc.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage1/build/StgCmmLayout.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stranal/WwLib.lhs -o compiler/stage1/build/WwLib.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/IfaceEnv.lhs -o compiler/stage1/build/IfaceEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcMType.lhs -o compiler/stage1/build/TcMType.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HeaderInfo.hs -o compiler/stage1/build/HeaderInfo.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcAnnotations.lhs -o compiler/stage1/build/TcAnnotations.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmProcPointZ.hs -o compiler/stage1/build/CmmProcPointZ.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCPS.hs -o compiler/stage1/build/CmmCPS.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmParse.hs -o compiler/stage1/build/CmmParse.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgCon.lhs -o compiler/stage1/build/CgCon.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage1/build/StgCmmHpc.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage1/build/StgCmmHeap.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage1/build/StgCmmPrim.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/stranal/WorkWrap.lhs -o compiler/stage1/build/WorkWrap.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/BuildTyCl.lhs -o compiler/stage1/build/BuildTyCl.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/BinIface.hs -o compiler/stage1/build/BinIface.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcHsSyn.lhs -o compiler/stage1/build/TcHsSyn.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/FamInst.lhs -o compiler/stage1/build/FamInst.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcGenDeriv.lhs -o compiler/stage1/build/TcGenDeriv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmStackLayout.hs -o compiler/stage1/build/CmmStackLayout.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgCase.lhs -o compiler/stage1/build/CgCase.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmCon.hs -o compiler/stage1/build/StgCmmCon.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/LoadIface.lhs -o compiler/stage1/build/LoadIface.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage1/build/CmmBuildInfoTables.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage1/build/StgCmmExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgLetNoEscape.lhs -o compiler/stage1/build/CgLetNoEscape.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCPSZ.hs -o compiler/stage1/build/CmmCPSZ.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgExpr.lhs -o compiler/stage1/build/CgExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmBind.hs -o compiler/stage1/build/StgCmmBind.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/TcIface.lhs -o compiler/stage1/build/TcIface.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/MkIface.lhs -o compiler/stage1/build/MkIface.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CodeGen.lhs -o compiler/stage1/build/CodeGen.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmm.hs -o compiler/stage1/build/StgCmm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcEnv.lhs -o compiler/stage1/build/TcEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsMonad.lhs -o compiler/stage1/build/DsMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsExpr.lhs-boot -o compiler/stage1/build/DsExpr.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Match.lhs-boot -o compiler/stage1/build/Match.o-boot "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsCCall.lhs -o compiler/stage1/build/DsCCall.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage1/build/Vectorise/Builtins/Initialise.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsUtils.lhs -o compiler/stage1/build/DsUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/CoreMonad.lhs -o compiler/stage1/build/CoreMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/Inst.lhs -o compiler/stage1/build/Inst.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnEnv.lhs -o compiler/stage1/build/RnEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/MatchLit.lhs -o compiler/stage1/build/MatchLit.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsGRHSs.lhs -o compiler/stage1/build/DsGRHSs.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsForeign.lhs -o compiler/stage1/build/DsForeign.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage1/build/Vectorise/Builtins.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcSMonad.lhs -o compiler/stage1/build/TcSMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CorePrep.lhs -o compiler/stage1/build/CorePrep.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Check.lhs -o compiler/stage1/build/Check.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsBinds.lhs -o compiler/stage1/build/DsBinds.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/TidyPgm.lhs -o compiler/stage1/build/TidyPgm.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage1/build/Vectorise/Monad/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/specialise/SpecConstr.lhs -o compiler/stage1/build/SpecConstr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/specialise/Specialise.lhs -o compiler/stage1/build/Specialise.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SetLevels.lhs -o compiler/stage1/build/SetLevels.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplMonad.lhs -o compiler/stage1/build/SimplMonad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnNames.lhs -o compiler/stage1/build/RnNames.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnTypes.lhs -o compiler/stage1/build/RnTypes.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcErrors.lhs -o compiler/stage1/build/TcErrors.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/MatchCon.lhs -o compiler/stage1/build/MatchCon.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage1/build/Vectorise/Monad/Global.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage1/build/Vectorise/Monad/Local.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage1/build/Vectorise/Monad/Naming.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/FloatOut.lhs -o compiler/stage1/build/FloatOut.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplEnv.lhs -o compiler/stage1/build/SimplEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnPat.lhs -o compiler/stage1/build/RnPat.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcUnify.lhs -o compiler/stage1/build/TcUnify.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcCanonical.lhs -o compiler/stage1/build/TcCanonical.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Match.lhs -o compiler/stage1/build/Match.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage1/build/Vectorise/Monad/InstEnv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplUtils.lhs -o compiler/stage1/build/SimplUtils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnBinds.lhs -o compiler/stage1/build/RnBinds.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcInteract.lhs -o compiler/stage1/build/TcInteract.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsArrows.lhs -o compiler/stage1/build/DsArrows.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsListComp.lhs -o compiler/stage1/build/DsListComp.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage1/build/Vectorise/Monad.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/Simplify.lhs -o compiler/stage1/build/Simplify.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnSource.lhs -o compiler/stage1/build/RnSource.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcHsType.lhs -o compiler/stage1/build/TcHsType.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsExpr.lhs -o compiler/stage1/build/DsExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage1/build/Vectorise/Utils/Base.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcSimplify.lhs -o compiler/stage1/build/TcSimplify.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage1/build/Vectorise/Utils/PADict.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnExpr.lhs -o compiler/stage1/build/RnExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Desugar.lhs -o compiler/stage1/build/Desugar.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcPat.lhs -o compiler/stage1/build/TcPat.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage1/build/Vectorise/Utils/Poly.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/PRDict.hs -o compiler/stage1/build/Vectorise/Utils/PRDict.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage1/build/Vectorise/Utils/Hoisting.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcDefaults.lhs -o compiler/stage1/build/TcDefaults.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage1/build/Vectorise/Utils/Closure.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcBinds.lhs -o compiler/stage1/build/TcBinds.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage1/build/Vectorise/Utils.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage1/build/Vectorise/Type/Type.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Repr.hs -o compiler/stage1/build/Vectorise/Type/Repr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PRepr.hs -o compiler/stage1/build/Vectorise/Type/PRepr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PData.hs -o compiler/stage1/build/Vectorise/Type/PData.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PRDict.hs -o compiler/stage1/build/Vectorise/Type/PRDict.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage1/build/Vectorise/Var.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage1/build/Vectorise/Convert.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage1/build/Vectorise/Type/TyConDecl.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcClassDcl.lhs -o compiler/stage1/build/TcClassDcl.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcMatches.lhs -o compiler/stage1/build/TcMatches.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage1/build/Vectorise/Exp.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PADict.hs -o compiler/stage1/build/Vectorise/Type/PADict.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage1/build/Vectorise/Type/Env.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcTyClsDecls.lhs -o compiler/stage1/build/TcTyClsDecls.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcDeriv.lhs -o compiler/stage1/build/TcDeriv.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcArrows.lhs -o compiler/stage1/build/TcArrows.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise.hs -o compiler/stage1/build/Vectorise.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplCore.lhs -o compiler/stage1/build/SimplCore.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcExpr.lhs -o compiler/stage1/build/TcExpr.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcForeign.lhs -o compiler/stage1/build/TcForeign.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRules.lhs -o compiler/stage1/build/TcRules.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcInstDcls.lhs -o compiler/stage1/build/TcInstDcls.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRnDriver.lhs -o compiler/stage1/build/TcRnDriver.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HscMain.lhs -o compiler/stage1/build/HscMain.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DriverPipeline.hs -o compiler/stage1/build/DriverPipeline.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/GHC.hs -o compiler/stage1/build/GHC.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DriverMkDepend.hs -o compiler/stage1/build/DriverMkDepend.o "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -no-user-package-conf -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/PprTyThing.hs -o compiler/stage1/build/PprTyThing.o "rm" -f compiler/stage1/build/libHSghc-7.0.1.a compiler/stage1/build/libHSghc-7.0.1.a.contents echo compiler/stage1/build/AsmCodeGen.o compiler/stage1/build/TargetReg.o compiler/stage1/build/NCGMonad.o compiler/stage1/build/Instruction.o compiler/stage1/build/Size.o compiler/stage1/build/Reg.o compiler/stage1/build/RegClass.o compiler/stage1/build/PIC.o compiler/stage1/build/Platform.o compiler/stage1/build/Alpha/Regs.o compiler/stage1/build/Alpha/RegInfo.o compiler/stage1/build/Alpha/Instr.o compiler/stage1/build/Alpha/CodeGen.o compiler/stage1/build/X86/Regs.o compiler/stage1/build/X86/RegInfo.o compiler/stage1/build/X86/Instr.o compiler/stage1/build/X86/Cond.o compiler/stage1/build/X86/Ppr.o compiler/stage1/build/X86/CodeGen.o compiler/stage1/build/PPC/Regs.o compiler/stage1/build/PPC/RegInfo.o compiler/stage1/build/PPC/Instr.o compiler/stage1/build/PPC/Cond.o compiler/stage1/build/PPC/Ppr.o compiler/stage1/build/PPC/CodeGen.o compiler/stage1/build/SPARC/Base.o compiler/stage1/build/SPARC/Regs.o compiler/stage1/build/SPARC/RegPlate.o compiler/stage1/build/SPARC/Imm.o compiler/stage1/build/SPARC/AddrMode.o compiler/stage1/build/SPARC/Cond.o compiler/stage1/build/SPARC/Instr.o compiler/stage1/build/SPARC/Stack.o compiler/stage1/build/SPARC/ShortcutJump.o compiler/stage1/build/SPARC/Ppr.o compiler/stage1/build/SPARC/CodeGen.o compiler/stage1/build/SPARC/CodeGen/Amode.o compiler/stage1/build/SPARC/CodeGen/Base.o compiler/stage1/build/SPARC/CodeGen/CCall.o compiler/stage1/build/SPARC/CodeGen/CondCode.o compiler/stage1/build/SPARC/CodeGen/Gen32.o compiler/stage1/build/SPARC/CodeGen/Gen64.o compiler/stage1/build/SPARC/CodeGen/Sanity.o compiler/stage1/build/SPARC/CodeGen/Expand.o compiler/stage1/build/RegAlloc/Liveness.o compiler/stage1/build/RegAlloc/Graph/Main.o compiler/stage1/build/RegAlloc/Graph/Stats.o compiler/stage1/build/RegAlloc/Graph/ArchBase.o compiler/stage1/build/RegAlloc/Graph/ArchX86.o compiler/stage1/build/RegAlloc/Graph/Coalesce.o compiler/stage1/build/RegAlloc/Graph/Spill.o compiler/stage1/build/RegAlloc/Graph/SpillClean.o compiler/stage1/build/RegAlloc/Graph/SpillCost.o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o compiler/stage1/build/RegAlloc/Linear/Main.o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o compiler/stage1/build/RegAlloc/Linear/State.o compiler/stage1/build/RegAlloc/Linear/Stats.o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/StackMap.o compiler/stage1/build/RegAlloc/Linear/Base.o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage1/build/BasicTypes.o compiler/stage1/build/DataCon.o compiler/stage1/build/Demand.o compiler/stage1/build/Exception.o compiler/stage1/build/Id.o compiler/stage1/build/IdInfo.o compiler/stage1/build/Literal.o compiler/stage1/build/Llvm.o compiler/stage1/build/Llvm/AbsSyn.o compiler/stage1/build/Llvm/PpLlvm.o compiler/stage1/build/Llvm/Types.o compiler/stage1/build/LlvmCodeGen.o compiler/stage1/build/LlvmCodeGen/Base.o compiler/stage1/build/LlvmCodeGen/CodeGen.o compiler/stage1/build/LlvmCodeGen/Data.o compiler/stage1/build/LlvmCodeGen/Ppr.o compiler/stage1/build/LlvmCodeGen/Regs.o compiler/stage1/build/LlvmMangler.o compiler/stage1/build/MkId.o compiler/stage1/build/Module.o compiler/stage1/build/Name.o compiler/stage1/build/NameEnv.o compiler/stage1/build/NameSet.o compiler/stage1/build/OccName.o compiler/stage1/build/RdrName.o compiler/stage1/build/SrcLoc.o compiler/stage1/build/UniqSupply.o compiler/stage1/build/Unique.o compiler/stage1/build/Var.o compiler/stage1/build/VarEnv.o compiler/stage1/build/VarSet.o compiler/stage1/build/BlockId.o compiler/stage1/build/CLabel.o compiler/stage1/build/Cmm.o compiler/stage1/build/CmmBrokenBlock.o compiler/stage1/build/CmmBuildInfoTables.o compiler/stage1/build/CmmCPS.o compiler/stage1/build/CmmCPSGen.o compiler/stage1/build/CmmCPSZ.o compiler/stage1/build/CmmCallConv.o compiler/stage1/build/CmmCommonBlockElimZ.o compiler/stage1/build/CmmContFlowOpt.o compiler/stage1/build/CmmCvt.o compiler/stage1/build/CmmExpr.o compiler/stage1/build/CmmInfo.o compiler/stage1/build/CmmLex.o compiler/stage1/build/CmmLint.o compiler/stage1/build/CmmLive.o compiler/stage1/build/CmmLiveZ.o compiler/stage1/build/CmmOpt.o compiler/stage1/build/CmmParse.o compiler/stage1/build/CmmProcPoint.o compiler/stage1/build/CmmProcPointZ.o compiler/stage1/build/CmmSpillReload.o compiler/stage1/build/CmmStackLayout.o compiler/stage1/build/CmmTx.o compiler/stage1/build/CmmUtils.o compiler/stage1/build/CmmZipUtil.o compiler/stage1/build/DFMonad.o compiler/stage1/build/Dataflow.o compiler/stage1/build/MkZipCfg.o compiler/stage1/build/MkZipCfgCmm.o compiler/stage1/build/OptimizationFuel.o compiler/stage1/build/PprBase.o compiler/stage1/build/PprC.o compiler/stage1/build/PprCmm.o compiler/stage1/build/PprCmmZ.o compiler/stage1/build/StackColor.o compiler/stage1/build/StackPlacements.o compiler/stage1/build/ZipCfg.o compiler/stage1/build/ZipCfgCmmRep.o compiler/stage1/build/ZipCfgExtras.o compiler/stage1/build/ZipDataflow.o compiler/stage1/build/Bitmap.o compiler/stage1/build/CgBindery.o compiler/stage1/build/CgCallConv.o compiler/stage1/build/CgCase.o compiler/stage1/build/CgClosure.o compiler/stage1/build/CgCon.o compiler/stage1/build/CgExpr.o compiler/stage1/build/CgExtCode.o compiler/stage1/build/CgForeignCall.o compiler/stage1/build/CgHeapery.o compiler/stage1/build/CgHpc.o compiler/stage1/build/CgInfoTbls.o compiler/stage1/build/CgLetNoEscape.o compiler/stage1/build/CgMonad.o compiler/stage1/build/CgParallel.o compiler/stage1/build/CgPrimOp.o compiler/stage1/build/CgProf.o compiler/stage1/build/CgStackery.o compiler/stage1/build/CgTailCall.o compiler/stage1/build/CgTicky.o compiler/stage1/build/CgUtils.o compiler/stage1/build/StgCmm.o compiler/stage1/build/StgCmmBind.o compiler/stage1/build/StgCmmClosure.o compiler/stage1/build/StgCmmCon.o compiler/stage1/build/StgCmmEnv.o compiler/stage1/build/StgCmmExpr.o compiler/stage1/build/StgCmmForeign.o compiler/stage1/build/StgCmmGran.o compiler/stage1/build/StgCmmHeap.o compiler/stage1/build/StgCmmHpc.o compiler/stage1/build/StgCmmLayout.o compiler/stage1/build/StgCmmMonad.o compiler/stage1/build/StgCmmPrim.o compiler/stage1/build/StgCmmProf.o compiler/stage1/build/StgCmmTicky.o compiler/stage1/build/StgCmmUtils.o compiler/stage1/build/ClosureInfo.o compiler/stage1/build/CodeGen.o compiler/stage1/build/SMRep.o compiler/stage1/build/CoreArity.o compiler/stage1/build/CoreFVs.o compiler/stage1/build/CoreLint.o compiler/stage1/build/CorePrep.o compiler/stage1/build/CoreSubst.o compiler/stage1/build/CoreSyn.o compiler/stage1/build/CoreTidy.o compiler/stage1/build/CoreUnfold.o compiler/stage1/build/CoreUtils.o compiler/stage1/build/ExternalCore.o compiler/stage1/build/MkCore.o compiler/stage1/build/MkExternalCore.o compiler/stage1/build/PprCore.o compiler/stage1/build/PprExternalCore.o compiler/stage1/build/Check.o compiler/stage1/build/Coverage.o compiler/stage1/build/Desugar.o compiler/stage1/build/DsArrows.o compiler/stage1/build/DsBinds.o compiler/stage1/build/DsCCall.o compiler/stage1/build/DsExpr.o compiler/stage1/build/DsForeign.o compiler/stage1/build/DsGRHSs.o compiler/stage1/build/DsListComp.o compiler/stage1/build/DsMonad.o compiler/stage1/build/DsUtils.o compiler/stage1/build/Match.o compiler/stage1/build/MatchCon.o compiler/stage1/build/MatchLit.o compiler/stage1/build/HsBinds.o compiler/stage1/build/HsDecls.o compiler/stage1/build/HsDoc.o compiler/stage1/build/HsExpr.o compiler/stage1/build/HsImpExp.o compiler/stage1/build/HsLit.o compiler/stage1/build/HsPat.o compiler/stage1/build/HsSyn.o compiler/stage1/build/HsTypes.o compiler/stage1/build/HsUtils.o compiler/stage1/build/BinIface.o compiler/stage1/build/BuildTyCl.o compiler/stage1/build/IfaceEnv.o compiler/stage1/build/IfaceSyn.o compiler/stage1/build/IfaceType.o compiler/stage1/build/LoadIface.o compiler/stage1/build/MkIface.o compiler/stage1/build/TcIface.o compiler/stage1/build/Annotations.o compiler/stage1/build/BreakArray.o compiler/stage1/build/CmdLineParser.o compiler/stage1/build/CodeOutput.o compiler/stage1/build/Config.o compiler/stage1/build/Constants.o compiler/stage1/build/DriverMkDepend.o compiler/stage1/build/DriverPhases.o compiler/stage1/build/DriverPipeline.o compiler/stage1/build/DynFlags.o compiler/stage1/build/ErrUtils.o compiler/stage1/build/Finder.o compiler/stage1/build/GHC.o compiler/stage1/build/HeaderInfo.o compiler/stage1/build/HscMain.o compiler/stage1/build/HscStats.o compiler/stage1/build/HscTypes.o compiler/stage1/build/InteractiveEval.o compiler/stage1/build/PackageConfig.o compiler/stage1/build/Packages.o compiler/stage1/build/PprTyThing.o compiler/stage1/build/StaticFlags.o compiler/stage1/build/StaticFlagParser.o compiler/stage1/build/SysTools.o compiler/stage1/build/TidyPgm.o compiler/stage1/build/Ctype.o compiler/stage1/build/HaddockUtils.o compiler/stage1/build/LexCore.o compiler/stage1/build/Lexer.o compiler/stage1/build/OptCoercion.o compiler/stage1/build/Parser.o compiler/stage1/build/ParserCore.o compiler/stage1/build/ParserCoreUtils.o compiler/stage1/build/RdrHsSyn.o compiler/stage1/build/ForeignCall.o compiler/stage1/build/PrelInfo.o compiler/stage1/build/PrelNames.o compiler/stage1/build/PrelRules.o compiler/stage1/build/PrimOp.o compiler/stage1/build/TysPrim.o compiler/stage1/build/TysWiredIn.o compiler/stage1/build/CostCentre.o compiler/stage1/build/SCCfinal.o compiler/stage1/build/RnBinds.o compiler/stage1/build/RnEnv.o compiler/stage1/build/RnExpr.o compiler/stage1/build/RnHsDoc.o compiler/stage1/build/RnHsSyn.o compiler/stage1/build/RnNames.o compiler/stage1/build/RnPat.o compiler/stage1/build/RnSource.o compiler/stage1/build/RnTypes.o compiler/stage1/build/CoreMonad.o compiler/stage1/build/CSE.o compiler/stage1/build/FloatIn.o compiler/stage1/build/FloatOut.o compiler/stage1/build/LiberateCase.o compiler/stage1/build/OccurAnal.o compiler/stage1/build/SAT.o compiler/stage1/build/SetLevels.o compiler/stage1/build/SimplCore.o compiler/stage1/build/SimplEnv.o compiler/stage1/build/SimplMonad.o compiler/stage1/build/SimplUtils.o compiler/stage1/build/Simplify.o compiler/stage1/build/SRT.o compiler/stage1/build/SimplStg.o compiler/stage1/build/StgStats.o compiler/stage1/build/Rules.o compiler/stage1/build/SpecConstr.o compiler/stage1/build/Specialise.o compiler/stage1/build/CoreToStg.o compiler/stage1/build/StgLint.o compiler/stage1/build/StgSyn.o compiler/stage1/build/DmdAnal.o compiler/stage1/build/WorkWrap.o compiler/stage1/build/WwLib.o compiler/stage1/build/FamInst.o compiler/stage1/build/Inst.o compiler/stage1/build/TcAnnotations.o compiler/stage1/build/TcArrows.o compiler/stage1/build/TcBinds.o compiler/stage1/build/TcClassDcl.o compiler/stage1/build/TcDefaults.o compiler/stage1/build/TcDeriv.o compiler/stage1/build/TcEnv.o compiler/stage1/build/TcExpr.o compiler/stage1/build/TcForeign.o compiler/stage1/build/TcGenDeriv.o compiler/stage1/build/TcHsSyn.o compiler/stage1/build/TcHsType.o compiler/stage1/build/TcInstDcls.o compiler/stage1/build/TcMType.o compiler/stage1/build/TcMatches.o compiler/stage1/build/TcPat.o compiler/stage1/build/TcRnDriver.o compiler/stage1/build/TcRnMonad.o compiler/stage1/build/TcRnTypes.o compiler/stage1/build/TcRules.o compiler/stage1/build/TcSimplify.o compiler/stage1/build/TcErrors.o compiler/stage1/build/TcTyClsDecls.o compiler/stage1/build/TcTyDecls.o compiler/stage1/build/TcType.o compiler/stage1/build/TcUnify.o compiler/stage1/build/TcInteract.o compiler/stage1/build/TcCanonical.o compiler/stage1/build/TcSMonad.o compiler/stage1/build/Class.o compiler/stage1/build/Coercion.o compiler/stage1/build/FamInstEnv.o compiler/stage1/build/FunDeps.o compiler/stage1/build/Generics.o compiler/stage1/build/InstEnv.o compiler/stage1/build/TyCon.o compiler/stage1/build/Type.o compiler/stage1/build/TypeRep.o compiler/stage1/build/Unify.o compiler/stage1/build/Bag.o compiler/stage1/build/Binary.o compiler/stage1/build/BufWrite.o compiler/stage1/build/Digraph.o compiler/stage1/build/Encoding.o compiler/stage1/build/FastBool.o compiler/stage1/build/FastFunctions.o compiler/stage1/build/FastMutInt.o compiler/stage1/build/FastString.o compiler/stage1/build/FastTypes.o compiler/stage1/build/Fingerprint.o compiler/stage1/build/FiniteMap.o compiler/stage1/build/GraphBase.o compiler/stage1/build/GraphColor.o compiler/stage1/build/GraphOps.o compiler/stage1/build/GraphPpr.o compiler/stage1/build/IOEnv.o compiler/stage1/build/Interval.o compiler/stage1/build/ListSetOps.o compiler/stage1/build/Maybes.o compiler/stage1/build/MonadUtils.o compiler/stage1/build/OrdList.o compiler/stage1/build/Outputable.o compiler/stage1/build/Panic.o compiler/stage1/build/Pretty.o compiler/stage1/build/Serialized.o compiler/stage1/build/State.o compiler/stage1/build/StringBuffer.o compiler/stage1/build/UniqFM.o compiler/stage1/build/UniqSet.o compiler/stage1/build/Util.o compiler/stage1/build/Vectorise/Builtins/Base.o compiler/stage1/build/Vectorise/Builtins/Initialise.o compiler/stage1/build/Vectorise/Builtins/Modules.o compiler/stage1/build/Vectorise/Builtins/Prelude.o compiler/stage1/build/Vectorise/Builtins.o compiler/stage1/build/Vectorise/Monad/Base.o compiler/stage1/build/Vectorise/Monad/Naming.o compiler/stage1/build/Vectorise/Monad/Local.o compiler/stage1/build/Vectorise/Monad/Global.o compiler/stage1/build/Vectorise/Monad/InstEnv.o compiler/stage1/build/Vectorise/Monad.o compiler/stage1/build/Vectorise/Utils/Base.o compiler/stage1/build/Vectorise/Utils/Closure.o compiler/stage1/build/Vectorise/Utils/Hoisting.o compiler/stage1/build/Vectorise/Utils/PADict.o compiler/stage1/build/Vectorise/Utils/PRDict.o compiler/stage1/build/Vectorise/Utils/Poly.o compiler/stage1/build/Vectorise/Utils.o compiler/stage1/build/Vectorise/Type/Env.o compiler/stage1/build/Vectorise/Type/Repr.o compiler/stage1/build/Vectorise/Type/PData.o compiler/stage1/build/Vectorise/Type/PRepr.o compiler/stage1/build/Vectorise/Type/PADict.o compiler/stage1/build/Vectorise/Type/PRDict.o compiler/stage1/build/Vectorise/Type/Type.o compiler/stage1/build/Vectorise/Type/TyConDecl.o compiler/stage1/build/Vectorise/Type/Classify.o compiler/stage1/build/Vectorise/Convert.o compiler/stage1/build/Vectorise/Vect.o compiler/stage1/build/Vectorise/Var.o compiler/stage1/build/Vectorise/Env.o compiler/stage1/build/Vectorise/Exp.o compiler/stage1/build/Vectorise.o compiler/stage1/build/parser/cutils.o compiler/stage1/build/utils/md5.o `/usr/bin/find compiler/stage1/build -name "*_stub.o" -print` >> compiler/stage1/build/libHSghc-7.0.1.a.contents "/usr/bin/ar" q compiler/stage1/build/libHSghc-7.0.1.a @compiler/stage1/build/libHSghc-7.0.1.a.contents /usr/bin/ar: creating compiler/stage1/build/libHSghc-7.0.1.a "rm" -f compiler/stage1/build/libHSghc-7.0.1.a.contents "rm" -f ghc/stage1/build/.depend.haskell.tmp touch ghc/stage1/build/.depend.haskell.tmp "/usr/bin/ghc" -M -dep-makefile ghc/stage1/build/.depend.haskell.tmp -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -package ghc-7.0.1 -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -fforce-recomp -no-user-package-conf -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -hisuf hi -osuf o -hcsuf hc ghc/./Main.hs echo "ghc_stage1_depfile_haskell_EXISTS = YES" >> ghc/stage1/build/.depend.haskell.tmp for dir in ghc/stage1/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv ghc/stage1/build/.depend.haskell.tmp ghc/stage1/build/.depend.haskell ===--- finished updating makefiles make -r --no-print-directory -f ghc.mk all utils/haddock/ghc.mk:29: utils/haddock/dist/build/.depend.haskell: No such file or directory utils/haddock/ghc.mk:29: utils/haddock/dist/build/.depend.c_asm: No such file or directory libraries/ghc-prim/ghc.mk:3: libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/ghc-prim/ghc.mk:3: libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/integer-gmp/ghc.mk:3: libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/integer-gmp/ghc.mk:3: libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/base/ghc.mk:3: libraries/base/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/base/ghc.mk:3: libraries/base/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/filepath/ghc.mk:3: libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/filepath/ghc.mk:3: libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/array/ghc.mk:3: libraries/array/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/array/ghc.mk:3: libraries/array/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/bytestring/ghc.mk:3: libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/bytestring/ghc.mk:3: libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/containers/ghc.mk:3: libraries/containers/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/containers/ghc.mk:3: libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/unix/ghc.mk:3: libraries/unix/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/unix/ghc.mk:3: libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/old-locale/ghc.mk:3: libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/old-locale/ghc.mk:3: libraries/old-locale/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/old-time/ghc.mk:3: libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/old-time/ghc.mk:3: libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/time/ghc.mk:3: libraries/time/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/time/ghc.mk:3: libraries/time/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/directory/ghc.mk:3: libraries/directory/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/directory/ghc.mk:3: libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/process/ghc.mk:3: libraries/process/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/process/ghc.mk:3: libraries/process/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/random/ghc.mk:3: libraries/random/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/random/ghc.mk:3: libraries/random/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/extensible-exceptions/ghc.mk:3: libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/extensible-exceptions/ghc.mk:3: libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/haskell98/ghc.mk:3: libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/haskell98/ghc.mk:3: libraries/haskell98/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/haskell2010/ghc.mk:3: libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/haskell2010/ghc.mk:3: libraries/haskell2010/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/hpc/ghc.mk:3: libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/hpc/ghc.mk:3: libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/pretty/ghc.mk:3: libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/pretty/ghc.mk:3: libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/template-haskell/ghc.mk:3: libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/template-haskell/ghc.mk:3: libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/Cabal/ghc.mk:3: libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/Cabal/ghc.mk:3: libraries/Cabal/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/ghc-binary/ghc.mk:3: libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/ghc-binary/ghc.mk:3: libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/bin-package-db/ghc.mk:3: libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/bin-package-db/ghc.mk:3: libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/mtl/ghc.mk:3: libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/mtl/ghc.mk:3: libraries/mtl/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/utf8-string/ghc.mk:3: libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/utf8-string/ghc.mk:3: libraries/utf8-string/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/xhtml/ghc.mk:3: libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/xhtml/ghc.mk:3: libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/terminfo/ghc.mk:3: libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/terminfo/ghc.mk:3: libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory libraries/haskeline/ghc.mk:3: libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell: No such file or directory libraries/haskeline/ghc.mk:3: libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm: No such file or directory compiler/ghc.mk:472: compiler/stage2/build/.depend-v-p-dyn.haskell: No such file or directory compiler/ghc.mk:472: compiler/stage2/build/.depend-v-p-dyn.c_asm: No such file or directory utils/hsc2hs/ghc.mk:15: utils/hsc2hs/dist-install/build/.depend.haskell: No such file or directory utils/hsc2hs/ghc.mk:15: utils/hsc2hs/dist-install/build/.depend.c_asm: No such file or directory utils/ghc-pkg/ghc.mk:95: utils/ghc-pkg/dist-install/build/.depend.haskell: No such file or directory utils/ghc-pkg/ghc.mk:95: utils/ghc-pkg/dist-install/build/.depend.c_asm: No such file or directory utils/ghctags/ghc.mk:17: utils/ghctags/dist/build/.depend.haskell: No such file or directory utils/ghctags/ghc.mk:17: utils/ghctags/dist/build/.depend.c_asm: No such file or directory utils/hpc/ghc.mk:19: utils/hpc/dist/build/.depend.haskell: No such file or directory utils/hpc/ghc.mk:19: utils/hpc/dist/build/.depend.c_asm: No such file or directory utils/runghc/ghc.mk:26: utils/runghc/dist/build/.depend.haskell: No such file or directory utils/runghc/ghc.mk:26: utils/runghc/dist/build/.depend.c_asm: No such file or directory ghc/ghc.mk:124: ghc/stage2/build/.depend.haskell: No such file or directory ghc/ghc.mk:124: ghc/stage2/build/.depend.c_asm: No such file or directory utils/mkUserGuidePart/ghc.mk:19: utils/mkUserGuidePart/dist/build/.depend.haskell: No such file or directory utils/mkUserGuidePart/ghc.mk:19: utils/mkUserGuidePart/dist/build/.depend.c_asm: No such file or directory utils/compare_sizes/ghc.mk:7: utils/compare_sizes/dist/build/.depend.haskell: No such file or directory utils/compare_sizes/ghc.mk:7: utils/compare_sizes/dist/build/.depend.c_asm: No such file or directory "rm" -f utils/compare_sizes/dist/build/.depend.c_asm.tmp touch utils/compare_sizes/dist/build/.depend.c_asm.tmp "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -package ghc-7.0.1 -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -fforce-recomp -no-user-package-conf -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -hisuf hi -osuf o -hcsuf hc -c ghc/./Main.hs -o ghc/stage1/build/Main.o echo "utils/compare_sizes_dist_depfile_c_asm_EXISTS = YES" >> utils/compare_sizes/dist/build/.depend.c_asm.tmp "/usr/bin/ghc" -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -package ghc-7.0.1 -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -fforce-recomp -no-user-package-conf -rtsopts -c ghc/hschooks.c -o ghc/stage1/build/hschooks.o "inplace/bin/mkdirhier" ghc/stage1/build/tmp//. mv utils/compare_sizes/dist/build/.depend.c_asm.tmp utils/compare_sizes/dist/build/.depend.c_asm "inplace/bin/mkdirhier" driver/mangler/dist//. "inplace/bin/mkdirhier" driver/split/dist//. "cp" extra-gcc-opts inplace/lib/extra-gcc-opts "inplace/bin/mkdirhier" utils/mkUserGuidePart/dist/build//. "inplace/bin/mkdirhier" ghc/stage2/build//. "rm" -f compiler/stage2/ghc_boot_platform.h "rm" -f utils/runghc/dist/build/.depend.c_asm.tmp touch utils/runghc/dist/build/.depend.c_asm.tmp Creating compiler/stage2/ghc_boot_platform.h... echo "utils/runghc_dist_depfile_c_asm_EXISTS = YES" >> utils/runghc/dist/build/.depend.c_asm.tmp mv utils/runghc/dist/build/.depend.c_asm.tmp utils/runghc/dist/build/.depend.c_asm "cp" utils/runghc/runghc.hs utils/runghc/dist/build/Main.hs "inplace/bin/mkdirhier" utils/hpc/dist/build//. "inplace/bin/mkdirhier" utils/ghctags/dist/build//. "rm" -f utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp touch utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp echo "utils/ghc-pkg_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp mv utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp utils/ghc-pkg/dist-install/build/.depend.c_asm "rm" -f utils/hsc2hs/dist-install/build/.depend.c_asm.tmp touch utils/hsc2hs/dist-install/build/.depend.c_asm.tmp echo "utils/hsc2hs_dist-install_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist-install/build/.depend.c_asm.tmp mv utils/hsc2hs/dist-install/build/.depend.c_asm.tmp utils/hsc2hs/dist-install/build/.depend.c_asm "rm" -f compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp touch compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -DGHCI -I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM compiler/ghci/keepCAFsForGHCi.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit Done. "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Icompiler/stage2' '--cflag=-Icompiler/../libraries/base/cbits' '--cflag=-Icompiler/../libraries/base/include' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-I/usr/lib64/libffi-3.0.9/include' '--cflag=-DGHCI' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/process/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/array/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/template-haskell/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/hpc/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bin-package-db/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-binary/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/Cabal/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/process/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/pretty/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/directory/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/unix/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/filepath/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/containers/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/array/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' compiler/ghci/LibFFI.hsc -o compiler/stage2/build/LibFFI.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -DGHCI -I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM compiler/parser/cutils.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -DGHCI -I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM compiler/utils/md5.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Icompiler/stage2' '--cflag=-Icompiler/../libraries/base/cbits' '--cflag=-Icompiler/../libraries/base/include' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-I/usr/lib64/libffi-3.0.9/include' '--cflag=-DGHCI' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/process/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/array/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/template-haskell/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/hpc/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bin-package-db/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-binary/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/Cabal/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/process/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/pretty/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/directory/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/unix/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/filepath/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/containers/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/array/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' compiler/utils/Fingerprint.hsc -o compiler/stage2/build/Fingerprint.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/utils/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/utils/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/utils/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/haskeline/includes -DTERMINFO -I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/haskeline/cbits/h_iconv.c -MF libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f compiler/stage2/build/.depend-v-p-dyn.c_asm.bit echo "compiler_stage2_depfile_c_asm_EXISTS = YES" >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp mv compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp compiler/stage2/build/.depend-v-p-dyn.c_asm "inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend//. sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DTERMINFO' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/array/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/utf8-string/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/terminfo/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/mtl/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/extensible-exceptions/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/directory/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/unix/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/filepath/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/containers/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/array/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lncursesw' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/haskeline/./System/Console/Haskeline/Directory.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs "rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/haskeline/includes -DTERMINFO -I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/haskeline/cbits/h_wcwidth.c -MF libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit touch libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/terminfo_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/xhtml_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/utf8-string/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/utf8-string/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/utf8-string_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/utf8-string/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/utf8-string/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/utf8-string/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/mtl/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/mtl/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/mtl_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/mtl/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/mtl/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/mtl/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/bin-package-db_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/ghc-binary_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true touch libraries/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/Cabal_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/Cabal/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit touch libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/template-haskell_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/haskeline_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/pretty_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm mv libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/mkdirhier" libraries/hpc/dist-install/build/Trace/Hpc//. touch libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/hpc_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/haskell2010/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/haskell2010/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/haskell98/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/haskell2010_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/haskell2010/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/haskell98/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/haskell2010/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/haskell2010/dist-install/build/.depend-v-p-dyn.c_asm echo "libraries/haskell98_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/haskell98/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/random/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/haskell98/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/haskell98/dist-install/build/.depend-v-p-dyn.c_asm touch libraries/random/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/extensible-exceptions_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/random_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/random/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.c_asm mv libraries/random/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/random/dist-install/build/.depend-v-p-dyn.c_asm touch libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/process/include -Dbase4 -I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/process/cbits/runProcess.c -MF libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/directory/include -I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/directory/cbits/directory.c -MF libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit /usr/bin/gcc -E -fno-stack-protector -Ilibraries/time/include -DLANGUAGE_Rank2Types -DLANGUAGE_DeriveDataTypeable -DLANGUAGE_StandaloneDeriving -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/time/cbits/HsTime.c -MF libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/directory/cbits/|" -e "1s|libraries/directory/|libraries/directory/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/directory/cbits/|" -e "1s|libraries/directory/|libraries/directory/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/directory/cbits/|" -e "1s|libraries/directory/|libraries/directory/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/time/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/time/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/time/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/directory_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit touch libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/old-time/include -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/old-time/cbits/timeUtils.c -MF libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/time_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true mv libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/time/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/mkdirhier" libraries/old-time/dist-install/build/System//. sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/old-time/cbits/|" -e "1s|libraries/old-time/|libraries/old-time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/old-time/cbits/|" -e "1s|libraries/old-time/|libraries/old-time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/old-time/cbits/|" -e "1s|libraries/old-time/|libraries/old-time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/old-locale/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.bit touch libraries/old-locale/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/old-locale_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/old-locale/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/process_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/old-time_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/old-locale/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/old-locale/dist-install/build/.depend-v-p-dyn.c_asm mv libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/process/dist-install/build/.depend-v-p-dyn.c_asm mv libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/old-time/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/DynamicLinker//. /usr/bin/gcc -E -fno-stack-protector -Ilibraries/unix/include -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/unix/cbits/HsUnix.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix//. "inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Signals//. "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Semaphore.hsc -o libraries/unix/dist-install/build/System/Posix/Semaphore.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/SharedMem.hsc -o libraries/unix/dist-install/build/System/Posix/SharedMem.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Ilibraries/unix/include -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/unix/cbits/execvpe.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Ilibraries/unix/include -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/unix/cbits/dirUtils.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit touch libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/containers_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/unix_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/bytestring/include -I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/bytestring/cbits/fpstring.c -MF libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit mv libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/array_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/array/dist-install/build/.depend-v-p-dyn.c_asm sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/filepath_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit mv libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm "rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp echo "libraries/bytestring_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp "inplace/bin/mkdirhier" libraries/base/dist-install/build/System//. mv libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/PrelIOUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/mkdirhier" libraries/base/dist-install/build/System/Event//. "rm" -f libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp "rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp touch libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/integer-gmp/. -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/integer-gmp/cbits/cbits.c -MF libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit /usr/bin/gcc -E -fno-stack-protector -Ilibraries/ghc-prim/. -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/ghc-prim/cbits/debug.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Ilibraries/ghc-prim/. -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/ghc-prim/cbits/longlong.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/WCsubst.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/integer-gmp/cbits/|" -e "1s|libraries/integer-gmp/|libraries/integer-gmp/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/integer-gmp/cbits/|" -e "1s|libraries/integer-gmp/|libraries/integer-gmp/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/integer-gmp/cbits/|" -e "1s|libraries/integer-gmp/|libraries/integer-gmp/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/integer-gmp_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/GHC//. sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f utils/haddock/dist/build/.depend.c_asm.tmp sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit touch utils/haddock/dist/build/.depend.c_asm.tmp echo "utils/haddock_dist_depfile_c_asm_EXISTS = YES" >> utils/haddock/dist/build/.depend.c_asm.tmp echo "libraries/ghc-prim_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv utils/haddock/dist/build/.depend.c_asm.tmp utils/haddock/dist/build/.depend.c_asm mv libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm "inplace/lib/unlit" driver/mangler/ghc-asm.lprl driver/mangler/dist/ghc-asm.prl "inplace/lib/unlit" driver/split/ghc-split.lprl driver/split/dist/ghc-split.prl /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/Win32Utils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit "rm" -f utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp "rm" -f ghc/stage2/build/.depend.c_asm.tmp touch utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp touch ghc/stage2/build/.depend.c_asm.tmp echo "utils/mkUserGuidePart_dist_depfile_c_asm_EXISTS = YES" >> utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp /usr/bin/gcc -E -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES -fno-stack-protector -Iincludes -MM ghc/hschooks.c -MF ghc/stage2/build/.depend.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true mv utils/mkUserGuidePart/dist/build/.depend.c_asm.tmp utils/mkUserGuidePart/dist/build/.depend.c_asm "rm" -f utils/hpc/dist/build/.depend.c_asm.tmp touch utils/hpc/dist/build/.depend.c_asm.tmp echo "utils/hpc_dist_depfile_c_asm_EXISTS = YES" >> utils/hpc/dist/build/.depend.c_asm.tmp /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/consUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit mv utils/hpc/dist/build/.depend.c_asm.tmp utils/hpc/dist/build/.depend.c_asm "rm" -f utils/ghctags/dist/build/.depend.c_asm.tmp touch utils/ghctags/dist/build/.depend.c_asm.tmp echo "utils/ghctags_dist_depfile_c_asm_EXISTS = YES" >> utils/ghctags/dist/build/.depend.c_asm.tmp mv utils/ghctags/dist/build/.depend.c_asm.tmp utils/ghctags/dist/build/.depend.c_asm "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DTERMINFO' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/array/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/utf8-string/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/terminfo/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/mtl/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/extensible-exceptions/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/directory/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/unix/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/filepath/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/containers/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/array/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lncursesw' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/haskeline/./System/Console/Haskeline/Backend/Posix.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|ghc/|" -e "1s|ghc/|ghc/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" ghc/stage2/build/.depend.c_asm.bit >> ghc/stage2/build/.depend.c_asm.tmp && true "rm" -f ghc/stage2/build/.depend.c_asm.bit echo "ghc_stage2_depfile_c_asm_EXISTS = YES" >> ghc/stage2/build/.depend.c_asm.tmp mv ghc/stage2/build/.depend.c_asm.tmp ghc/stage2/build/.depend.c_asm "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DTERMINFO' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/array/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/utf8-string/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/terminfo/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/mtl/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/extensible-exceptions/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/directory/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/unix/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/filepath/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/containers/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/array/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lncursesw' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/haskeline/./System/Console/Haskeline/Backend/IConv.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/iconv.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/inputReady.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/selectUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/hpc/.' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/array/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/directory/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/unix/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/filepath/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/containers/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/array/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lrt' '--lflag=-lutil' '--lflag=-ldl' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs /usr/bin/gcc -E -fno-stack-protector -Ilibraries/base/include -DOPTIMISE_INTEGER_GCD_LCM -I"/builddir/build/BUILD/ghc-7.0.1/includes" -MM libraries/base/cbits/primFloat.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/old-time/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/old-locale/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/old-time/./System/Time.hsc -o libraries/old-time/dist-install/build/System/Time.hs sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|/builddir/build/BUILD/ghc-7.0.1/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true "rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit echo "libraries/base_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp mv libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/base/dist-install/build/.depend-v-p-dyn.c_asm "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/DynamicLinker/Module.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/DynamicLinker/Prim.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Directory.hsc -o libraries/unix/dist-install/build/System/Posix/Directory.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/DynamicLinker.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Env.hsc -o libraries/unix/dist-install/build/System/Posix/Env.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Files.hsc -o libraries/unix/dist-install/build/System/Posix/Files.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/IO.hsc -o libraries/unix/dist-install/build/System/Posix/IO.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Process.hsc -o libraries/unix/dist-install/build/System/Posix/Process.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Resource.hsc -o libraries/unix/dist-install/build/System/Posix/Resource.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Temp.hsc -o libraries/unix/dist-install/build/System/Posix/Temp.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Terminal.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Time.hsc -o libraries/unix/dist-install/build/System/Posix/Time.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Unistd.hsc -o libraries/unix/dist-install/build/System/Posix/Unistd.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/User.hsc -o libraries/unix/dist-install/build/System/Posix/User.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Signals.hsc -o libraries/unix/dist-install/build/System/Posix/Signals.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/unix/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/libraries/base/include' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/base/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/unix/./System/Posix/Signals/Exts.hsc -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/base/./System/CPUTime.hsc -o libraries/base/dist-install/build/System/CPUTime.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/base/./System/Event/Clock.hsc -o libraries/base/dist-install/build/System/Event/Clock.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/base/./System/Event/EPoll.hsc -o libraries/base/dist-install/build/System/Event/EPoll.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/base/./System/Event/KQueue.hsc -o libraries/base/dist-install/build/System/Event/KQueue.hs "inplace/bin/hsc2hs" --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflag=-fno-stack-protector --cflag=-D__GLASGOW_HASKELL__=700 '--cflag=-fno-stack-protector' '--cflag=-Ilibraries/base/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/builddir/build/BUILD/ghc-7.0.1/includes' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/integer-gmp/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/libraries/ghc-prim/dist-install/build' '--lflag=-L/builddir/build/BUILD/ghc-7.0.1/rts/dist/build' '--lflag=-lgmp' '--lflag=-lffi' '--lflag=-lm' '--lflag=-lrt' '--lflag=-ldl' libraries/base/./System/Event/Poll.hsc -o libraries/base/dist-install/build/System/Event/Poll.hs "inplace/bin/genprimopcode" --make-haskell-wrappers libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs "rm" -f driver/mangler/dist/ghc-asm echo '#!/usr/bin/perl' >> driver/mangler/dist/ghc-asm echo '$TARGETPLATFORM = "x86_64-unknown-linux";' >> driver/mangler/dist/ghc-asm echo '$TABLES_NEXT_TO_CODE = "YES";' >> driver/mangler/dist/ghc-asm cat driver/mangler/dist/ghc-asm.prl >> driver/mangler/dist/ghc-asm "rm" -f driver/split/dist/ghc-split echo '#!/usr/bin/perl' >> driver/split/dist/ghc-split echo '$TARGETPLATFORM = "x86_64-unknown-linux";' >> driver/split/dist/ghc-split echo '$TABLES_NEXT_TO_CODE = "YES";' >> driver/split/dist/ghc-split cat driver/split/dist/ghc-split.prl >> driver/split/dist/ghc-split "cp" driver/mangler/dist/ghc-asm inplace/lib/ghc-asm "cp" driver/split/dist/ghc-split inplace/lib/ghc-split chmod +x inplace/lib/ghc-asm chmod +x inplace/lib/ghc-split "/usr/bin/ghc" -o ghc/stage1/build/tmp/ghc-stage1 -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -package ghc-7.0.1 -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -fforce-recomp -no-user-package-conf -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -hisuf hi -osuf o -hcsuf hc ghc/stage1/build/Main.o ghc/stage1/build/hschooks.o "cp" -p ghc/stage1/build/tmp/ghc-stage1 inplace/lib/ghc-stage1 touch inplace/lib/ghc-stage1 "rm" -f inplace/bin/ghc-stage1 echo '#!/bin/sh' >> inplace/bin/ghc-stage1 echo 'executablename="/builddir/build/BUILD/ghc-7.0.1/inplace/lib/ghc-stage1"' >> inplace/bin/ghc-stage1 echo 'datadir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/ghc-stage1 echo 'bindir="/builddir/build/BUILD/ghc-7.0.1/inplace/bin"' >> inplace/bin/ghc-stage1 echo 'topdir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/ghc-stage1 echo 'pgmgcc="/usr/bin/gcc"' >> inplace/bin/ghc-stage1 cat ghc/ghc.wrapper >> inplace/bin/ghc-stage1 chmod +x inplace/bin/ghc-stage1 "rm" -f utils/compare_sizes/dist/build/.depend.haskell.tmp "rm" -f utils/mkUserGuidePart/dist/build/.depend.haskell.tmp "rm" -f ghc/stage2/build/.depend.haskell.tmp "rm" -f utils/runghc/dist/build/.depend.haskell.tmp touch utils/compare_sizes/dist/build/.depend.haskell.tmp touch utils/mkUserGuidePart/dist/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/compare_sizes/dist/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist/build -iutils/compare_sizes/dist/build/autogen -Iutils/compare_sizes/dist/build -Iutils/compare_sizes/dist/build/autogen -optP-include -optPutils/compare_sizes/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -no-user-package-conf -rtsopts -odir utils/compare_sizes/dist/build -hidir utils/compare_sizes/dist/build -stubdir utils/compare_sizes/dist/build -hisuf hi -osuf o -hcsuf hc utils/compare_sizes/./Main.hs touch ghc/stage2/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/mkUserGuidePart/dist/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -package ghc -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -no-user-package-conf -rtsopts -odir utils/mkUserGuidePart/dist/build -hidir utils/mkUserGuidePart/dist/build -stubdir utils/mkUserGuidePart/dist/build -hisuf hi -osuf o -hcsuf hc utils/mkUserGuidePart/./Main.hs touch utils/runghc/dist/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile ghc/stage2/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -O2 -DGHCI -threaded -package ghc-7.0.1 -package haskeline -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf hi -osuf o -hcsuf hc ghc/./Main.hs ghc/./GhciMonad.hs ghc/./GhciTags.hs ghc/./InteractiveUI.hs "inplace/bin/ghc-stage1" -M -dep-makefile utils/runghc/dist/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist/build -iutils/runghc/dist/build/autogen -Iutils/runghc/dist/build -Iutils/runghc/dist/build/autogen -optP-include -optPutils/runghc/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package process-1.0.1.4 -no-user-package-conf -rtsopts -cpp -DVERSION="\"7.0.1\"" -odir utils/runghc/dist/build -hidir utils/runghc/dist/build -stubdir utils/runghc/dist/build -hisuf hi -osuf o -hcsuf hc utils/runghc/dist/build/Main.hs echo "utils/mkUserGuidePart_dist_depfile_haskell_EXISTS = YES" >> utils/mkUserGuidePart/dist/build/.depend.haskell.tmp for dir in utils/mkUserGuidePart/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/mkUserGuidePart/dist/build/.depend.haskell.tmp utils/mkUserGuidePart/dist/build/.depend.haskell "rm" -f utils/hpc/dist/build/.depend.haskell.tmp touch utils/hpc/dist/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/hpc/dist/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc utils/hpc/./Main.hs utils/hpc/./HpcCombine.hs utils/hpc/./HpcDraft.hs utils/hpc/./HpcFlags.hs utils/hpc/./HpcLexer.hs utils/hpc/./HpcMap.hs utils/hpc/./HpcMarkup.hs utils/hpc/./HpcOverlay.hs utils/hpc/./HpcParser.hs utils/hpc/./HpcReport.hs utils/hpc/./HpcSet.hs utils/hpc/./HpcShowTix.hs utils/hpc/./HpcUtils.hs echo "utils/compare_sizes_dist_depfile_haskell_EXISTS = YES" >> utils/compare_sizes/dist/build/.depend.haskell.tmp echo "utils/runghc_dist_depfile_haskell_EXISTS = YES" >> utils/runghc/dist/build/.depend.haskell.tmp for dir in utils/compare_sizes/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done for dir in utils/runghc/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/compare_sizes/dist/build/.depend.haskell.tmp utils/compare_sizes/dist/build/.depend.haskell mv utils/runghc/dist/build/.depend.haskell.tmp utils/runghc/dist/build/.depend.haskell "rm" -f utils/ghctags/dist/build/.depend.haskell.tmp "rm" -f utils/ghc-pkg/dist-install/build/.depend.haskell.tmp touch utils/ghctags/dist/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/ghctags/dist/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -i -iutils/ghctags/. -iutils/ghctags/dist/build -iutils/ghctags/dist/build/autogen -Iutils/ghctags/dist/build -Iutils/ghctags/dist/build/autogen -package ghc -no-user-package-conf -rtsopts -odir utils/ghctags/dist/build -hidir utils/ghctags/dist/build -stubdir utils/ghctags/dist/build -hisuf hi -osuf o -hcsuf hc utils/ghctags/./Main.hs touch utils/ghc-pkg/dist-install/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/ghc-pkg/dist-install/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-binary-0.5.0.2 -package haskell98-1.1.0.0 -package process-1.0.1.4 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -hisuf hi -osuf o -hcsuf hc utils/ghc-pkg/./Main.hs utils/ghc-pkg/./Version.hs echo "utils/ghctags_dist_depfile_haskell_EXISTS = YES" >> utils/ghctags/dist/build/.depend.haskell.tmp echo "ghc_stage2_depfile_haskell_EXISTS = YES" >> ghc/stage2/build/.depend.haskell.tmp for dir in utils/ghctags/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done for dir in ghc/stage2/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/ghctags/dist/build/.depend.haskell.tmp utils/ghctags/dist/build/.depend.haskell mv ghc/stage2/build/.depend.haskell.tmp ghc/stage2/build/.depend.haskell "rm" -f utils/hsc2hs/dist-install/build/.depend.haskell.tmp "rm" -f compiler/stage2/build/.depend-v-p-dyn.haskell.tmp touch utils/hsc2hs/dist-install/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/hsc2hs/dist-install/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -hisuf hi -osuf o -hcsuf hc utils/hsc2hs/./Main.hs touch compiler/stage2/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile compiler/stage2/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc compiler/nativeGen/AsmCodeGen.lhs compiler/nativeGen/TargetReg.hs compiler/nativeGen/NCGMonad.hs compiler/nativeGen/Instruction.hs compiler/nativeGen/Size.hs compiler/nativeGen/Reg.hs compiler/nativeGen/RegClass.hs compiler/nativeGen/PIC.hs compiler/nativeGen/Platform.hs compiler/nativeGen/Alpha/Regs.hs compiler/nativeGen/Alpha/RegInfo.hs compiler/nativeGen/Alpha/Instr.hs compiler/nativeGen/Alpha/CodeGen.hs compiler/nativeGen/X86/Regs.hs compiler/nativeGen/X86/RegInfo.hs compiler/nativeGen/X86/Instr.hs compiler/nativeGen/X86/Cond.hs compiler/nativeGen/X86/Ppr.hs compiler/nativeGen/X86/CodeGen.hs compiler/nativeGen/PPC/Regs.hs compiler/nativeGen/PPC/RegInfo.hs compiler/nativeGen/PPC/Instr.hs compiler/nativeGen/PPC/Cond.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/PPC/CodeGen.hs compiler/nativeGen/SPARC/Base.hs compiler/nativeGen/SPARC/Regs.hs compiler/nativeGen/SPARC/RegPlate.hs compiler/nativeGen/SPARC/Imm.hs compiler/nativeGen/SPARC/AddrMode.hs compiler/nativeGen/SPARC/Cond.hs compiler/nativeGen/SPARC/Instr.hs compiler/nativeGen/SPARC/Stack.hs compiler/nativeGen/SPARC/ShortcutJump.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/SPARC/CodeGen.hs compiler/nativeGen/SPARC/CodeGen/Amode.hs compiler/nativeGen/SPARC/CodeGen/Base.hs compiler/nativeGen/SPARC/CodeGen/CCall.hs compiler/nativeGen/SPARC/CodeGen/CondCode.hs compiler/nativeGen/SPARC/CodeGen/Gen32.hs compiler/nativeGen/SPARC/CodeGen/Gen64.hs compiler/nativeGen/SPARC/CodeGen/Sanity.hs compiler/nativeGen/SPARC/CodeGen/Expand.hs compiler/nativeGen/RegAlloc/Liveness.hs compiler/nativeGen/RegAlloc/Graph/Main.hs compiler/nativeGen/RegAlloc/Graph/Stats.hs compiler/nativeGen/RegAlloc/Graph/ArchBase.hs compiler/nativeGen/RegAlloc/Graph/ArchX86.hs compiler/nativeGen/RegAlloc/Graph/Coalesce.hs compiler/nativeGen/RegAlloc/Graph/Spill.hs compiler/nativeGen/RegAlloc/Graph/SpillClean.hs compiler/nativeGen/RegAlloc/Graph/SpillCost.hs compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs compiler/nativeGen/RegAlloc/Linear/Main.hs compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs compiler/nativeGen/RegAlloc/Linear/State.hs compiler/nativeGen/RegAlloc/Linear/Stats.hs compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/StackMap.hs compiler/nativeGen/RegAlloc/Linear/Base.hs compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs compiler/deSugar/DsMeta.hs compiler/typecheck/TcSplice.lhs compiler/hsSyn/Convert.lhs compiler/ghci/ByteCodeAsm.lhs compiler/ghci/ByteCodeFFI.lhs compiler/ghci/ByteCodeGen.lhs compiler/ghci/ByteCodeInstr.lhs compiler/ghci/ByteCodeItbls.lhs compiler/ghci/ByteCodeLink.lhs compiler/ghci/Debugger.hs compiler/stage2/build/LibFFI.hs compiler/ghci/Linker.lhs compiler/ghci/ObjLink.lhs compiler/ghci/RtClosureInspect.hs compiler/basicTypes/BasicTypes.lhs compiler/basicTypes/DataCon.lhs compiler/basicTypes/Demand.lhs compiler/utils/Exception.hs compiler/basicTypes/Id.lhs compiler/basicTypes/IdInfo.lhs compiler/basicTypes/Literal.lhs compiler/llvmGen/Llvm.hs compiler/llvmGen/Llvm/AbsSyn.hs compiler/llvmGen/Llvm/PpLlvm.hs compiler/llvmGen/Llvm/Types.hs compiler/llvmGen/LlvmCodeGen.hs compiler/llvmGen/LlvmCodeGen/Base.hs compiler/llvmGen/LlvmCodeGen/CodeGen.hs compiler/llvmGen/LlvmCodeGen/Data.hs compiler/llvmGen/LlvmCodeGen/Ppr.hs compiler/llvmGen/LlvmCodeGen/Regs.hs compiler/llvmGen/LlvmMangler.hs compiler/basicTypes/MkId.lhs compiler/basicTypes/Module.lhs compiler/basicTypes/Name.lhs compiler/basicTypes/NameEnv.lhs compiler/basicTypes/NameSet.lhs compiler/basicTypes/OccName.lhs compiler/basicTypes/RdrName.lhs compiler/basicTypes/SrcLoc.lhs compiler/basicTypes/UniqSupply.lhs compiler/basicTypes/Unique.lhs compiler/basicTypes/Var.lhs compiler/basicTypes/VarEnv.lhs compiler/basicTypes/VarSet.lhs compiler/cmm/BlockId.hs compiler/cmm/CLabel.hs compiler/cmm/Cmm.hs compiler/cmm/CmmBrokenBlock.hs compiler/cmm/CmmBuildInfoTables.hs compiler/cmm/CmmCPS.hs compiler/cmm/CmmCPSGen.hs compiler/cmm/CmmCPSZ.hs compiler/cmm/CmmCallConv.hs compiler/cmm/CmmCommonBlockElimZ.hs compiler/cmm/CmmContFlowOpt.hs compiler/cmm/CmmCvt.hs compiler/cmm/CmmExpr.hs compiler/cmm/CmmInfo.hs compiler/cmm/CmmLex.hs compiler/cmm/CmmLint.hs compiler/cmm/CmmLive.hs compiler/cmm/CmmLiveZ.hs compiler/cmm/CmmOpt.hs compiler/cmm/CmmParse.hs compiler/cmm/CmmProcPoint.hs compiler/cmm/CmmProcPointZ.hs compiler/cmm/CmmSpillReload.hs compiler/cmm/CmmStackLayout.hs compiler/cmm/CmmTx.hs compiler/cmm/CmmUtils.hs compiler/cmm/CmmZipUtil.hs compiler/cmm/DFMonad.hs compiler/cmm/Dataflow.hs compiler/cmm/MkZipCfg.hs compiler/cmm/MkZipCfgCmm.hs compiler/cmm/OptimizationFuel.hs compiler/nativeGen/PprBase.hs compiler/cmm/PprC.hs compiler/cmm/PprCmm.hs compiler/cmm/PprCmmZ.hs compiler/cmm/StackColor.hs compiler/cmm/StackPlacements.hs compiler/cmm/ZipCfg.hs compiler/cmm/ZipCfgCmmRep.hs compiler/cmm/ZipCfgExtras.hs compiler/cmm/ZipDataflow.hs compiler/codeGen/Bitmap.hs compiler/codeGen/CgBindery.lhs compiler/codeGen/CgCallConv.hs compiler/codeGen/CgCase.lhs compiler/codeGen/CgClosure.lhs compiler/codeGen/CgCon.lhs compiler/codeGen/CgExpr.lhs compiler/codeGen/CgExtCode.hs compiler/codeGen/CgForeignCall.hs compiler/codeGen/CgHeapery.lhs compiler/codeGen/CgHpc.hs compiler/codeGen/CgInfoTbls.hs compiler/codeGen/CgLetNoEscape.lhs compiler/codeGen/CgMonad.lhs compiler/codeGen/CgParallel.hs compiler/codeGen/CgPrimOp.hs compiler/codeGen/CgProf.hs compiler/codeGen/CgStackery.lhs compiler/codeGen/CgTailCall.lhs compiler/codeGen/CgTicky.hs compiler/codeGen/CgUtils.hs compiler/codeGen/StgCmm.hs compiler/codeGen/StgCmmBind.hs compiler/codeGen/StgCmmClosure.hs compiler/codeGen/StgCmmCon.hs compiler/codeGen/StgCmmEnv.hs compiler/codeGen/StgCmmExpr.hs compiler/codeGen/StgCmmForeign.hs compiler/codeGen/StgCmmGran.hs compiler/codeGen/StgCmmHeap.hs compiler/codeGen/StgCmmHpc.hs compiler/codeGen/StgCmmLayout.hs compiler/codeGen/StgCmmMonad.hs compiler/codeGen/StgCmmPrim.hs compiler/codeGen/StgCmmProf.hs compiler/codeGen/StgCmmTicky.hs compiler/codeGen/StgCmmUtils.hs compiler/codeGen/ClosureInfo.lhs compiler/codeGen/CodeGen.lhs compiler/codeGen/SMRep.lhs compiler/coreSyn/CoreArity.lhs compiler/coreSyn/CoreFVs.lhs compiler/coreSyn/CoreLint.lhs compiler/coreSyn/CorePrep.lhs compiler/coreSyn/CoreSubst.lhs compiler/coreSyn/CoreSyn.lhs compiler/coreSyn/CoreTidy.lhs compiler/coreSyn/CoreUnfold.lhs compiler/coreSyn/CoreUtils.lhs compiler/coreSyn/ExternalCore.lhs compiler/coreSyn/MkCore.lhs compiler/coreSyn/MkExternalCore.lhs compiler/coreSyn/PprCore.lhs compiler/coreSyn/PprExternalCore.lhs compiler/deSugar/Check.lhs compiler/deSugar/Coverage.lhs compiler/deSugar/Desugar.lhs compiler/deSugar/DsArrows.lhs compiler/deSugar/DsBinds.lhs compiler/deSugar/DsCCall.lhs compiler/deSugar/DsExpr.lhs compiler/deSugar/DsForeign.lhs compiler/deSugar/DsGRHSs.lhs compiler/deSugar/DsListComp.lhs compiler/deSugar/DsMonad.lhs compiler/deSugar/DsUtils.lhs compiler/deSugar/Match.lhs compiler/deSugar/MatchCon.lhs compiler/deSugar/MatchLit.lhs compiler/hsSyn/HsBinds.lhs compiler/hsSyn/HsDecls.lhs compiler/hsSyn/HsDoc.hs compiler/hsSyn/HsExpr.lhs compiler/hsSyn/HsImpExp.lhs compiler/hsSyn/HsLit.lhs compiler/hsSyn/HsPat.lhs compiler/hsSyn/HsSyn.lhs compiler/hsSyn/HsTypes.lhs compiler/hsSyn/HsUtils.lhs compiler/iface/BinIface.hs compiler/iface/BuildTyCl.lhs compiler/iface/IfaceEnv.lhs compiler/iface/IfaceSyn.lhs compiler/iface/IfaceType.lhs compiler/iface/LoadIface.lhs compiler/iface/MkIface.lhs compiler/iface/TcIface.lhs compiler/main/Annotations.lhs compiler/main/BreakArray.hs compiler/main/CmdLineParser.hs compiler/main/CodeOutput.lhs compiler/stage2/build/Config.hs compiler/main/Constants.lhs compiler/main/DriverMkDepend.hs compiler/main/DriverPhases.hs compiler/main/DriverPipeline.hs compiler/main/DynFlags.hs compiler/main/ErrUtils.lhs compiler/main/Finder.lhs compiler/main/GHC.hs compiler/main/HeaderInfo.hs compiler/main/HscMain.lhs compiler/main/HscStats.lhs compiler/main/HscTypes.lhs compiler/main/InteractiveEval.hs compiler/main/PackageConfig.hs compiler/main/Packages.lhs compiler/main/PprTyThing.hs compiler/main/StaticFlags.hs compiler/main/StaticFlagParser.hs compiler/main/SysTools.lhs compiler/main/TidyPgm.lhs compiler/parser/Ctype.lhs compiler/parser/HaddockUtils.hs compiler/parser/LexCore.hs compiler/parser/Lexer.hs compiler/types/OptCoercion.lhs compiler/parser/Parser.hs compiler/parser/ParserCore.hs compiler/parser/ParserCoreUtils.hs compiler/parser/RdrHsSyn.lhs compiler/prelude/ForeignCall.lhs compiler/prelude/PrelInfo.lhs compiler/prelude/PrelNames.lhs compiler/prelude/PrelRules.lhs compiler/prelude/PrimOp.lhs compiler/prelude/TysPrim.lhs compiler/prelude/TysWiredIn.lhs compiler/profiling/CostCentre.lhs compiler/profiling/SCCfinal.lhs compiler/rename/RnBinds.lhs compiler/rename/RnEnv.lhs compiler/rename/RnExpr.lhs compiler/rename/RnHsDoc.hs compiler/rename/RnHsSyn.lhs compiler/rename/RnNames.lhs compiler/rename/RnPat.lhs compiler/rename/RnSource.lhs compiler/rename/RnTypes.lhs compiler/simplCore/CoreMonad.lhs compiler/simplCore/CSE.lhs compiler/simplCore/FloatIn.lhs compiler/simplCore/FloatOut.lhs compiler/simplCore/LiberateCase.lhs compiler/simplCore/OccurAnal.lhs compiler/simplCore/SAT.lhs compiler/simplCore/SetLevels.lhs compiler/simplCore/SimplCore.lhs compiler/simplCore/SimplEnv.lhs compiler/simplCore/SimplMonad.lhs compiler/simplCore/SimplUtils.lhs compiler/simplCore/Simplify.lhs compiler/simplStg/SRT.lhs compiler/simplStg/SimplStg.lhs compiler/simplStg/StgStats.lhs compiler/specialise/Rules.lhs compiler/specialise/SpecConstr.lhs compiler/specialise/Specialise.lhs compiler/stgSyn/CoreToStg.lhs compiler/stgSyn/StgLint.lhs compiler/stgSyn/StgSyn.lhs compiler/stranal/DmdAnal.lhs compiler/stranal/WorkWrap.lhs compiler/stranal/WwLib.lhs compiler/typecheck/FamInst.lhs compiler/typecheck/Inst.lhs compiler/typecheck/TcAnnotations.lhs compiler/typecheck/TcArrows.lhs compiler/typecheck/TcBinds.lhs compiler/typecheck/TcClassDcl.lhs compiler/typecheck/TcDefaults.lhs compiler/typecheck/TcDeriv.lhs compiler/typecheck/TcEnv.lhs compiler/typecheck/TcExpr.lhs compiler/typecheck/TcForeign.lhs compiler/typecheck/TcGenDeriv.lhs compiler/typecheck/TcHsSyn.lhs compiler/typecheck/TcHsType.lhs compiler/typecheck/TcInstDcls.lhs compiler/typecheck/TcMType.lhs compiler/typecheck/TcMatches.lhs compiler/typecheck/TcPat.lhs compiler/typecheck/TcRnDriver.lhs compiler/typecheck/TcRnMonad.lhs compiler/typecheck/TcRnTypes.lhs compiler/typecheck/TcRules.lhs compiler/typecheck/TcSimplify.lhs compiler/typecheck/TcErrors.lhs compiler/typecheck/TcTyClsDecls.lhs compiler/typecheck/TcTyDecls.lhs compiler/typecheck/TcType.lhs compiler/typecheck/TcUnify.lhs compiler/typecheck/TcInteract.lhs compiler/typecheck/TcCanonical.lhs compiler/typecheck/TcSMonad.lhs compiler/types/Class.lhs compiler/types/Coercion.lhs compiler/types/FamInstEnv.lhs compiler/types/FunDeps.lhs compiler/types/Generics.lhs compiler/types/InstEnv.lhs compiler/types/TyCon.lhs compiler/types/Type.lhs compiler/types/TypeRep.lhs compiler/types/Unify.lhs compiler/utils/Bag.lhs compiler/utils/Binary.hs compiler/utils/BufWrite.hs compiler/utils/Digraph.lhs compiler/utils/Encoding.hs compiler/utils/FastBool.lhs compiler/utils/FastFunctions.lhs compiler/utils/FastMutInt.lhs compiler/utils/FastString.lhs compiler/utils/FastTypes.lhs compiler/stage2/build/Fingerprint.hs compiler/utils/FiniteMap.lhs compiler/utils/GraphBase.hs compiler/utils/GraphColor.hs compiler/utils/GraphOps.hs compiler/utils/GraphPpr.hs compiler/utils/IOEnv.hs compiler/utils/Interval.hs compiler/utils/ListSetOps.lhs compiler/utils/Maybes.lhs compiler/utils/MonadUtils.hs compiler/utils/OrdList.lhs compiler/utils/Outputable.lhs compiler/utils/Panic.lhs compiler/utils/Pretty.lhs compiler/utils/Serialized.hs compiler/utils/State.hs compiler/utils/StringBuffer.lhs compiler/utils/UniqFM.lhs compiler/utils/UniqSet.lhs compiler/utils/Util.lhs compiler/vectorise/Vectorise/Builtins/Base.hs compiler/vectorise/Vectorise/Builtins/Initialise.hs compiler/vectorise/Vectorise/Builtins/Modules.hs compiler/vectorise/Vectorise/Builtins/Prelude.hs compiler/vectorise/Vectorise/Builtins.hs compiler/vectorise/Vectorise/Monad/Base.hs compiler/vectorise/Vectorise/Monad/Naming.hs compiler/vectorise/Vectorise/Monad/Local.hs compiler/vectorise/Vectorise/Monad/Global.hs compiler/vectorise/Vectorise/Monad/InstEnv.hs compiler/vectorise/Vectorise/Monad.hs compiler/vectorise/Vectorise/Utils/Base.hs compiler/vectorise/Vectorise/Utils/Closure.hs compiler/vectorise/Vectorise/Utils/Hoisting.hs compiler/vectorise/Vectorise/Utils/PADict.hs compiler/vectorise/Vectorise/Utils/PRDict.hs compiler/vectorise/Vectorise/Utils/Poly.hs compiler/vectorise/Vectorise/Utils.hs compiler/vectorise/Vectorise/Type/Env.hs compiler/vectorise/Vectorise/Type/Repr.hs compiler/vectorise/Vectorise/Type/PData.hs compiler/vectorise/Vectorise/Type/PRepr.hs compiler/vectorise/Vectorise/Type/PADict.hs compiler/vectorise/Vectorise/Type/PRDict.hs compiler/vectorise/Vectorise/Type/Type.hs compiler/vectorise/Vectorise/Type/TyConDecl.hs compiler/vectorise/Vectorise/Type/Classify.hs compiler/vectorise/Vectorise/Convert.hs compiler/vectorise/Vectorise/Vect.hs compiler/vectorise/Vectorise/Var.hs compiler/vectorise/Vectorise/Env.hs compiler/vectorise/Vectorise/Exp.hs compiler/vectorise/Vectorise.hs echo "utils/ghc-pkg_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghc-pkg/dist-install/build/.depend.haskell.tmp for dir in utils/ghc-pkg/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/ghc-pkg/dist-install/build/.depend.haskell.tmp utils/ghc-pkg/dist-install/build/.depend.haskell "rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/haskeline/./System/Console/Haskeline.hs libraries/haskeline/./System/Console/Haskeline/Completion.hs libraries/haskeline/./System/Console/Haskeline/Encoding.hs libraries/haskeline/./System/Console/Haskeline/MonadException.hs libraries/haskeline/./System/Console/Haskeline/History.hs libraries/haskeline/./System/Console/Haskeline/IO.hs libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.hs libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs libraries/haskeline/./System/Console/Haskeline/Backend.hs libraries/haskeline/./System/Console/Haskeline/Command.hs libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs libraries/haskeline/./System/Console/Haskeline/Command/History.hs libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs libraries/haskeline/./System/Console/Haskeline/Emacs.hs libraries/haskeline/./System/Console/Haskeline/InputT.hs libraries/haskeline/./System/Console/Haskeline/Key.hs libraries/haskeline/./System/Console/Haskeline/LineState.hs libraries/haskeline/./System/Console/Haskeline/Monads.hs libraries/haskeline/./System/Console/Haskeline/Prefs.hs libraries/haskeline/./System/Console/Haskeline/RunCommand.hs libraries/haskeline/./System/Console/Haskeline/Term.hs libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs libraries/haskeline/./System/Console/Haskeline/Vi.hs echo "utils/hsc2hs_dist-install_depfile_haskell_EXISTS = YES" >> utils/hsc2hs/dist-install/build/.depend.haskell.tmp for dir in utils/hsc2hs/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done utils/hpc/HpcParser.hs:2:12: Warning: -fglasgow-exts is deprecated: Use individual extensions instead mv utils/hsc2hs/dist-install/build/.depend.haskell.tmp utils/hsc2hs/dist-install/build/.depend.haskell "rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/terminfo/./System/Console/Terminfo.hs libraries/terminfo/./System/Console/Terminfo/Base.hs libraries/terminfo/./System/Console/Terminfo/Cursor.hs libraries/terminfo/./System/Console/Terminfo/Color.hs libraries/terminfo/./System/Console/Terminfo/Edit.hs libraries/terminfo/./System/Console/Terminfo/Effects.hs libraries/terminfo/./System/Console/Terminfo/Keys.hs echo "utils/hpc_dist_depfile_haskell_EXISTS = YES" >> utils/hpc/dist/build/.depend.haskell.tmp for dir in utils/hpc/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/hpc/dist/build/.depend.haskell.tmp utils/hpc/dist/build/.depend.haskell "rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/xhtml/./Text/XHtml.hs libraries/xhtml/./Text/XHtml/Frameset.hs libraries/xhtml/./Text/XHtml/Strict.hs libraries/xhtml/./Text/XHtml/Transitional.hs libraries/xhtml/./Text/XHtml/Debug.hs libraries/xhtml/./Text/XHtml/Table.hs libraries/xhtml/./Text/XHtml/Strict/Attributes.hs libraries/xhtml/./Text/XHtml/Strict/Elements.hs libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs libraries/xhtml/./Text/XHtml/Frameset/Elements.hs libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs libraries/xhtml/./Text/XHtml/Transitional/Elements.hs libraries/xhtml/./Text/XHtml/BlockTable.hs libraries/xhtml/./Text/XHtml/Extras.hs libraries/xhtml/./Text/XHtml/Internals.hs echo "libraries/terminfo_dist-install_depfile_haskell_EXISTS = YES" >> libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/terminfo/dist-install/build/System/Console/ libraries/terminfo/dist-install/build/System/Console/Terminfo/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/utf8-string/./Codec/Binary/UTF8/String.hs libraries/utf8-string/./Codec/Binary/UTF8/Generic.hs libraries/utf8-string/./System/IO/UTF8.hs libraries/utf8-string/./System/Environment/UTF8.hs libraries/utf8-string/./Data/String/UTF8.hs libraries/utf8-string/./Data/ByteString/UTF8.hs libraries/utf8-string/./Data/ByteString/Lazy/UTF8.hs echo "libraries/xhtml_dist-install_depfile_haskell_EXISTS = YES" >> libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/xhtml/dist-install/build/Text/ libraries/xhtml/dist-install/build/Text/XHtml/ libraries/xhtml/dist-install/build/Text/XHtml/Frameset/ libraries/xhtml/dist-install/build/Text/XHtml/Strict/ libraries/xhtml/dist-install/build/Text/XHtml/Transitional/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/mtl/./Control/Monad/Cont.hs libraries/mtl/./Control/Monad/Cont/Class.hs libraries/mtl/./Control/Monad/Error.hs libraries/mtl/./Control/Monad/Error/Class.hs libraries/mtl/./Control/Monad/Identity.hs libraries/mtl/./Control/Monad/List.hs libraries/mtl/./Control/Monad/RWS.hs libraries/mtl/./Control/Monad/RWS/Class.hs libraries/mtl/./Control/Monad/RWS/Lazy.hs libraries/mtl/./Control/Monad/RWS/Strict.hs libraries/mtl/./Control/Monad/Reader.hs libraries/mtl/./Control/Monad/Reader/Class.hs libraries/mtl/./Control/Monad/State.hs libraries/mtl/./Control/Monad/State/Class.hs libraries/mtl/./Control/Monad/State/Lazy.hs libraries/mtl/./Control/Monad/State/Strict.hs libraries/mtl/./Control/Monad/Trans.hs libraries/mtl/./Control/Monad/Writer.hs libraries/mtl/./Control/Monad/Writer/Class.hs libraries/mtl/./Control/Monad/Writer/Lazy.hs libraries/mtl/./Control/Monad/Writer/Strict.hs echo "libraries/utf8-string_dist-install_depfile_haskell_EXISTS = YES" >> libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/ libraries/utf8-string/dist-install/build/Data/ByteString/ libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/ libraries/utf8-string/dist-install/build/Data/String/ libraries/utf8-string/dist-install/build/System/Environment/ libraries/utf8-string/dist-install/build/System/IO/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/utf8-string/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name bin-package-db-0.0.0.0 -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs echo "libraries/bin-package-db_dist-install_depfile_haskell_EXISTS = YES" >> libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/bin-package-db/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/ghc-binary/src/Data/Binary.hs libraries/ghc-binary/src/Data/Binary/Put.hs libraries/ghc-binary/src/Data/Binary/Get.hs libraries/ghc-binary/src/Data/Binary/Builder.hs echo "libraries/mtl_dist-install_depfile_haskell_EXISTS = YES" >> libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/mtl/dist-install/build/Control/Monad/ libraries/mtl/dist-install/build/Control/Monad/Cont/ libraries/mtl/dist-install/build/Control/Monad/Error/ libraries/mtl/dist-install/build/Control/Monad/RWS/ libraries/mtl/dist-install/build/Control/Monad/Reader/ libraries/mtl/dist-install/build/Control/Monad/State/ libraries/mtl/dist-install/build/Control/Monad/Writer/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/mtl/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead touch libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/Cabal/./Distribution/Compiler.hs libraries/Cabal/./Distribution/InstalledPackageInfo.hs libraries/Cabal/./Distribution/License.hs libraries/Cabal/./Distribution/Make.hs libraries/Cabal/./Distribution/ModuleName.hs libraries/Cabal/./Distribution/Package.hs libraries/Cabal/./Distribution/PackageDescription.hs libraries/Cabal/./Distribution/PackageDescription/Configuration.hs libraries/Cabal/./Distribution/PackageDescription/Parse.hs libraries/Cabal/./Distribution/PackageDescription/Check.hs libraries/Cabal/./Distribution/ParseUtils.hs libraries/Cabal/./Distribution/ReadE.hs libraries/Cabal/./Distribution/Simple.hs libraries/Cabal/./Distribution/Simple/Build.hs libraries/Cabal/./Distribution/Simple/Build/Macros.hs libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs libraries/Cabal/./Distribution/Simple/BuildPaths.hs libraries/Cabal/./Distribution/Simple/Command.hs libraries/Cabal/./Distribution/Simple/Compiler.hs libraries/Cabal/./Distribution/Simple/Configure.hs libraries/Cabal/./Distribution/Simple/GHC.hs libraries/Cabal/./Distribution/Simple/LHC.hs libraries/Cabal/./Distribution/Simple/Haddock.hs libraries/Cabal/./Distribution/Simple/Hugs.hs libraries/Cabal/./Distribution/Simple/Install.hs libraries/Cabal/./Distribution/Simple/InstallDirs.hs libraries/Cabal/./Distribution/Simple/JHC.hs libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs libraries/Cabal/./Distribution/Simple/NHC.hs libraries/Cabal/./Distribution/Simple/PackageIndex.hs libraries/Cabal/./Distribution/Simple/PreProcess.hs libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs libraries/Cabal/./Distribution/Simple/Program.hs libraries/Cabal/./Distribution/Simple/Program/Ar.hs libraries/Cabal/./Distribution/Simple/Program/Builtin.hs libraries/Cabal/./Distribution/Simple/Program/Db.hs libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs libraries/Cabal/./Distribution/Simple/Program/Ld.hs libraries/Cabal/./Distribution/Simple/Program/Run.hs libraries/Cabal/./Distribution/Simple/Program/Script.hs libraries/Cabal/./Distribution/Simple/Program/Types.hs libraries/Cabal/./Distribution/Simple/Register.hs libraries/Cabal/./Distribution/Simple/Setup.hs libraries/Cabal/./Distribution/Simple/SrcDist.hs libraries/Cabal/./Distribution/Simple/Test.hs libraries/Cabal/./Distribution/Simple/UHC.hs libraries/Cabal/./Distribution/Simple/UserHooks.hs libraries/Cabal/./Distribution/Simple/Utils.hs libraries/Cabal/./Distribution/System.hs libraries/Cabal/./Distribution/TestSuite.hs libraries/Cabal/./Distribution/Text.hs libraries/Cabal/./Distribution/Verbosity.hs libraries/Cabal/./Distribution/Version.hs libraries/Cabal/./Distribution/Compat/ReadP.hs libraries/Cabal/./Language/Haskell/Extension.hs libraries/Cabal/./Distribution/GetOpt.hs libraries/Cabal/./Distribution/Compat/Exception.hs libraries/Cabal/./Distribution/Compat/CopyFile.hs libraries/Cabal/./Distribution/Compat/TempFile.hs libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs libraries/Cabal/dist-install/build/autogen/Paths_Cabal.hs echo "libraries/haskeline_dist-install_depfile_haskell_EXISTS = YES" >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/haskeline/dist-install/build/System/Console/ libraries/haskeline/dist-install/build/System/Console/Haskeline/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/template-haskell/./Language/Haskell/TH/Syntax/Internals.hs libraries/template-haskell/./Language/Haskell/TH/Syntax.hs libraries/template-haskell/./Language/Haskell/TH/PprLib.hs libraries/template-haskell/./Language/Haskell/TH/Ppr.hs libraries/template-haskell/./Language/Haskell/TH/Lib.hs libraries/template-haskell/./Language/Haskell/TH/Quote.hs libraries/template-haskell/./Language/Haskell/TH.hs echo "libraries/ghc-binary_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/ghc-binary/dist-install/build/Data/ libraries/ghc-binary/dist-install/build/Data/Binary/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/ghc-binary/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/pretty/./Text/PrettyPrint.hs libraries/pretty/./Text/PrettyPrint/HughesPJ.hs echo "libraries/template-haskell_dist-install_depfile_haskell_EXISTS = YES" >> libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/template-haskell/dist-install/build/Language/Haskell/ libraries/template-haskell/dist-install/build/Language/Haskell/TH/ libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/hpc/./Trace/Hpc/Util.hs libraries/hpc/./Trace/Hpc/Mix.hs libraries/hpc/./Trace/Hpc/Tix.hs libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs echo "libraries/pretty_dist-install_depfile_haskell_EXISTS = YES" >> libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/pretty/dist-install/build/Text/ libraries/pretty/dist-install/build/Text/PrettyPrint/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/haskell2010/./Data/Array.hs libraries/haskell2010/./Data/Char.hs libraries/haskell2010/./Data/Complex.hs libraries/haskell2010/./System/IO.hs libraries/haskell2010/./System/IO/Error.hs libraries/haskell2010/./Data/Ix.hs libraries/haskell2010/./Data/List.hs libraries/haskell2010/./Data/Maybe.hs libraries/haskell2010/./Control/Monad.hs libraries/haskell2010/./Data/Ratio.hs libraries/haskell2010/./System/Environment.hs libraries/haskell2010/./System/Exit.hs libraries/haskell2010/./Numeric.hs libraries/haskell2010/./Prelude.hs libraries/haskell2010/./Data/Int.hs libraries/haskell2010/./Data/Word.hs libraries/haskell2010/./Data/Bits.hs libraries/haskell2010/./Foreign.hs libraries/haskell2010/./Foreign/Ptr.hs libraries/haskell2010/./Foreign/ForeignPtr.hs libraries/haskell2010/./Foreign/StablePtr.hs libraries/haskell2010/./Foreign/Storable.hs libraries/haskell2010/./Foreign/C.hs libraries/haskell2010/./Foreign/C/Error.hs libraries/haskell2010/./Foreign/C/String.hs libraries/haskell2010/./Foreign/C/Types.hs libraries/haskell2010/./Foreign/Marshal.hs libraries/haskell2010/./Foreign/Marshal/Alloc.hs libraries/haskell2010/./Foreign/Marshal/Array.hs libraries/haskell2010/./Foreign/Marshal/Error.hs libraries/haskell2010/./Foreign/Marshal/Utils.hs echo "libraries/hpc_dist-install_depfile_haskell_EXISTS = YES" >> libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/hpc/dist-install/build/Trace/Hpc/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/haskell98/./Array.hs libraries/haskell98/./CPUTime.hs libraries/haskell98/./Char.hs libraries/haskell98/./Complex.hs libraries/haskell98/./Directory.hs libraries/haskell98/./IO.hs libraries/haskell98/./Ix.hs libraries/haskell98/./List.hs libraries/haskell98/./Locale.hs libraries/haskell98/./Maybe.hs libraries/haskell98/./Monad.hs libraries/haskell98/./Random.hs libraries/haskell98/./Ratio.hs libraries/haskell98/./System.hs libraries/haskell98/./Time.hs libraries/haskell98/./Bits.hs libraries/haskell98/./CError.hs libraries/haskell98/./CForeign.hs libraries/haskell98/./CString.hs libraries/haskell98/./CTypes.hs libraries/haskell98/./ForeignPtr.hs libraries/haskell98/./Int.hs libraries/haskell98/./MarshalAlloc.hs libraries/haskell98/./MarshalArray.hs libraries/haskell98/./MarshalError.hs libraries/haskell98/./MarshalUtils.hs libraries/haskell98/./Ptr.hs libraries/haskell98/./StablePtr.hs libraries/haskell98/./Storable.hs libraries/haskell98/./Word.hs echo "libraries/haskell98_dist-install_depfile_haskell_EXISTS = YES" >> libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/haskell98/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/haskell98/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name extensible-exceptions-0.1.1.2 -hide-all-packages -i -ilibraries/extensible-exceptions/. -ilibraries/extensible-exceptions/dist-install/build -ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/dist-install/build -Ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/. -optP-DUSE_NEW_EXCEPTIONS -optP-include -optPlibraries/extensible-exceptions/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XExistentialQuantification -XDeriveDataTypeable -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/extensible-exceptions/dist-install/build -hidir libraries/extensible-exceptions/dist-install/build -stubdir libraries/extensible-exceptions/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/extensible-exceptions/./Control/Exception/Extensible.hs echo "libraries/extensible-exceptions_dist-install_depfile_haskell_EXISTS = YES" >> libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/extensible-exceptions/dist-install/build/Control/Exception/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/extensible-exceptions/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/random/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/random/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/random/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name random-1.0.0.3 -hide-all-packages -i -ilibraries/random/. -ilibraries/random/dist-install/build -ilibraries/random/dist-install/build/autogen -Ilibraries/random/dist-install/build -Ilibraries/random/dist-install/build/autogen -Ilibraries/random/. -optP-include -optPlibraries/random/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package time-1.2.0.3 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/random/dist-install/build -hidir libraries/random/dist-install/build -stubdir libraries/random/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/random/./System/Random.hs echo "libraries/haskell2010_dist-install_depfile_haskell_EXISTS = YES" >> libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/haskell2010/dist-install/build/./ libraries/haskell2010/dist-install/build/Control/ libraries/haskell2010/dist-install/build/Data/ libraries/haskell2010/dist-install/build/Foreign/ libraries/haskell2010/dist-install/build/Foreign/C/ libraries/haskell2010/dist-install/build/Foreign/Marshal/ libraries/haskell2010/dist-install/build/System/ libraries/haskell2010/dist-install/build/System/IO/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/haskell2010/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/process/./System/Process/Internals.hs libraries/process/./System/Process.hs libraries/process/./System/Cmd.hs echo "libraries/random_dist-install_depfile_haskell_EXISTS = YES" >> libraries/random/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/random/dist-install/build/System/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/random/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/random/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/directory/./System/Directory.hs echo "libraries/directory_dist-install_depfile_haskell_EXISTS = YES" >> libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/directory/dist-install/build/System/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/directory/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp echo "libraries/process_dist-install_depfile_haskell_EXISTS = YES" >> libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/time/./Data/Time/Calendar.hs libraries/time/./Data/Time/Calendar/MonthDay.hs libraries/time/./Data/Time/Calendar/OrdinalDate.hs libraries/time/./Data/Time/Calendar/WeekDate.hs libraries/time/./Data/Time/Calendar/Julian.hs libraries/time/./Data/Time/Calendar/Easter.hs libraries/time/./Data/Time/Clock.hs libraries/time/./Data/Time/Clock/POSIX.hs libraries/time/./Data/Time/Clock/TAI.hs libraries/time/./Data/Time/LocalTime.hs libraries/time/./Data/Time/Format.hs libraries/time/./Data/Time.hs libraries/time/./Data/Time/Calendar/Private.hs libraries/time/./Data/Time/Calendar/Days.hs libraries/time/./Data/Time/Calendar/Gregorian.hs libraries/time/./Data/Time/Calendar/JulianYearDay.hs libraries/time/./Data/Time/Clock/Scale.hs libraries/time/./Data/Time/Clock/UTC.hs libraries/time/./Data/Time/Clock/CTimeval.hs libraries/time/./Data/Time/Clock/UTCDiff.hs libraries/time/./Data/Time/LocalTime/TimeZone.hs libraries/time/./Data/Time/LocalTime/TimeOfDay.hs libraries/time/./Data/Time/LocalTime/LocalTime.hs libraries/time/./Data/Time/Format/Parse.hs for dir in libraries/process/dist-install/build/System/ libraries/process/dist-install/build/System/Process/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/process/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-time/dist-install/build -hidir libraries/old-time/dist-install/build -stubdir libraries/old-time/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/old-time/dist-install/build/System/Time.hs echo "libraries/old-time_dist-install_depfile_haskell_EXISTS = YES" >> libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/old-time/dist-install/build/System/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/old-time/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name old-locale-1.0.0.2 -hide-all-packages -i -ilibraries/old-locale/. -ilibraries/old-locale/dist-install/build -ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/dist-install/build -Ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/. -optP-include -optPlibraries/old-locale/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-locale/dist-install/build -hidir libraries/old-locale/dist-install/build -stubdir libraries/old-locale/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/old-locale/./System/Locale.hs echo "libraries/old-locale_dist-install_depfile_haskell_EXISTS = YES" >> libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/old-locale/dist-install/build/System/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/old-locale/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/unix/./System/Posix.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs libraries/unix/dist-install/build/System/Posix/Directory.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs libraries/unix/dist-install/build/System/Posix/Env.hs libraries/unix/./System/Posix/Error.hs libraries/unix/dist-install/build/System/Posix/Files.hs libraries/unix/dist-install/build/System/Posix/IO.hs libraries/unix/dist-install/build/System/Posix/Process.hs libraries/unix/./System/Posix/Process/Internals.hs libraries/unix/dist-install/build/System/Posix/Resource.hs libraries/unix/dist-install/build/System/Posix/Temp.hs libraries/unix/dist-install/build/System/Posix/Terminal.hs libraries/unix/dist-install/build/System/Posix/Time.hs libraries/unix/dist-install/build/System/Posix/Unistd.hs libraries/unix/dist-install/build/System/Posix/User.hs libraries/unix/dist-install/build/System/Posix/Signals.hs libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs libraries/unix/dist-install/build/System/Posix/Semaphore.hs libraries/unix/dist-install/build/System/Posix/SharedMem.hs echo "libraries/time_dist-install_depfile_haskell_EXISTS = YES" >> libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/time/dist-install/build/Data/ libraries/time/dist-install/build/Data/Time/ libraries/time/dist-install/build/Data/Time/Calendar/ libraries/time/dist-install/build/Data/Time/Clock/ libraries/time/dist-install/build/Data/Time/Format/ libraries/time/dist-install/build/Data/Time/LocalTime/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/time/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/containers/./Data/Graph.hs libraries/containers/./Data/Sequence.hs libraries/containers/./Data/Tree.hs libraries/containers/./Data/IntMap.hs libraries/containers/./Data/IntSet.hs libraries/containers/./Data/Map.hs libraries/containers/./Data/Set.hs echo "libraries/unix_dist-install_depfile_haskell_EXISTS = YES" >> libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/unix/dist-install/build/System/ libraries/unix/dist-install/build/System/Posix/ libraries/unix/dist-install/build/System/Posix/DynamicLinker/ libraries/unix/dist-install/build/System/Posix/Process/ libraries/unix/dist-install/build/System/Posix/Signals/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/unix/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/bytestring/./Data/ByteString.hs libraries/bytestring/./Data/ByteString/Char8.hs libraries/bytestring/./Data/ByteString/Unsafe.hs libraries/bytestring/./Data/ByteString/Internal.hs libraries/bytestring/./Data/ByteString/Lazy.hs libraries/bytestring/./Data/ByteString/Lazy/Char8.hs libraries/bytestring/./Data/ByteString/Lazy/Internal.hs libraries/bytestring/./Data/ByteString/Fusion.hs echo "libraries/Cabal_dist-install_depfile_haskell_EXISTS = YES" >> libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp echo "libraries/containers_dist-install_depfile_haskell_EXISTS = YES" >> libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/Cabal/dist-install/build/./ libraries/Cabal/dist-install/build/Distribution/ libraries/Cabal/dist-install/build/Distribution/Compat/ libraries/Cabal/dist-install/build/Distribution/PackageDescription/ libraries/Cabal/dist-install/build/Distribution/Simple/ libraries/Cabal/dist-install/build/Distribution/Simple/Build/ libraries/Cabal/dist-install/build/Distribution/Simple/GHC/ libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/ libraries/Cabal/dist-install/build/Distribution/Simple/Program/ libraries/Cabal/dist-install/build/Language/Haskell/; do if test ! -d $dir; then mkdir -p $dir; fi done for dir in libraries/containers/dist-install/build/Data/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/containers/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/array/./Data/Array/Base.hs libraries/array/./Data/Array/IArray.hs libraries/array/./Data/Array/IO.hs libraries/array/./Data/Array/IO/Internals.hs libraries/array/./Data/Array/MArray.hs libraries/array/./Data/Array/ST.hs libraries/array/./Data/Array/Storable.hs libraries/array/./Data/Array/Unboxed.hs libraries/array/./Data/Array.hs mv libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/Cabal/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/filepath/./System/FilePath.hs libraries/filepath/./System/FilePath/Posix.hs libraries/filepath/./System/FilePath/Windows.hs echo "libraries/filepath_dist-install_depfile_haskell_EXISTS = YES" >> libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/filepath/dist-install/build/System/ libraries/filepath/dist-install/build/System/FilePath/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/base/./Foreign/Concurrent.hs libraries/base/./GHC/Arr.lhs libraries/base/./GHC/Base.lhs libraries/base/./GHC/Classes.hs libraries/base/./GHC/Conc.lhs libraries/base/./GHC/Conc/IO.hs libraries/base/./GHC/Conc/Signal.hs libraries/base/./GHC/Conc/Sync.lhs libraries/base/./GHC/ConsoleHandler.hs libraries/base/./GHC/Constants.hs libraries/base/./GHC/Desugar.hs libraries/base/./GHC/Enum.lhs libraries/base/./GHC/Environment.hs libraries/base/./GHC/Err.lhs libraries/base/./GHC/Exception.lhs libraries/base/./GHC/Exts.hs libraries/base/./GHC/Float.lhs libraries/base/./GHC/ForeignPtr.hs libraries/base/./GHC/MVar.hs libraries/base/./GHC/IO.hs libraries/base/./GHC/IO/IOMode.hs libraries/base/./GHC/IO/Buffer.hs libraries/base/./GHC/IO/Device.hs libraries/base/./GHC/IO/BufferedIO.hs libraries/base/./GHC/IO/FD.hs libraries/base/./GHC/IO/Exception.hs libraries/base/./GHC/IO/Encoding.hs libraries/base/./GHC/IO/Encoding/Latin1.hs libraries/base/./GHC/IO/Encoding/UTF8.hs libraries/base/./GHC/IO/Encoding/UTF16.hs libraries/base/./GHC/IO/Encoding/UTF32.hs libraries/base/./GHC/IO/Encoding/Types.hs libraries/base/./GHC/IO/Encoding/Iconv.hs libraries/base/./GHC/IO/Encoding/CodePage.hs libraries/base/./GHC/IO/Handle.hs libraries/base/./GHC/IO/Handle/Types.hs libraries/base/./GHC/IO/Handle/Internals.hs libraries/base/./GHC/IO/Handle/FD.hs libraries/base/./GHC/IO/Handle/Text.hs libraries/base/./GHC/IOBase.hs libraries/base/./GHC/Handle.hs libraries/base/./GHC/IORef.hs libraries/base/./GHC/IOArray.hs libraries/base/./GHC/Int.hs libraries/base/./GHC/List.lhs libraries/base/./GHC/Num.lhs libraries/base/./GHC/PArr.hs libraries/base/./GHC/Pack.lhs libraries/base/./GHC/Ptr.lhs libraries/base/./GHC/Read.lhs libraries/base/./GHC/Real.lhs libraries/base/./GHC/ST.lhs libraries/base/./GHC/STRef.lhs libraries/base/./GHC/Show.lhs libraries/base/./GHC/Stable.lhs libraries/base/./GHC/Storable.lhs libraries/base/./GHC/TopHandler.lhs libraries/base/./GHC/Unicode.hs libraries/base/./GHC/Weak.lhs libraries/base/./GHC/Word.hs libraries/base/./System/Timeout.hs libraries/base/./System/Event.hs libraries/base/./Control/Applicative.hs libraries/base/./Control/Arrow.hs libraries/base/./Control/Category.hs libraries/base/./Control/Concurrent.hs libraries/base/./Control/Concurrent/Chan.hs libraries/base/./Control/Concurrent/MVar.hs libraries/base/./Control/Concurrent/QSem.hs libraries/base/./Control/Concurrent/QSemN.hs libraries/base/./Control/Concurrent/SampleVar.hs libraries/base/./Control/Exception.hs libraries/base/./Control/Exception/Base.hs libraries/base/./Control/OldException.hs libraries/base/./Control/Monad.hs libraries/base/./Control/Monad/Fix.hs libraries/base/./Control/Monad/Instances.hs libraries/base/./Control/Monad/ST.hs libraries/base/./Control/Monad/ST/Lazy.hs libraries/base/./Control/Monad/ST/Strict.hs libraries/base/./Data/Bits.hs libraries/base/./Data/Bool.hs libraries/base/./Data/Char.hs libraries/base/./Data/Complex.hs libraries/base/./Data/Dynamic.hs libraries/base/./Data/Either.hs libraries/base/./Data/Eq.hs libraries/base/./Data/Data.hs libraries/base/./Data/Fixed.hs libraries/base/./Data/Foldable.hs libraries/base/./Data/Function.hs libraries/base/./Data/Functor.hs libraries/base/./Data/HashTable.hs libraries/base/./Data/IORef.hs libraries/base/./Data/Int.hs libraries/base/./Data/Ix.hs libraries/base/./Data/List.hs libraries/base/./Data/Maybe.hs libraries/base/./Data/Monoid.hs libraries/base/./Data/Ord.hs libraries/base/./Data/Ratio.hs libraries/base/./Data/STRef.hs libraries/base/./Data/STRef/Lazy.hs libraries/base/./Data/STRef/Strict.hs libraries/base/./Data/String.hs libraries/base/./Data/Traversable.hs libraries/base/./Data/Tuple.hs libraries/base/./Data/Typeable.hs libraries/base/./Data/Unique.hs libraries/base/./Data/Version.hs libraries/base/./Data/Word.hs libraries/base/./Debug/Trace.hs libraries/base/./Foreign.hs libraries/base/./Foreign/C.hs libraries/base/./Foreign/C/Error.hs libraries/base/./Foreign/C/String.hs libraries/base/./Foreign/C/Types.hs libraries/base/./Foreign/ForeignPtr.hs libraries/base/./Foreign/Marshal.hs libraries/base/./Foreign/Marshal/Alloc.hs libraries/base/./Foreign/Marshal/Array.hs libraries/base/./Foreign/Marshal/Error.hs libraries/base/./Foreign/Marshal/Pool.hs libraries/base/./Foreign/Marshal/Utils.hs libraries/base/./Foreign/Ptr.hs libraries/base/./Foreign/StablePtr.hs libraries/base/./Foreign/Storable.hs libraries/base/./Numeric.hs libraries/base/./Prelude.hs libraries/base/./System/Console/GetOpt.hs libraries/base/dist-install/build/System/CPUTime.hs libraries/base/./System/Environment.hs libraries/base/./System/Exit.hs libraries/base/./System/IO.hs libraries/base/./System/IO/Error.hs libraries/base/./System/IO/Unsafe.hs libraries/base/./System/Info.hs libraries/base/./System/Mem.hs libraries/base/./System/Mem/StableName.hs libraries/base/./System/Mem/Weak.hs libraries/base/./System/Posix/Internals.hs libraries/base/./System/Posix/Types.hs libraries/base/./Text/ParserCombinators/ReadP.hs libraries/base/./Text/ParserCombinators/ReadPrec.hs libraries/base/./Text/Printf.hs libraries/base/./Text/Read.hs libraries/base/./Text/Read/Lex.hs libraries/base/./Text/Show.hs libraries/base/./Text/Show/Functions.hs libraries/base/./Unsafe/Coerce.hs libraries/base/./System/Event/Array.hs libraries/base/dist-install/build/System/Event/Clock.hs libraries/base/./System/Event/Control.hs libraries/base/dist-install/build/System/Event/EPoll.hs libraries/base/./System/Event/IntMap.hs libraries/base/./System/Event/Internal.hs libraries/base/dist-install/build/System/Event/KQueue.hs libraries/base/./System/Event/Manager.hs libraries/base/./System/Event/PSQ.hs libraries/base/dist-install/build/System/Event/Poll.hs libraries/base/./System/Event/Thread.hs libraries/base/./System/Event/Unique.hs libraries/array/Data/Array/IO/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect echo "libraries/array_dist-install_depfile_haskell_EXISTS = YES" >> libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/array/dist-install/build/Data/ libraries/array/dist-install/build/Data/Array/ libraries/array/dist-install/build/Data/Array/IO/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/array/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/integer-gmp/./GHC/Integer.lhs libraries/integer-gmp/./GHC/Integer/GMP/Internals.hs libraries/integer-gmp/./GHC/Integer/Type.hs echo "libraries/bytestring_dist-install_depfile_haskell_EXISTS = YES" >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/bytestring/dist-install/build/Data/ libraries/bytestring/dist-install/build/Data/ByteString/ libraries/bytestring/dist-install/build/Data/ByteString/Lazy/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell "rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp touch libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix p -dep-suffix dyn -include-pkg-deps -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc libraries/ghc-prim/./GHC/Bool.hs libraries/ghc-prim/./GHC/Debug.hs libraries/ghc-prim/./GHC/Generics.hs libraries/ghc-prim/./GHC/Magic.hs libraries/ghc-prim/./GHC/Ordering.hs libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs libraries/ghc-prim/./GHC/IntWord32.hs libraries/ghc-prim/./GHC/IntWord64.hs libraries/ghc-prim/./GHC/Tuple.hs libraries/ghc-prim/./GHC/Types.hs libraries/ghc-prim/./GHC/Unit.hs echo "libraries/integer-gmp_dist-install_depfile_haskell_EXISTS = YES" >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/integer-gmp/dist-install/build/GHC/ libraries/integer-gmp/dist-install/build/GHC/Integer/ libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell "rm" -f utils/haddock/dist/build/.depend.haskell.tmp touch utils/haddock/dist/build/.depend.haskell.tmp "inplace/bin/ghc-stage1" -M -dep-makefile utils/haddock/dist/build/.depend.haskell.tmp -include-pkg-deps -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc utils/haddock/src/Main.hs utils/haddock/src/Haddock/Interface.hs utils/haddock/src/Haddock/Interface/Rename.hs utils/haddock/src/Haddock/Interface/Create.hs utils/haddock/src/Haddock/Interface/ExtractFnArgDocs.hs utils/haddock/src/Haddock/Interface/AttachInstances.hs utils/haddock/src/Haddock/Interface/Rn.hs utils/haddock/src/Haddock/Interface/LexParseRn.hs utils/haddock/src/Haddock/Interface/ParseModuleHeader.hs utils/haddock/src/Haddock/Lex.hs utils/haddock/src/Haddock/Parse.hs utils/haddock/src/Haddock/Utils.hs utils/haddock/src/Haddock/Backends/Xhtml.hs utils/haddock/src/Haddock/Backends/Xhtml/Decl.hs utils/haddock/src/Haddock/Backends/Xhtml/DocMarkup.hs utils/haddock/src/Haddock/Backends/Xhtml/Layout.hs utils/haddock/src/Haddock/Backends/Xhtml/Names.hs utils/haddock/src/Haddock/Backends/Xhtml/Themes.hs utils/haddock/src/Haddock/Backends/Xhtml/Types.hs utils/haddock/src/Haddock/Backends/Xhtml/Utils.hs utils/haddock/src/Haddock/Backends/LaTeX.hs utils/haddock/src/Haddock/Backends/HaddockDB.hs utils/haddock/src/Haddock/Backends/Hoogle.hs utils/haddock/src/Haddock/ModuleTree.hs utils/haddock/src/Haddock/Types.hs utils/haddock/src/Haddock/Doc.hs utils/haddock/src/Haddock/Version.hs utils/haddock/src/Haddock/InterfaceFile.hs utils/haddock/src/Haddock/Options.hs utils/haddock/src/Haddock/GhcUtils.hs utils/haddock/src/Haddock/Convert.hs echo "libraries/ghc-prim_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/ghc-prim/dist-install/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell echo "utils/haddock_dist_depfile_haskell_EXISTS = YES" >> utils/haddock/dist/build/.depend.haskell.tmp for dir in utils/haddock/dist/build/./ utils/haddock/dist/build/Haddock/ utils/haddock/dist/build/Haddock/Backends/ utils/haddock/dist/build/Haddock/Backends/Xhtml/ utils/haddock/dist/build/Haddock/Interface/; do if test ! -d $dir; then mkdir -p $dir; fi done mv utils/haddock/dist/build/.depend.haskell.tmp utils/haddock/dist/build/.depend.haskell libraries/base/GHC/IO/Exception.hs-boot:1:12: Warning: -fno-implicit-prelude is deprecated: use -XNoImplicitPrelude or pragma {-# LANGUAGE NoImplicitPrelude #-} instead libraries/base/Foreign/C/Error.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect libraries/base/GHC/IO/Handle/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect libraries/base/GHC/IO/Handle/Text.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect libraries/base/GHC/Unicode.hs:2:12: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect echo "libraries/base_dist-install_depfile_haskell_EXISTS = YES" >> libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp for dir in libraries/base/dist-install/build/./ libraries/base/dist-install/build/Control/ libraries/base/dist-install/build/Control/Concurrent/ libraries/base/dist-install/build/Control/Exception/ libraries/base/dist-install/build/Control/Monad/ libraries/base/dist-install/build/Control/Monad/ST/ libraries/base/dist-install/build/Data/ libraries/base/dist-install/build/Data/STRef/ libraries/base/dist-install/build/Debug/ libraries/base/dist-install/build/Foreign/ libraries/base/dist-install/build/Foreign/C/ libraries/base/dist-install/build/Foreign/Marshal/ libraries/base/dist-install/build/GHC/ libraries/base/dist-install/build/GHC/Conc/ libraries/base/dist-install/build/GHC/IO/ libraries/base/dist-install/build/GHC/IO/Encoding/ libraries/base/dist-install/build/GHC/IO/Handle/ libraries/base/dist-install/build/System/ libraries/base/dist-install/build/System/Console/ libraries/base/dist-install/build/System/Event/ libraries/base/dist-install/build/System/IO/ libraries/base/dist-install/build/System/Mem/ libraries/base/dist-install/build/System/Posix/ libraries/base/dist-install/build/Text/ libraries/base/dist-install/build/Text/ParserCombinators/ libraries/base/dist-install/build/Text/Read/ libraries/base/dist-install/build/Text/Show/ libraries/base/dist-install/build/Unsafe/; do if test ! -d $dir; then mkdir -p $dir; fi done mv libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp libraries/base/dist-install/build/.depend-v-p-dyn.haskell echo "compiler_stage2_depfile_haskell_EXISTS = YES" >> compiler/stage2/build/.depend-v-p-dyn.haskell.tmp for dir in compiler/stage2/build/./ compiler/stage2/build/Alpha/ compiler/stage2/build/Llvm/ compiler/stage2/build/LlvmCodeGen/ compiler/stage2/build/PPC/ compiler/stage2/build/RegAlloc/ compiler/stage2/build/RegAlloc/Graph/ compiler/stage2/build/RegAlloc/Linear/ compiler/stage2/build/RegAlloc/Linear/PPC/ compiler/stage2/build/RegAlloc/Linear/SPARC/ compiler/stage2/build/RegAlloc/Linear/X86/ compiler/stage2/build/SPARC/ compiler/stage2/build/SPARC/CodeGen/ compiler/stage2/build/Vectorise/ compiler/stage2/build/Vectorise/Builtins/ compiler/stage2/build/Vectorise/Monad/ compiler/stage2/build/Vectorise/Type/ compiler/stage2/build/Vectorise/Utils/ compiler/stage2/build/X86/; do if test ! -d $dir; then mkdir -p $dir; fi done mv compiler/stage2/build/.depend-v-p-dyn.haskell.tmp compiler/stage2/build/.depend-v-p-dyn.haskell "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Generics.hs -o libraries/ghc-prim/dist-install/build/GHC/Generics.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Magic.hs -o libraries/ghc-prim/dist-install/build/GHC/Magic.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/IntWord32.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord32.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/IntWord64.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord64.o "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/cbits//. "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/integer-gmp/./GHC/Integer/Type.hs -o libraries/integer-gmp/dist-install/build/GHC/Integer/Type.o "/usr/bin/gcc" -fno-stack-protector libraries/integer-gmp/cbits/mkGmpDerivedConstants.c -o libraries/integer-gmp/cbits/mkGmpDerivedConstants "inplace/bin/mkdirhier" libraries/integer-gmp/dist-install/build/cbits//. "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Err.lhs-boot -o libraries/base/dist-install/build/GHC/Err.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Unsafe/Coerce.hs -o libraries/base/dist-install/build/Unsafe/Coerce.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/ConsoleHandler.hs -o libraries/base/dist-install/build/GHC/ConsoleHandler.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/CodePage.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.o "inplace/bin/mkdirhier" libraries/base/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/bytestring/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/unix/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/old-time/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/time/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/directory/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/process/dist-install/build/cbits//. "inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/cbits//. "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Generics.hs -o libraries/ghc-prim/dist-install/build/GHC/Generics.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Magic.hs -o libraries/ghc-prim/dist-install/build/GHC/Magic.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/IntWord32.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord32.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/IntWord64.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/ghc-prim/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/ghc-prim/cbits/debug.c -o libraries/ghc-prim/dist-install/build/cbits/debug.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/ghc-prim/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/ghc-prim/cbits/longlong.c -o libraries/ghc-prim/dist-install/build/cbits/longlong.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Main.c -o rts/dist/build/Main.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-Wno-format -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-w -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-w -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"7.0.1\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.o rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/mkdirhier" rts/dist/build/hooks//. "inplace/bin/mkdirhier" rts/dist/build/parallel//. rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-Wno-inline -optc-finline-limit=2500 -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-funroll-loops -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.o rts/sm/GC.c: In function 'GarbageCollect': rts/sm/GC.c:178:14: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'mark_root': rts/sm/GC.c:1458:16: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] "inplace/bin/mkdirhier" rts/dist/build/eventlog//. "inplace/bin/mkdirhier" rts/dist/build/posix//. "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.o "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.o "/usr/bin/ghc" -H32m -O -lffi -package pretty -package-conf libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-conf -rtsopts -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/genapply/./GenApply.hs -o utils/genapply/dist/build/GenApply.o "inplace/bin/mkdirhier" utils/genapply/dist/build/tmp//. "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-Wno-format -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-Wno-strict-prototypes -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.p_o rts/Profiling.c: In function 'reportCCS_XML': rts/Profiling.c:924:15: warning: variable 'cc' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-Wno-strict-prototypes -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-w -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.p_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-w -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-DProjectVersion=\"7.0.1\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.p_o rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.p_o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.p_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.p_o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-Wno-inline -optc-finline-limit=2500 -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.p_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.p_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-funroll-loops -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-Wno-strict-prototypes -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.p_o rts/sm/GC.c: In function 'GarbageCollect': rts/sm/GC.c:178:14: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'mark_root': rts/sm/GC.c:1458:16: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.dyn_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-Wno-format -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-w -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-w -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.dyn_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-DProjectVersion=\"7.0.1\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.dyn_o rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.dyn_o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.dyn_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.dyn_o rts/STM.c: In "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.dyn_o function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.dyn_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.dyn_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-funroll-loops -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.dyn_o rts/sm/GC.c: In function 'GarbageCollect': rts/sm/GC.c:178:14: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'mark_root': rts/sm/GC.c:1458:16: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_dyn\" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.dyn_o "inplace/bin/ghc-pkg" field rts extra-libraries \ | sed -e 's/^extra-libraries: //' -e 's/\([a-z0-9]*\)[ ]*/-l\1 /g' > rts/libs.depend "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.l_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-Wno-format -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-Wno-strict-prototypes -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-Wno-strict-prototypes -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-w -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-w -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.l_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-DProjectVersion=\"7.0.1\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.l_o rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.l_o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.l_o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-Wno-inline -optc-finline-limit=2500 -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.l_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.l_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-funroll-loops -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -optc-Wno-strict-prototypes -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.l_o rts/sm/GC.c: In function 'GarbageCollect': rts/sm/GC.c:178:14: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'mark_root': rts/sm/GC.c:1458:16: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_l\" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.l_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Arena.c -o rts/dist/build/Arena.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stable.c -o rts/dist/build/Stable.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Sparks.c -o rts/dist/build/Sparks.debug_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-format -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Papi.c -o rts/dist/build/Papi.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Profiling.c -o rts/dist/build/Profiling.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Disassembler.c -o rts/dist/build/Disassembler.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/WSDeque.c -o rts/dist/build/WSDeque.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Inlines.c -o rts/dist/build/Inlines.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-strict-prototypes -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Adjustor.c -o rts/dist/build/Adjustor.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Globals.c -o rts/dist/build/Globals.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Capability.c -o rts/dist/build/Capability.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Threads.c -o rts/dist/build/Threads.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Timer.c -o rts/dist/build/Timer.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Messages.c -o rts/dist/build/Messages.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-strict-prototypes -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Interpreter.c -o rts/dist/build/Interpreter.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stats.c -o rts/dist/build/Stats.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-w -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-w -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgCRun.c -o rts/dist/build/StgCRun.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Task.c -o rts/dist/build/Task.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Weak.c -o rts/dist/build/Weak.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Trace.c -o rts/dist/build/Trace.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hash.c -o rts/dist/build/Hash.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Schedule.c -o rts/dist/build/Schedule.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Proftimer.c -o rts/dist/build/Proftimer.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DProjectVersion=\"7.0.1\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Linker.c -o rts/dist/build/Linker.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HsFFI.c -o rts/dist/build/HsFFI.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hpc.c -o rts/dist/build/Hpc.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Ticky.c -o rts/dist/build/Ticky.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Printer.c -o rts/dist/build/Printer.debug_o rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/STM.c -o rts/dist/build/STM.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.debug_o rts/Printer.c: In function 'printSmallBitmap': rts/Printer.c:412:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/Printer.c: In function 'printStackChunk': rts/Printer.c:527:10: warning: variable 'size' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-inline -optc-finline-limit=2500 -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.debug_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.debug_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GC.c -o rts/dist/build/sm/GC.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-funroll-loops -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-Wno-strict-prototypes -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.debug_o rts/sm/GC.c: In function 'GarbageCollect': rts/sm/GC.c:178:14: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'mark_root': rts/sm/GC.c:1458:16: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/Sanity.c: In function 'checkSmallBitmap': rts/sm/Sanity.c:46:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/sm/Sanity.c: In function 'checkPAP': rts/sm/Sanity.c:211:17: warning: variable 'p' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Select.c -o rts/dist/build/posix/Select.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Updates.cmm -o rts/dist/build/Updates.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Exception.cmm -o rts/dist/build/Exception.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Apply.cmm -o rts/dist/build/Apply.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.debug_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-Wno-format -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.thr_o rts/Capability.c: In function 'releaseCapability_': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c: In function 'waitForReturnCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:486:1: warning: called from here [-Winline] rts/Capability.c: In function 'yieldCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:575:1: warning: called from here [-Winline] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-w -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-w -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_o rts/Task.c: In function 'workerTaskStop': rts/Task.c:339:16: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DProjectVersion=\"7.0.1\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_o rts/Schedule.c: In function 'schedulePushWork': rts/Schedule.c:710:10: warning: variable 'pushed_to_all' set but not used [-Wunused-but-set-variable] rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.thr_o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.thr_o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-Wno-inline -optc-finline-limit=2500 -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-funroll-loops -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_o rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Arena.c -o rts/dist/build/Arena.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stable.c -o rts/dist/build/Stable.thr_debug_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Sparks.c -o rts/dist/build/Sparks.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-format -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Papi.c -o rts/dist/build/Papi.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Profiling.c -o rts/dist/build/Profiling.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Inlines.c -o rts/dist/build/Inlines.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Globals.c -o rts/dist/build/Globals.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Capability.c -o rts/dist/build/Capability.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Threads.c -o rts/dist/build/Threads.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Timer.c -o rts/dist/build/Timer.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Messages.c -o rts/dist/build/Messages.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stats.c -o rts/dist/build/Stats.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-w -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-w -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Task.c -o rts/dist/build/Task.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Weak.c -o rts/dist/build/Weak.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Trace.c -o rts/dist/build/Trace.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hash.c -o rts/dist/build/Hash.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Schedule.c -o rts/dist/build/Schedule.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DProjectVersion=\"7.0.1\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Linker.c -o rts/dist/build/Linker.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hpc.c -o rts/dist/build/Hpc.thr_debug_o rts/Schedule.c: In function 'schedulePushWork': rts/Schedule.c:710:10: warning: variable 'pushed_to_all' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Ticky.c -o rts/dist/build/Ticky.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Printer.c -o rts/dist/build/Printer.thr_debug_o rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/STM.c -o rts/dist/build/STM.thr_debug_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_debug_o rts/Printer.c: In function 'printSmallBitmap': rts/Printer.c:412:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/Printer.c: In function 'printStackChunk': rts/Printer.c:527:10: warning: variable 'size' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-inline -optc-finline-limit=2500 -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_debug_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'grab_local_todo_block': "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_debug_o rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-funroll-loops -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_debug_o rts/sm/Sanity.c: In function 'checkSmallBitmap': rts/sm/Sanity.c:46:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/sm/Sanity.c: In function 'checkPAP': rts/sm/Sanity.c:211:17: warning: variable 'p' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Updates.cmm -o rts/dist/build/Updates.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Exception.cmm -o rts/dist/build/Exception.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Apply.cmm -o rts/dist/build/Apply.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_debug_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_l_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-format -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_l_o rts/Capability.c: In function 'releaseCapability_': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.7.part.8': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.7.part.8': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.7.part.8': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c: In function 'waitForReturnCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.7.part.8': call is unlikely and code size would grow [-Winline] rts/Capability.c:486:1: warning: called from here [-Winline] rts/Capability.c: In function 'yieldCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.7.part.8': call is unlikely and code size would grow [-Winline] rts/Capability.c:575:1: warning: called from here [-Winline] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-w -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-w -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_l_o rts/Task.c: In function 'workerTaskStop': rts/Task.c:339:16: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_l_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DProjectVersion=\"7.0.1\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_l_o rts/Schedule.c: In function 'schedulePushWork': rts/Schedule.c:710:10: warning: variable 'pushed_to_all' set but not used [-Wunused-but-set-variable] rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_l_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.thr_l_o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-inline -optc-finline-limit=2500 -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_l_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_l_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-funroll-loops -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_l_o rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_l\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_l_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-format -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_p_o rts/Profiling.c: In function 'reportCCS_XML': rts/Profiling.c:924:15: warning: variable 'cc' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_p_o rts/Capability.c: In function 'releaseCapability_': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c: In function 'waitForReturnCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:486:1: warning: called from here [-Winline] rts/Capability.c: In function 'yieldCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:575:1: warning: called from here [-Winline] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-w -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-w -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_p_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_p_o rts/Task.c: In function 'workerTaskStop': rts/Task.c:339:16: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DProjectVersion=\"7.0.1\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_p_o rts/Schedule.c: In function 'schedulePushWork': rts/Schedule.c:710:10: warning: variable 'pushed_to_all' set but not used [-Wunused-but-set-variable] rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_p_o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_p_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.thr_p_o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-inline -optc-finline-limit=2500 -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_p_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_p_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-funroll-loops -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-Wno-strict-prototypes -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_p_o rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_p\" -optc-DPARALLEL_GC -optc-Irts/sm -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_p_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_p_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Arena.c -o rts/dist/build/Arena.debug_dyn_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stable.c -o rts/dist/build/Stable.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Sparks.c -o rts/dist/build/Sparks.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Papi.c -o rts/dist/build/Papi.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Profiling.c -o rts/dist/build/Profiling.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Disassembler.c -o rts/dist/build/Disassembler.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/WSDeque.c -o rts/dist/build/WSDeque.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Inlines.c -o rts/dist/build/Inlines.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Adjustor.c -o rts/dist/build/Adjustor.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Globals.c -o rts/dist/build/Globals.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Capability.c -o rts/dist/build/Capability.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Threads.c -o rts/dist/build/Threads.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Timer.c -o rts/dist/build/Timer.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Messages.c -o rts/dist/build/Messages.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Interpreter.c -o rts/dist/build/Interpreter.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stats.c -o rts/dist/build/Stats.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-w -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-w -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgCRun.c -o rts/dist/build/StgCRun.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Task.c -o rts/dist/build/Task.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Weak.c -o rts/dist/build/Weak.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Trace.c -o rts/dist/build/Trace.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hash.c -o rts/dist/build/Hash.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Schedule.c -o rts/dist/build/Schedule.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Proftimer.c -o rts/dist/build/Proftimer.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-DProjectVersion=\"7.0.1\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Linker.c -o rts/dist/build/Linker.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HsFFI.c -o rts/dist/build/HsFFI.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hpc.c -o rts/dist/build/Hpc.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Ticky.c -o rts/dist/build/Ticky.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Printer.c -o rts/dist/build/Printer.debug_dyn_o rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/STM.c -o rts/dist/build/STM.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.debug_dyn_o rts/Printer.c: In function 'printSmallBitmap': rts/Printer.c:412:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/Printer.c: In function 'printStackChunk': rts/Printer.c:527:10: warning: variable 'size' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.debug_dyn_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GC.c -o rts/dist/build/sm/GC.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.debug_dyn_o rts/sm/Sanity.c: In function 'checkSmallBitmap': rts/sm/Sanity.c:46:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/sm/Sanity.c: In function 'checkPAP': rts/sm/Sanity.c:211:17: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'GarbageCollect': rts/sm/GC.c:178:14: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] rts/sm/GC.c: In function 'mark_root': rts/sm/GC.c:1458:16: warning: variable 'saved_gct' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug_dyn\" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Select.c -o rts/dist/build/posix/Select.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Updates.cmm -o rts/dist/build/Updates.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Exception.cmm -o rts/dist/build/Exception.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Apply.cmm -o rts/dist/build/Apply.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Arena.c -o rts/dist/build/Arena.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stable.c -o rts/dist/build/Stable.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Sparks.c -o rts/dist/build/Sparks.thr_dyn_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Papi.c -o rts/dist/build/Papi.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Profiling.c -o rts/dist/build/Profiling.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Inlines.c -o rts/dist/build/Inlines.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Globals.c -o rts/dist/build/Globals.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Capability.c -o rts/dist/build/Capability.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Threads.c -o rts/dist/build/Threads.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Timer.c -o rts/dist/build/Timer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Messages.c -o rts/dist/build/Messages.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.thr_dyn_o rts/Capability.c: In function 'releaseCapability_': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:365:1: warning: called from here [-Winline] rts/Capability.c: In function 'waitForReturnCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:486:1: warning: called from here [-Winline] rts/Capability.c: In function 'yieldCapability': rts/Capability.c:338:1: warning: inlining failed in call to 'giveCapabilityToTask.isra.12.part.13': call is unlikely and code size would grow [-Winline] rts/Capability.c:575:1: warning: called from here [-Winline] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Stats.c -o rts/dist/build/Stats.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Task.c -o rts/dist/build/Task.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Weak.c -o rts/dist/build/Weak.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_dyn_o rts/Task.c: In function 'workerTaskStop': rts/Task.c:339:16: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Trace.c -o rts/dist/build/Trace.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hash.c -o rts/dist/build/Hash.thr_dyn_o rts/Interpreter.c: In function 'interpretBCO': rts/Interpreter.c:779:6: warning: variable 'bcoSize' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Schedule.c -o rts/dist/build/Schedule.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-DProjectVersion=\"7.0.1\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Linker.c -o rts/dist/build/Linker.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Hpc.c -o rts/dist/build/Hpc.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Ticky.c -o rts/dist/build/Ticky.thr_dyn_o rts/Schedule.c: In function 'schedulePushWork': rts/Schedule.c:710:10: warning: variable 'pushed_to_all' set but not used [-Wunused-but-set-variable] rts/Schedule.c: In function 'scheduleWaitThread': rts/Schedule.c:1883:17: warning: variable 'id' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Printer.c -o rts/dist/build/Printer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/STM.c -o rts/dist/build/STM.thr_dyn_o rts/Linker.c: In function 'initLinker': rts/Linker.c:1135:9: warning: variable 'compileResult' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocVerifyImage_ELF': rts/Linker.c:3435:10: warning: variable 'strtab' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_dyn_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.thr_dyn_o rts/STM.c: In function 'disconnect_invariant': rts/STM.c:1094:3: warning: variable 'found' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_dyn_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_dyn_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] rts/sm/GCUtils.c: In function 'todo_block_full': rts/sm/GCUtils.c:216:25: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_dyn_o rts/sm/GC.c: In function 'scavenge_until_all_done': rts/sm/GC.c:1028:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_thr_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Updates.cmm -o rts/dist/build/Updates.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Exception.cmm -o rts/dist/build/Exception.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/Apply.cmm -o rts/dist/build/Apply.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Arena.c -o rts/dist/build/Arena.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stable.c -o rts/dist/build/Stable.thr_debug_dyn_o rts/ProfHeap.c: In function 'heapCensusChain': rts/ProfHeap.c:841:13: warning: variable 'prim' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Sparks.c -o rts/dist/build/Sparks.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-format -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Papi.c -o rts/dist/build/Papi.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Profiling.c -o rts/dist/build/Profiling.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Disassembler.c -o rts/dist/build/Disassembler.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/WSDeque.c -o rts/dist/build/WSDeque.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Inlines.c -o rts/dist/build/Inlines.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Adjustor.c -o rts/dist/build/Adjustor.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Globals.c -o rts/dist/build/Globals.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Capability.c -o rts/dist/build/Capability.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Threads.c -o rts/dist/build/Threads.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Timer.c -o rts/dist/build/Timer.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DProjectVersion=\"7.0.1\" -optc-DHostPlatform=\"x86_64-unknown-linux\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"linux\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-linux\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"linux\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-linux\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"linux\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Messages.c -o rts/dist/build/Messages.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/FrontPanel.c -o rts/dist/build/FrontPanel.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Interpreter.c -o rts/dist/build/Interpreter.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Stats.c -o rts/dist/build/Stats.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-w -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgCRun.c -o rts/dist/build/StgCRun.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Task.c -o rts/dist/build/Task.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Weak.c -o rts/dist/build/Weak.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Trace.c -o rts/dist/build/Trace.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hash.c -o rts/dist/build/Hash.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Schedule.c -o rts/dist/build/Schedule.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Proftimer.c -o rts/dist/build/Proftimer.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DProjectVersion=\"7.0.1\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Linker.c -o rts/dist/build/Linker.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HsFFI.c -o rts/dist/build/HsFFI.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Hpc.c -o rts/dist/build/Hpc.thr_debug_dyn_o rts/Schedule.c: In function 'schedulePushWork': rts/Schedule.c:710:10: warning: variable 'pushed_to_all' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O0 -c rts/RtsMain.c -o rts/dist/build/RtsMain.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Ticky.c -o rts/dist/build/Ticky.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Printer.c -o rts/dist/build/Printer.thr_debug_dyn_o rts/Linker.c: In function 'ocGetNames_ELF': rts/Linker.c:3641:14: warning: variable 'k' set but not used [-Wunused-but-set-variable] rts/Linker.c: In function 'do_Elf_Rel_relocations': rts/Linker.c:3826:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/STM.c -o rts/dist/build/STM.thr_debug_dyn_o rts/ThreadPaused.c: In function 'threadPaused': rts/ThreadPaused.c:186:12: warning: variable 'stack_end' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.thr_debug_dyn_o rts/Printer.c: In function 'printSmallBitmap': rts/Printer.c:412:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/Printer.c: In function 'printStackChunk': rts/Printer.c:527:10: warning: variable 'size' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-inline -optc-finline-limit=2500 -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.thr_debug_dyn_o rts/sm/GCAux.c: In function 'isAlive': rts/sm/GCAux.c:36:11: warning: variable 'tag' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/GC.c -o rts/dist/build/sm/GC.thr_debug_dyn_o rts/sm/GCUtils.c: In function 'grab_local_todo_block': rts/sm/GCUtils.c:93:17: warning: variable 'gen' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-funroll-loops -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-Wno-strict-prototypes -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.thr_debug_dyn_o rts/sm/Sanity.c: In function 'checkSmallBitmap': rts/sm/Sanity.c:46:12: warning: variable 'p' set but not used [-Wunused-but-set-variable] rts/sm/Sanity.c: In function 'checkPAP': rts/sm/Sanity.c:211:17: warning: variable 'p' set but not used [-Wunused-but-set-variable] "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/posix/Select.c -o rts/dist/build/posix/Select.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-funroll-loops -c rts/dist/build/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.thr_debug_dyn_o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_thr_debug_dyn\" -optc-DPARALLEL_GC -optc-Irts/sm -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/dist/build/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStartup.cmm -o rts/dist/build/StgStartup.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Updates.cmm -o rts/dist/build/Updates.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Exception.cmm -o rts/dist/build/Exception.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/Apply.cmm -o rts/dist/build/Apply.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgStdThunks.cmm -o rts/dist/build/StgStdThunks.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/HeapStackCheck.cmm -o rts/dist/build/HeapStackCheck.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/StgMiscClosures.cmm -o rts/dist/build/StgMiscClosures.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/PrimOps.cmm -o rts/dist/build/PrimOps.thr_debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/integer-gmp/./GHC/Integer/Type.hs -o libraries/integer-gmp/dist-install/build/GHC/Integer/Type.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Err.lhs-boot -o libraries/base/dist-install/build/GHC/Err.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Unsafe/Coerce.hs -o libraries/base/dist-install/build/Unsafe/Coerce.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/ConsoleHandler.hs -o libraries/base/dist-install/build/GHC/ConsoleHandler.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/CodePage.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/PrelIOUtils.c -o libraries/base/dist-install/build/cbits/PrelIOUtils.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/WCsubst.c -o libraries/base/dist-install/build/cbits/WCsubst.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/Win32Utils.c -o libraries/base/dist-install/build/cbits/Win32Utils.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/consUtils.c -o libraries/base/dist-install/build/cbits/consUtils.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/iconv.c -o libraries/base/dist-install/build/cbits/iconv.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/inputReady.c -o libraries/base/dist-install/build/cbits/inputReady.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/selectUtils.c -o libraries/base/dist-install/build/cbits/selectUtils.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/primFloat.c -o libraries/base/dist-install/build/cbits/primFloat.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/bytestring/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/bytestring/cbits/fpstring.c -o libraries/bytestring/dist-install/build/cbits/fpstring.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/HsUnix.c -o libraries/unix/dist-install/build/cbits/HsUnix.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/execvpe.c -o libraries/unix/dist-install/build/cbits/execvpe.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/dirUtils.c -o libraries/unix/dist-install/build/cbits/dirUtils.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/old-time/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/old-time/cbits/timeUtils.c -o libraries/old-time/dist-install/build/cbits/timeUtils.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/time/include -optc-DLANGUAGE_Rank2Types -optc-DLANGUAGE_DeriveDataTypeable -optc-DLANGUAGE_StandaloneDeriving -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/time/cbits/HsTime.c -o libraries/time/dist-install/build/cbits/HsTime.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/directory/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/directory/cbits/directory.c -o libraries/directory/dist-install/build/cbits/directory.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/process/include -optc-Dbase4 -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/process/cbits/runProcess.c -o libraries/process/dist-install/build/cbits/runProcess.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/haskeline/includes -optc-DTERMINFO -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/haskeline/cbits/h_iconv.c -o libraries/haskeline/dist-install/build/cbits/h_iconv.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/haskeline/includes -optc-DTERMINFO -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/haskeline/cbits/h_wcwidth.c -o libraries/haskeline/dist-install/build/cbits/h_wcwidth.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/mkdirhier" compiler/stage2/build/ghci//. "inplace/bin/mkdirhier" compiler/stage2/build/parser//. "inplace/bin/mkdirhier" compiler/stage2/build/utils//. "inplace/bin/mkdirhier" utils/mkUserGuidePart/dist/build/tmp//. /bin/sh docs/man/gen_flags.xsl.sh "ghc ghci" "/usr/lib64" > docs/man/flags.xsl "rm" -f docs/man/flags.xml "rm" -rf libraries/Cabal/doc/Cabal/ head -n 1 docs/users_guide/flags.xml >> docs/man/flags.xml "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/AreaBelow.c -o utils/hp2ps/dist/build/AreaBelow.o "/usr/bin/xsltproc" --stringparam base.dir libraries/Cabal/doc/Cabal/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl libraries/Cabal/doc/Cabal.xml echo " \ \ ]>" >> docs/man/flags.xml sed 1d docs/users_guide/flags.xml >> docs/man/flags.xml "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Curves.c -o utils/hp2ps/dist/build/Curves.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Error.c -o utils/hp2ps/dist/build/Error.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Main.c -o utils/hp2ps/dist/build/Main.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Reorder.c -o utils/hp2ps/dist/build/Reorder.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/TopTwenty.c -o utils/hp2ps/dist/build/TopTwenty.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/AuxFile.c -o utils/hp2ps/dist/build/AuxFile.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Deviation.c -o utils/hp2ps/dist/build/Deviation.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/HpFile.c -o utils/hp2ps/dist/build/HpFile.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Marks.c -o utils/hp2ps/dist/build/Marks.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Scale.c -o utils/hp2ps/dist/build/Scale.o Writing libraries/Cabal/doc/Cabal/packages.html for sect1(packages) "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/TraceElement.c -o utils/hp2ps/dist/build/TraceElement.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Axes.c -o utils/hp2ps/dist/build/Axes.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Dimensions.c -o utils/hp2ps/dist/build/Dimensions.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Key.c -o utils/hp2ps/dist/build/Key.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/PsFile.c -o utils/hp2ps/dist/build/PsFile.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Shade.c -o utils/hp2ps/dist/build/Shade.o "/usr/bin/ghc" -optc-Iincludes -H32m -O -lffi -package-conf libraries/bootstrapping.conf -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/autogen -Iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build/autogen -no-user-package-conf -rtsopts -c utils/hp2ps/Utilities.c -o utils/hp2ps/dist/build/Utilities.o "inplace/bin/mkdirhier" utils/hp2ps/dist/build/tmp//. cp driver/ghc-usage.txt inplace/lib/ghc-usage.txt cp driver/ghci-usage.txt inplace/lib/ghci-usage.txt "/usr/bin/gcc" -fno-stack-protector -Iincludes -c ghc/hschooks.c -o ghc/stage2/build/hschooks.o "inplace/bin/mkdirhier" ghc/stage2/build/tmp//. "inplace/bin/mkdirhier" utils/haddock/dist/build/tmp//. "rm" -rf inplace/lib/html "cp" -R utils/haddock/html inplace/lib/html "rm" -rf inplace/lib/latex "cp" -R utils/haddock/latex inplace/lib/latex "rm" -rf utils/haddock/doc/haddock/ "/usr/bin/xsltproc" --stringparam base.dir utils/haddock/doc/haddock/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl utils/haddock/doc/haddock.xml "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Generics.hs -o libraries/ghc-prim/dist-install/build/GHC/Generics.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Magic.hs -o libraries/ghc-prim/dist-install/build/GHC/Magic.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/IntWord32.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord32.p_o Writing libraries/Cabal/doc/Cabal/authors.html for sect1(authors) "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/IntWord64.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord64.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/ghc-prim/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/ghc-prim/cbits/debug.c -o libraries/ghc-prim/dist-install/build/cbits/debug.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/ghc-prim/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/ghc-prim/cbits/longlong.c -o libraries/ghc-prim/dist-install/build/cbits/longlong.p_o "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/doc/html/ghc-prim//. "inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/autogen/GHC//. "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/integer-gmp/./GHC/Integer/Type.hs -o libraries/integer-gmp/dist-install/build/GHC/Integer/Type.p_o "inplace/bin/mkdirhier" libraries/integer-gmp/dist-install/doc/html/integer-gmp//. "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Err.lhs-boot -o libraries/base/dist-install/build/GHC/Err.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Unsafe/Coerce.hs -o libraries/base/dist-install/build/Unsafe/Coerce.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/ConsoleHandler.hs -o libraries/base/dist-install/build/GHC/ConsoleHandler.p_o Writing utils/haddock/doc/haddock/license.html for section(license) "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/CodePage.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.p_o Writing utils/haddock/doc/haddock/ch01s03.html for section "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/PrelIOUtils.c -o libraries/base/dist-install/build/cbits/PrelIOUtils.p_o Writing utils/haddock/doc/haddock/ch01s04.html for section Writing utils/haddock/doc/haddock/introduction.html for chapter(introduction) "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/WCsubst.c -o libraries/base/dist-install/build/cbits/WCsubst.p_o Writing libraries/Cabal/doc/Cabal/builders.html for sect1(builders) "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/Win32Utils.c -o libraries/base/dist-install/build/cbits/Win32Utils.p_o Writing libraries/Cabal/doc/Cabal/bugs.html for sect1(bugs) "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/consUtils.c -o libraries/base/dist-install/build/cbits/consUtils.p_o Writing utils/haddock/doc/haddock/invoking.html for chapter(invoking) "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/iconv.c -o libraries/base/dist-install/build/cbits/iconv.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/inputReady.c -o libraries/base/dist-install/build/cbits/inputReady.p_o Writing libraries/Cabal/doc/Cabal/stability.html for sect1(stability) Writing libraries/Cabal/doc/Cabal/index.html for article cp mk/fptools.css libraries/Cabal/doc/Cabal/ "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/selectUtils.c -o libraries/base/dist-install/build/cbits/selectUtils.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/primFloat.c -o libraries/base/dist-install/build/cbits/primFloat.p_o Writing utils/haddock/doc/haddock/ch03s02.html for section Writing utils/haddock/doc/haddock/ch03s03.html for section "inplace/bin/mkdirhier" libraries/base/dist-install/doc/html/base//. "inplace/bin/mkdirhier" libraries/filepath/dist-install/doc/html/filepath//. "inplace/bin/mkdirhier" libraries/array/dist-install/doc/html/array//. "inplace/bin/ghc-stage1" -optc-Ilibraries/bytestring/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/bytestring/cbits/fpstring.c -o libraries/bytestring/dist-install/build/cbits/fpstring.p_o Writing utils/haddock/doc/haddock/ch03s04.html for section "inplace/bin/mkdirhier" libraries/bytestring/dist-install/doc/html/bytestring//. "inplace/bin/mkdirhier" libraries/containers/dist-install/doc/html/containers//. Writing utils/haddock/doc/haddock/ch03s05.html for section "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/HsUnix.c -o libraries/unix/dist-install/build/cbits/HsUnix.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/execvpe.c -o libraries/unix/dist-install/build/cbits/execvpe.p_o Writing utils/haddock/doc/haddock/hyperlinking.html for section(hyperlinking) "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/dirUtils.c -o libraries/unix/dist-install/build/cbits/dirUtils.p_o Writing utils/haddock/doc/haddock/module-attributes.html for section(module-attributes) "inplace/bin/mkdirhier" libraries/unix/dist-install/doc/html/unix//. "inplace/bin/mkdirhier" libraries/old-locale/dist-install/doc/html/old-locale//. "inplace/bin/ghc-stage1" -optc-Ilibraries/old-time/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/old-time/cbits/timeUtils.c -o libraries/old-time/dist-install/build/cbits/timeUtils.p_o "inplace/bin/mkdirhier" libraries/old-time/dist-install/doc/html/old-time//. "inplace/bin/ghc-stage1" -optc-Ilibraries/time/include -optc-DLANGUAGE_Rank2Types -optc-DLANGUAGE_DeriveDataTypeable -optc-DLANGUAGE_StandaloneDeriving -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/time/cbits/HsTime.c -o libraries/time/dist-install/build/cbits/HsTime.p_o "inplace/bin/mkdirhier" libraries/time/dist-install/doc/html/time//. "inplace/bin/ghc-stage1" -optc-Ilibraries/directory/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/directory/cbits/directory.c -o libraries/directory/dist-install/build/cbits/directory.p_o Writing utils/haddock/doc/haddock/ch03s08.html for section Writing utils/haddock/doc/haddock/markup.html for chapter(markup) "inplace/bin/mkdirhier" libraries/directory/dist-install/doc/html/directory//. "inplace/bin/ghc-stage1" -optc-Ilibraries/process/include -optc-Dbase4 -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/process/cbits/runProcess.c -o libraries/process/dist-install/build/cbits/runProcess.p_o "inplace/bin/mkdirhier" libraries/process/dist-install/doc/html/process//. "inplace/bin/mkdirhier" libraries/random/dist-install/doc/html/random//. "/usr/bin/ld" -r -o libraries/extensible-exceptions/dist-boot/build/HSextensible-exceptions-0.1.1.2.o libraries/extensible-exceptions/dist-boot/build/Control/Exception/Extensible.o `/usr/bin/find libraries/extensible-exceptions/dist-boot/build -name "*_stub.o" -print` "inplace/bin/mkdirhier" libraries/extensible-exceptions/dist-install/doc/html/extensible-exceptions//. "inplace/bin/mkdirhier" libraries/haskell98/dist-install/doc/html/haskell98//. "inplace/bin/mkdirhier" libraries/haskell2010/dist-install/doc/html/haskell2010//. Writing utils/haddock/doc/haddock/ix01.html for index "/usr/bin/ld" -r -o libraries/hpc/dist-boot/build/HShpc-0.5.0.6.o libraries/hpc/dist-boot/build/Trace/Hpc/Util.o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o `/usr/bin/find libraries/hpc/dist-boot/build -name "*_stub.o" -print` "inplace/bin/mkdirhier" libraries/hpc/dist-install/doc/html/hpc//. Writing utils/haddock/doc/haddock/index.html for book(haddock) "inplace/bin/mkdirhier" libraries/pretty/dist-install/doc/html/pretty//. "inplace/bin/mkdirhier" libraries/template-haskell/dist-install/doc/html/template-haskell//. cp mk/fptools.css utils/haddock/doc/haddock/ "/usr/bin/ld" -r -o libraries/Cabal/dist-boot/build/HSCabal-1.10.0.0.o libraries/Cabal/dist-boot/build/Distribution/Compiler.o libraries/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o libraries/Cabal/dist-boot/build/Distribution/License.o libraries/Cabal/dist-boot/build/Distribution/Make.o libraries/Cabal/dist-boot/build/Distribution/ModuleName.o libraries/Cabal/dist-boot/build/Distribution/Package.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o libraries/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o libraries/Cabal/dist-boot/build/Distribution/ParseUtils.o libraries/Cabal/dist-boot/build/Distribution/ReadE.o libraries/Cabal/dist-boot/build/Distribution/Simple.o libraries/Cabal/dist-boot/build/Distribution/Simple/Build.o libraries/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o libraries/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o libraries/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o libraries/Cabal/dist-boot/build/Distribution/Simple/Command.o libraries/Cabal/dist-boot/build/Distribution/Simple/Compiler.o libraries/Cabal/dist-boot/build/Distribution/Simple/Configure.o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/LHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/Haddock.o libraries/Cabal/dist-boot/build/Distribution/Simple/Hugs.o libraries/Cabal/dist-boot/build/Distribution/Simple/Install.o libraries/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o libraries/Cabal/dist-boot/build/Distribution/Simple/JHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o libraries/Cabal/dist-boot/build/Distribution/Simple/NHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o libraries/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o libraries/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o libraries/Cabal/dist-boot/build/Distribution/Simple/Register.o libraries/Cabal/dist-boot/build/Distribution/Simple/Setup.o libraries/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o libraries/Cabal/dist-boot/build/Distribution/Simple/Test.o libraries/Cabal/dist-boot/build/Distribution/Simple/UHC.o libraries/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o libraries/Cabal/dist-boot/build/Distribution/Simple/Utils.o libraries/Cabal/dist-boot/build/Distribution/System.o libraries/Cabal/dist-boot/build/Distribution/TestSuite.o libraries/Cabal/dist-boot/build/Distribution/Text.o libraries/Cabal/dist-boot/build/Distribution/Verbosity.o libraries/Cabal/dist-boot/build/Distribution/Version.o libraries/Cabal/dist-boot/build/Distribution/Compat/ReadP.o libraries/Cabal/dist-boot/build/Language/Haskell/Extension.o libraries/Cabal/dist-boot/build/Distribution/GetOpt.o libraries/Cabal/dist-boot/build/Distribution/Compat/Exception.o libraries/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o libraries/Cabal/dist-boot/build/Distribution/Compat/TempFile.o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI641.o libraries/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o libraries/Cabal/dist-boot/build/Paths_Cabal.o `/usr/bin/find libraries/Cabal/dist-boot/build -name "*_stub.o" -print` "inplace/bin/mkdirhier" libraries/Cabal/dist-install/doc/html/Cabal//. "/usr/bin/ld" -r -o libraries/ghc-binary/dist-boot/build/HSghc-binary-0.5.0.2.o libraries/ghc-binary/dist-boot/build/Data/Binary.o libraries/ghc-binary/dist-boot/build/Data/Binary/Put.o libraries/ghc-binary/dist-boot/build/Data/Binary/Get.o libraries/ghc-binary/dist-boot/build/Data/Binary/Builder.o `/usr/bin/find libraries/ghc-binary/dist-boot/build -name "*_stub.o" -print` "inplace/bin/mkdirhier" libraries/ghc-binary/dist-install/doc/html/ghc-binary//. "/usr/bin/ld" -r -o libraries/bin-package-db/dist-boot/build/HSbin-package-db-0.0.0.0.o libraries/bin-package-db/dist-boot/build/Distribution/InstalledPackageInfo/Binary.o `/usr/bin/find libraries/bin-package-db/dist-boot/build -name "*_stub.o" -print` "inplace/bin/mkdirhier" libraries/bin-package-db/dist-install/doc/html/bin-package-db//. "inplace/bin/mkdirhier" libraries/mtl/dist-install/doc/html/mtl//. "inplace/bin/mkdirhier" libraries/utf8-string/dist-install/doc/html/utf8-string//. "inplace/bin/mkdirhier" libraries/xhtml/dist-install/doc/html/xhtml//. "inplace/bin/mkdirhier" libraries/terminfo/dist-install/doc/html/terminfo//. "inplace/bin/ghc-stage1" -optc-Ilibraries/haskeline/includes -optc-DTERMINFO -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/haskeline/cbits/h_iconv.c -o libraries/haskeline/dist-install/build/cbits/h_iconv.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/haskeline/includes -optc-DTERMINFO -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/haskeline/cbits/h_wcwidth.c -o libraries/haskeline/dist-install/build/cbits/h_wcwidth.p_o "inplace/bin/mkdirhier" libraries/haskeline/dist-install/doc/html/haskeline//. "/usr/bin/ld" -r -o compiler/stage1/build/HSghc-7.0.1.o compiler/stage1/build/AsmCodeGen.o compiler/stage1/build/TargetReg.o compiler/stage1/build/NCGMonad.o compiler/stage1/build/Instruction.o compiler/stage1/build/Size.o compiler/stage1/build/Reg.o compiler/stage1/build/RegClass.o compiler/stage1/build/PIC.o compiler/stage1/build/Platform.o compiler/stage1/build/Alpha/Regs.o compiler/stage1/build/Alpha/RegInfo.o compiler/stage1/build/Alpha/Instr.o compiler/stage1/build/Alpha/CodeGen.o compiler/stage1/build/X86/Regs.o compiler/stage1/build/X86/RegInfo.o compiler/stage1/build/X86/Instr.o compiler/stage1/build/X86/Cond.o compiler/stage1/build/X86/Ppr.o compiler/stage1/build/X86/CodeGen.o compiler/stage1/build/PPC/Regs.o compiler/stage1/build/PPC/RegInfo.o compiler/stage1/build/PPC/Instr.o compiler/stage1/build/PPC/Cond.o compiler/stage1/build/PPC/Ppr.o compiler/stage1/build/PPC/CodeGen.o compiler/stage1/build/SPARC/Base.o compiler/stage1/build/SPARC/Regs.o compiler/stage1/build/SPARC/RegPlate.o compiler/stage1/build/SPARC/Imm.o compiler/stage1/build/SPARC/AddrMode.o compiler/stage1/build/SPARC/Cond.o compiler/stage1/build/SPARC/Instr.o compiler/stage1/build/SPARC/Stack.o compiler/stage1/build/SPARC/ShortcutJump.o compiler/stage1/build/SPARC/Ppr.o compiler/stage1/build/SPARC/CodeGen.o compiler/stage1/build/SPARC/CodeGen/Amode.o compiler/stage1/build/SPARC/CodeGen/Base.o compiler/stage1/build/SPARC/CodeGen/CCall.o compiler/stage1/build/SPARC/CodeGen/CondCode.o compiler/stage1/build/SPARC/CodeGen/Gen32.o compiler/stage1/build/SPARC/CodeGen/Gen64.o compiler/stage1/build/SPARC/CodeGen/Sanity.o compiler/stage1/build/SPARC/CodeGen/Expand.o compiler/stage1/build/RegAlloc/Liveness.o compiler/stage1/build/RegAlloc/Graph/Main.o compiler/stage1/build/RegAlloc/Graph/Stats.o compiler/stage1/build/RegAlloc/Graph/ArchBase.o compiler/stage1/build/RegAlloc/Graph/ArchX86.o compiler/stage1/build/RegAlloc/Graph/Coalesce.o compiler/stage1/build/RegAlloc/Graph/Spill.o compiler/stage1/build/RegAlloc/Graph/SpillClean.o compiler/stage1/build/RegAlloc/Graph/SpillCost.o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o compiler/stage1/build/RegAlloc/Linear/Main.o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o compiler/stage1/build/RegAlloc/Linear/State.o compiler/stage1/build/RegAlloc/Linear/Stats.o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/StackMap.o compiler/stage1/build/RegAlloc/Linear/Base.o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage1/build/BasicTypes.o compiler/stage1/build/DataCon.o compiler/stage1/build/Demand.o compiler/stage1/build/Exception.o compiler/stage1/build/Id.o compiler/stage1/build/IdInfo.o compiler/stage1/build/Literal.o compiler/stage1/build/Llvm.o compiler/stage1/build/Llvm/AbsSyn.o compiler/stage1/build/Llvm/PpLlvm.o compiler/stage1/build/Llvm/Types.o compiler/stage1/build/LlvmCodeGen.o compiler/stage1/build/LlvmCodeGen/Base.o compiler/stage1/build/LlvmCodeGen/CodeGen.o compiler/stage1/build/LlvmCodeGen/Data.o compiler/stage1/build/LlvmCodeGen/Ppr.o compiler/stage1/build/LlvmCodeGen/Regs.o compiler/stage1/build/LlvmMangler.o compiler/stage1/build/MkId.o compiler/stage1/build/Module.o compiler/stage1/build/Name.o compiler/stage1/build/NameEnv.o compiler/stage1/build/NameSet.o compiler/stage1/build/OccName.o compiler/stage1/build/RdrName.o compiler/stage1/build/SrcLoc.o compiler/stage1/build/UniqSupply.o compiler/stage1/build/Unique.o compiler/stage1/build/Var.o compiler/stage1/build/VarEnv.o compiler/stage1/build/VarSet.o compiler/stage1/build/BlockId.o compiler/stage1/build/CLabel.o compiler/stage1/build/Cmm.o compiler/stage1/build/CmmBrokenBlock.o compiler/stage1/build/CmmBuildInfoTables.o compiler/stage1/build/CmmCPS.o compiler/stage1/build/CmmCPSGen.o compiler/stage1/build/CmmCPSZ.o compiler/stage1/build/CmmCallConv.o compiler/stage1/build/CmmCommonBlockElimZ.o compiler/stage1/build/CmmContFlowOpt.o compiler/stage1/build/CmmCvt.o compiler/stage1/build/CmmExpr.o compiler/stage1/build/CmmInfo.o compiler/stage1/build/CmmLex.o compiler/stage1/build/CmmLint.o compiler/stage1/build/CmmLive.o compiler/stage1/build/CmmLiveZ.o compiler/stage1/build/CmmOpt.o compiler/stage1/build/CmmParse.o compiler/stage1/build/CmmProcPoint.o compiler/stage1/build/CmmProcPointZ.o compiler/stage1/build/CmmSpillReload.o compiler/stage1/build/CmmStackLayout.o compiler/stage1/build/CmmTx.o compiler/stage1/build/CmmUtils.o compiler/stage1/build/CmmZipUtil.o compiler/stage1/build/DFMonad.o compiler/stage1/build/Dataflow.o compiler/stage1/build/MkZipCfg.o compiler/stage1/build/MkZipCfgCmm.o compiler/stage1/build/OptimizationFuel.o compiler/stage1/build/PprBase.o compiler/stage1/build/PprC.o compiler/stage1/build/PprCmm.o compiler/stage1/build/PprCmmZ.o compiler/stage1/build/StackColor.o compiler/stage1/build/StackPlacements.o compiler/stage1/build/ZipCfg.o compiler/stage1/build/ZipCfgCmmRep.o compiler/stage1/build/ZipCfgExtras.o compiler/stage1/build/ZipDataflow.o compiler/stage1/build/Bitmap.o compiler/stage1/build/CgBindery.o compiler/stage1/build/CgCallConv.o compiler/stage1/build/CgCase.o compiler/stage1/build/CgClosure.o compiler/stage1/build/CgCon.o compiler/stage1/build/CgExpr.o compiler/stage1/build/CgExtCode.o compiler/stage1/build/CgForeignCall.o compiler/stage1/build/CgHeapery.o compiler/stage1/build/CgHpc.o compiler/stage1/build/CgInfoTbls.o compiler/stage1/build/CgLetNoEscape.o compiler/stage1/build/CgMonad.o compiler/stage1/build/CgParallel.o compiler/stage1/build/CgPrimOp.o compiler/stage1/build/CgProf.o compiler/stage1/build/CgStackery.o compiler/stage1/build/CgTailCall.o compiler/stage1/build/CgTicky.o compiler/stage1/build/CgUtils.o compiler/stage1/build/StgCmm.o compiler/stage1/build/StgCmmBind.o compiler/stage1/build/StgCmmClosure.o compiler/stage1/build/StgCmmCon.o compiler/stage1/build/StgCmmEnv.o compiler/stage1/build/StgCmmExpr.o compiler/stage1/build/StgCmmForeign.o compiler/stage1/build/StgCmmGran.o compiler/stage1/build/StgCmmHeap.o compiler/stage1/build/StgCmmHpc.o compiler/stage1/build/StgCmmLayout.o compiler/stage1/build/StgCmmMonad.o compiler/stage1/build/StgCmmPrim.o compiler/stage1/build/StgCmmProf.o compiler/stage1/build/StgCmmTicky.o compiler/stage1/build/StgCmmUtils.o compiler/stage1/build/ClosureInfo.o compiler/stage1/build/CodeGen.o compiler/stage1/build/SMRep.o compiler/stage1/build/CoreArity.o compiler/stage1/build/CoreFVs.o compiler/stage1/build/CoreLint.o compiler/stage1/build/CorePrep.o compiler/stage1/build/CoreSubst.o compiler/stage1/build/CoreSyn.o compiler/stage1/build/CoreTidy.o compiler/stage1/build/CoreUnfold.o compiler/stage1/build/CoreUtils.o compiler/stage1/build/ExternalCore.o compiler/stage1/build/MkCore.o compiler/stage1/build/MkExternalCore.o compiler/stage1/build/PprCore.o compiler/stage1/build/PprExternalCore.o compiler/stage1/build/Check.o compiler/stage1/build/Coverage.o compiler/stage1/build/Desugar.o compiler/stage1/build/DsArrows.o compiler/stage1/build/DsBinds.o compiler/stage1/build/DsCCall.o compiler/stage1/build/DsExpr.o compiler/stage1/build/DsForeign.o compiler/stage1/build/DsGRHSs.o compiler/stage1/build/DsListComp.o compiler/stage1/build/DsMonad.o compiler/stage1/build/DsUtils.o compiler/stage1/build/Match.o compiler/stage1/build/MatchCon.o compiler/stage1/build/MatchLit.o compiler/stage1/build/HsBinds.o compiler/stage1/build/HsDecls.o compiler/stage1/build/HsDoc.o compiler/stage1/build/HsExpr.o compiler/stage1/build/HsImpExp.o compiler/stage1/build/HsLit.o compiler/stage1/build/HsPat.o compiler/stage1/build/HsSyn.o compiler/stage1/build/HsTypes.o compiler/stage1/build/HsUtils.o compiler/stage1/build/BinIface.o compiler/stage1/build/BuildTyCl.o compiler/stage1/build/IfaceEnv.o compiler/stage1/build/IfaceSyn.o compiler/stage1/build/IfaceType.o compiler/stage1/build/LoadIface.o compiler/stage1/build/MkIface.o compiler/stage1/build/TcIface.o compiler/stage1/build/Annotations.o compiler/stage1/build/BreakArray.o compiler/stage1/build/CmdLineParser.o compiler/stage1/build/CodeOutput.o compiler/stage1/build/Config.o compiler/stage1/build/Constants.o compiler/stage1/build/DriverMkDepend.o compiler/stage1/build/DriverPhases.o compiler/stage1/build/DriverPipeline.o compiler/stage1/build/DynFlags.o compiler/stage1/build/ErrUtils.o compiler/stage1/build/Finder.o compiler/stage1/build/GHC.o compiler/stage1/build/HeaderInfo.o compiler/stage1/build/HscMain.o compiler/stage1/build/HscStats.o compiler/stage1/build/HscTypes.o compiler/stage1/build/InteractiveEval.o compiler/stage1/build/PackageConfig.o compiler/stage1/build/Packages.o compiler/stage1/build/PprTyThing.o compiler/stage1/build/StaticFlags.o compiler/stage1/build/StaticFlagParser.o compiler/stage1/build/SysTools.o compiler/stage1/build/TidyPgm.o compiler/stage1/build/Ctype.o compiler/stage1/build/HaddockUtils.o compiler/stage1/build/LexCore.o compiler/stage1/build/Lexer.o compiler/stage1/build/OptCoercion.o compiler/stage1/build/Parser.o compiler/stage1/build/ParserCore.o compiler/stage1/build/ParserCoreUtils.o compiler/stage1/build/RdrHsSyn.o compiler/stage1/build/ForeignCall.o compiler/stage1/build/PrelInfo.o compiler/stage1/build/PrelNames.o compiler/stage1/build/PrelRules.o compiler/stage1/build/PrimOp.o compiler/stage1/build/TysPrim.o compiler/stage1/build/TysWiredIn.o compiler/stage1/build/CostCentre.o compiler/stage1/build/SCCfinal.o compiler/stage1/build/RnBinds.o compiler/stage1/build/RnEnv.o compiler/stage1/build/RnExpr.o compiler/stage1/build/RnHsDoc.o compiler/stage1/build/RnHsSyn.o compiler/stage1/build/RnNames.o compiler/stage1/build/RnPat.o compiler/stage1/build/RnSource.o compiler/stage1/build/RnTypes.o compiler/stage1/build/CoreMonad.o compiler/stage1/build/CSE.o compiler/stage1/build/FloatIn.o compiler/stage1/build/FloatOut.o compiler/stage1/build/LiberateCase.o compiler/stage1/build/OccurAnal.o compiler/stage1/build/SAT.o compiler/stage1/build/SetLevels.o compiler/stage1/build/SimplCore.o compiler/stage1/build/SimplEnv.o compiler/stage1/build/SimplMonad.o compiler/stage1/build/SimplUtils.o compiler/stage1/build/Simplify.o compiler/stage1/build/SRT.o compiler/stage1/build/SimplStg.o compiler/stage1/build/StgStats.o compiler/stage1/build/Rules.o compiler/stage1/build/SpecConstr.o compiler/stage1/build/Specialise.o compiler/stage1/build/CoreToStg.o compiler/stage1/build/StgLint.o compiler/stage1/build/StgSyn.o compiler/stage1/build/DmdAnal.o compiler/stage1/build/WorkWrap.o compiler/stage1/build/WwLib.o compiler/stage1/build/FamInst.o compiler/stage1/build/Inst.o compiler/stage1/build/TcAnnotations.o compiler/stage1/build/TcArrows.o compiler/stage1/build/TcBinds.o compiler/stage1/build/TcClassDcl.o compiler/stage1/build/TcDefaults.o compiler/stage1/build/TcDeriv.o compiler/stage1/build/TcEnv.o compiler/stage1/build/TcExpr.o compiler/stage1/build/TcForeign.o compiler/stage1/build/TcGenDeriv.o compiler/stage1/build/TcHsSyn.o compiler/stage1/build/TcHsType.o compiler/stage1/build/TcInstDcls.o compiler/stage1/build/TcMType.o compiler/stage1/build/TcMatches.o compiler/stage1/build/TcPat.o compiler/stage1/build/TcRnDriver.o compiler/stage1/build/TcRnMonad.o compiler/stage1/build/TcRnTypes.o compiler/stage1/build/TcRules.o compiler/stage1/build/TcSimplify.o compiler/stage1/build/TcErrors.o compiler/stage1/build/TcTyClsDecls.o compiler/stage1/build/TcTyDecls.o compiler/stage1/build/TcType.o compiler/stage1/build/TcUnify.o compiler/stage1/build/TcInteract.o compiler/stage1/build/TcCanonical.o compiler/stage1/build/TcSMonad.o compiler/stage1/build/Class.o compiler/stage1/build/Coercion.o compiler/stage1/build/FamInstEnv.o compiler/stage1/build/FunDeps.o compiler/stage1/build/Generics.o compiler/stage1/build/InstEnv.o compiler/stage1/build/TyCon.o compiler/stage1/build/Type.o compiler/stage1/build/TypeRep.o compiler/stage1/build/Unify.o compiler/stage1/build/Bag.o compiler/stage1/build/Binary.o compiler/stage1/build/BufWrite.o compiler/stage1/build/Digraph.o compiler/stage1/build/Encoding.o compiler/stage1/build/FastBool.o compiler/stage1/build/FastFunctions.o compiler/stage1/build/FastMutInt.o compiler/stage1/build/FastString.o compiler/stage1/build/FastTypes.o compiler/stage1/build/Fingerprint.o compiler/stage1/build/FiniteMap.o compiler/stage1/build/GraphBase.o compiler/stage1/build/GraphColor.o compiler/stage1/build/GraphOps.o compiler/stage1/build/GraphPpr.o compiler/stage1/build/IOEnv.o compiler/stage1/build/Interval.o compiler/stage1/build/ListSetOps.o compiler/stage1/build/Maybes.o compiler/stage1/build/MonadUtils.o compiler/stage1/build/OrdList.o compiler/stage1/build/Outputable.o compiler/stage1/build/Panic.o compiler/stage1/build/Pretty.o compiler/stage1/build/Serialized.o compiler/stage1/build/State.o compiler/stage1/build/StringBuffer.o compiler/stage1/build/UniqFM.o compiler/stage1/build/UniqSet.o compiler/stage1/build/Util.o compiler/stage1/build/Vectorise/Builtins/Base.o compiler/stage1/build/Vectorise/Builtins/Initialise.o compiler/stage1/build/Vectorise/Builtins/Modules.o compiler/stage1/build/Vectorise/Builtins/Prelude.o compiler/stage1/build/Vectorise/Builtins.o compiler/stage1/build/Vectorise/Monad/Base.o compiler/stage1/build/Vectorise/Monad/Naming.o compiler/stage1/build/Vectorise/Monad/Local.o compiler/stage1/build/Vectorise/Monad/Global.o compiler/stage1/build/Vectorise/Monad/InstEnv.o compiler/stage1/build/Vectorise/Monad.o compiler/stage1/build/Vectorise/Utils/Base.o compiler/stage1/build/Vectorise/Utils/Closure.o compiler/stage1/build/Vectorise/Utils/Hoisting.o compiler/stage1/build/Vectorise/Utils/PADict.o compiler/stage1/build/Vectorise/Utils/PRDict.o compiler/stage1/build/Vectorise/Utils/Poly.o compiler/stage1/build/Vectorise/Utils.o compiler/stage1/build/Vectorise/Type/Env.o compiler/stage1/build/Vectorise/Type/Repr.o compiler/stage1/build/Vectorise/Type/PData.o compiler/stage1/build/Vectorise/Type/PRepr.o compiler/stage1/build/Vectorise/Type/PADict.o compiler/stage1/build/Vectorise/Type/PRDict.o compiler/stage1/build/Vectorise/Type/Type.o compiler/stage1/build/Vectorise/Type/TyConDecl.o compiler/stage1/build/Vectorise/Type/Classify.o compiler/stage1/build/Vectorise/Convert.o compiler/stage1/build/Vectorise/Vect.o compiler/stage1/build/Vectorise/Var.o compiler/stage1/build/Vectorise/Env.o compiler/stage1/build/Vectorise/Exp.o compiler/stage1/build/Vectorise.o compiler/stage1/build/parser/cutils.o compiler/stage1/build/utils/md5.o `/usr/bin/find compiler/stage1/build -name "*_stub.o" -print` on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage2/build/ghci/keepCAFsForGHCi.p_o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/parser/cutils.c -o compiler/stage2/build/parser/cutils.p_o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/utils/md5.c -o compiler/stage2/build/utils/md5.p_o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage2/build/ghci/keepCAFsForGHCi.dyn_o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/parser/cutils.c -o compiler/stage2/build/parser/cutils.dyn_o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/utils/md5.c -o compiler/stage2/build/utils/md5.dyn_o "inplace/bin/mkdirhier" compiler/stage2/doc/html/ghc//. "inplace/bin/mkdirhier" utils/hsc2hs/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/ghc-pkg/dist-install/build/tmp//. "inplace/bin/mkdirhier" utils/ghctags/dist/build/tmp//. "inplace/bin/mkdirhier" utils/hpc/dist/build/tmp//. "inplace/bin/mkdirhier" utils/runghc/dist/build/tmp//. "inplace/bin/mkdirhier" utils/count_lines/dist//. "inplace/bin/mkdirhier" utils/compare_sizes/dist/build/tmp//. "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Bool.hs -o libraries/ghc-prim/dist-install/build/GHC/Bool.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Unit.hs -o libraries/ghc-prim/dist-install/build/GHC/Unit.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Types.hs -o libraries/ghc-prim/dist-install/build/GHC/Types.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Ordering.hs -o libraries/ghc-prim/dist-install/build/GHC/Ordering.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Tuple.hs -o libraries/ghc-prim/dist-install/build/GHC/Tuple.o "inplace/bin/ghc-stage1" -optc-Ilibraries/ghc-prim/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/ghc-prim/cbits/debug.c -o libraries/ghc-prim/dist-install/build/cbits/debug.o "inplace/bin/ghc-stage1" -optc-Ilibraries/ghc-prim/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/ghc-prim/cbits/longlong.c -o libraries/ghc-prim/dist-install/build/cbits/longlong.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/integer-gmp/./GHC/Integer/GMP/Internals.hs -o libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals.o libraries/integer-gmp/cbits/mkGmpDerivedConstants > libraries/integer-gmp/cbits/GmpDerivedConstants.h "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/PrelIOUtils.c -o libraries/base/dist-install/build/cbits/PrelIOUtils.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/WCsubst.c -o libraries/base/dist-install/build/cbits/WCsubst.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/Win32Utils.c -o libraries/base/dist-install/build/cbits/Win32Utils.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/consUtils.c -o libraries/base/dist-install/build/cbits/consUtils.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/iconv.c -o libraries/base/dist-install/build/cbits/iconv.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/inputReady.c -o libraries/base/dist-install/build/cbits/inputReady.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/selectUtils.c -o libraries/base/dist-install/build/cbits/selectUtils.o "inplace/bin/ghc-stage1" -optc-Ilibraries/base/include -optc-DOPTIMISE_INTEGER_GCD_LCM -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/base/cbits/primFloat.c -o libraries/base/dist-install/build/cbits/primFloat.o "inplace/bin/ghc-stage1" -optc-Ilibraries/bytestring/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/bytestring/cbits/fpstring.c -o libraries/bytestring/dist-install/build/cbits/fpstring.o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/HsUnix.c -o libraries/unix/dist-install/build/cbits/HsUnix.o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/execvpe.c -o libraries/unix/dist-install/build/cbits/execvpe.o "inplace/bin/ghc-stage1" -optc-Ilibraries/unix/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/unix/cbits/dirUtils.c -o libraries/unix/dist-install/build/cbits/dirUtils.o "inplace/bin/ghc-stage1" -optc-Ilibraries/old-time/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/old-time/cbits/timeUtils.c -o libraries/old-time/dist-install/build/cbits/timeUtils.o "inplace/bin/ghc-stage1" -optc-Ilibraries/time/include -optc-DLANGUAGE_Rank2Types -optc-DLANGUAGE_DeriveDataTypeable -optc-DLANGUAGE_StandaloneDeriving -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/time/cbits/HsTime.c -o libraries/time/dist-install/build/cbits/HsTime.o "inplace/bin/ghc-stage1" -optc-Ilibraries/directory/include -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/directory/cbits/directory.c -o libraries/directory/dist-install/build/cbits/directory.o "inplace/bin/ghc-stage1" -optc-Ilibraries/process/include -optc-Dbase4 -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/process/cbits/runProcess.c -o libraries/process/dist-install/build/cbits/runProcess.o "inplace/bin/ghc-stage1" -optc-Ilibraries/haskeline/includes -optc-DTERMINFO -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/haskeline/cbits/h_iconv.c -o libraries/haskeline/dist-install/build/cbits/h_iconv.o "inplace/bin/ghc-stage1" -optc-Ilibraries/haskeline/includes -optc-DTERMINFO -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/haskeline/cbits/h_wcwidth.c -o libraries/haskeline/dist-install/build/cbits/h_wcwidth.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Bool.hs -o libraries/ghc-prim/dist-install/build/GHC/Bool.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Unit.hs -o libraries/ghc-prim/dist-install/build/GHC/Unit.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Types.hs -o libraries/ghc-prim/dist-install/build/GHC/Types.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Ordering.hs -o libraries/ghc-prim/dist-install/build/GHC/Ordering.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Tuple.hs -o libraries/ghc-prim/dist-install/build/GHC/Tuple.dyn_o "rm" -f rts/dist/build/libHSrtsmain.a "/usr/bin/ar" q rts/dist/build/libHSrtsmain.a rts/dist/build/Main.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.o /usr/bin/ar: creating rts/dist/build/libHSrtsmain.a "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOptsEnabled.c -o rts/dist/build/hooks/RtsOptsEnabled.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/hooks/RtsOpts.c -o rts/dist/build/hooks/RtsOpts.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Pack.c -o rts/dist/build/parallel/Pack.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/RBH.c -o rts/dist/build/parallel/RBH.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/HLComms.c -o rts/dist/build/parallel/HLComms.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParallelDebug.c -o rts/dist/build/parallel/ParallelDebug.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Hash.c -o rts/dist/build/parallel/0Hash.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParTicky.c -o rts/dist/build/parallel/ParTicky.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Parallel.c -o rts/dist/build/parallel/Parallel.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Global.c -o rts/dist/build/parallel/Global.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/Dist.c -o rts/dist/build/parallel/Dist.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/GranSim.c -o rts/dist/build/parallel/GranSim.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/0Unpack.c -o rts/dist/build/parallel/0Unpack.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/LLComms.c -o rts/dist/build/parallel/LLComms.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/parallel/ParInit.c -o rts/dist/build/parallel/ParInit.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSMem.c -o rts/dist/build/posix/OSMem.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/GetTime.c -o rts/dist/build/posix/GetTime.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/OSThreads.c -o rts/dist/build/posix/OSThreads.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/FileLock.c -o rts/dist/build/posix/FileLock.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Itimer.c -o rts/dist/build/posix/Itimer.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/TTY.c -o rts/dist/build/posix/TTY.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Signals.c -o rts/dist/build/posix/Signals.o "inplace/bin/ghc-stage1" -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-I/usr/lib64/libffi-3.0.9/include -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_v\" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/posix/Select.c -o rts/dist/build/posix/Select.o "/usr/bin/ghc" -o utils/genapply/dist/build/tmp/genapply -H32m -O -lffi -package pretty -package-conf libraries/bootstrapping.conf -i -iutils/genapply/. -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen -no-user-package-conf -rtsopts -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -hisuf hi -osuf o -hcsuf hc utils/genapply/dist/build/GenApply.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/integer-gmp/./GHC/Integer/GMP/Internals.hs -o libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/integer-gmp/cbits/gmp-wrappers.cmm -o libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.dyn_o "inplace/bin/ghc-stage1" -optc-Ilibraries/integer-gmp/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -fPIC -dynamic -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/integer-gmp/cbits/cbits.c -o libraries/integer-gmp/dist-install/build/cbits/cbits.dyn_o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage2/build/ghci/keepCAFsForGHCi.o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/parser/cutils.c -o compiler/stage2/build/parser/cutils.o "inplace/bin/ghc-stage1" -optc-Icompiler/stage2 -optc-Icompiler/../libraries/base/cbits -optc-Icompiler/../libraries/base/include -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-I/usr/lib64/libffi-3.0.9/include -optc-DGHCI -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/bytestring/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/process/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/directory/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/unix/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/old-time/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/containers/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/array/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/libraries/base/include" -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -c compiler/utils/md5.c -o compiler/stage2/build/utils/md5.o /usr/bin/xsltproc docs/man/flags.xsl docs/man/flags.xml > docs/man/ghc.1 "/usr/bin/gcc" -o utils/hp2ps/dist/build/tmp/hp2ps -fno-stack-protector -Iincludes utils/hp2ps/dist/build/AreaBelow.o utils/hp2ps/dist/build/Curves.o utils/hp2ps/dist/build/Error.o utils/hp2ps/dist/build/Main.o utils/hp2ps/dist/build/Reorder.o utils/hp2ps/dist/build/TopTwenty.o utils/hp2ps/dist/build/AuxFile.o utils/hp2ps/dist/build/Deviation.o utils/hp2ps/dist/build/HpFile.o utils/hp2ps/dist/build/Marks.o utils/hp2ps/dist/build/Scale.o utils/hp2ps/dist/build/TraceElement.o utils/hp2ps/dist/build/Axes.o utils/hp2ps/dist/build/Dimensions.o utils/hp2ps/dist/build/Key.o utils/hp2ps/dist/build/PsFile.o utils/hp2ps/dist/build/Shade.o utils/hp2ps/dist/build/Utilities.o -lm "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Bool.hs -o libraries/ghc-prim/dist-install/build/GHC/Bool.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Unit.hs -o libraries/ghc-prim/dist-install/build/GHC/Unit.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Types.hs -o libraries/ghc-prim/dist-install/build/GHC/Types.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Ordering.hs -o libraries/ghc-prim/dist-install/build/GHC/Ordering.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Tuple.hs -o libraries/ghc-prim/dist-install/build/GHC/Tuple.p_o "inplace/bin/genprimopcode" --make-haskell-source < compiler/prelude/primops.txt > libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/integer-gmp/./GHC/Integer/GMP/Internals.hs -o libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/integer-gmp/cbits/gmp-wrappers.cmm -o libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.p_o "inplace/bin/ghc-stage1" -optc-Ilibraries/integer-gmp/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -prof -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/integer-gmp/cbits/cbits.c -o libraries/integer-gmp/dist-install/build/cbits/cbits.p_o "inplace/lib/unlit" utils/count_lines/count_lines.lprl utils/count_lines/dist/count_lines.prl "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/Debug.hs -o libraries/ghc-prim/dist-install/build/GHC/Debug.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs -o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/integer-gmp/./GHC/Integer.lhs -o libraries/integer-gmp/dist-install/build/GHC/Integer.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/integer-gmp/cbits/gmp-wrappers.cmm -o libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.o "inplace/bin/ghc-stage1" -optc-Ilibraries/integer-gmp/. -optc-I"/builddir/build/BUILD/ghc-7.0.1/includes" -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -c libraries/integer-gmp/cbits/cbits.c -o libraries/integer-gmp/dist-install/build/cbits/cbits.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO.hs-boot -o libraries/base/dist-install/build/GHC/IO.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Show.lhs-boot -o libraries/base/dist-install/build/GHC/Show.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Unicode.hs-boot -o libraries/base/dist-install/build/GHC/Unicode.o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/./GHC/Debug.hs -o libraries/ghc-prim/dist-install/build/GHC/Debug.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs -o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.dyn_o "cp" -p utils/genapply/dist/build/tmp/genapply inplace/bin/genapply touch inplace/bin/genapply "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/integer-gmp/./GHC/Integer.lhs -o libraries/integer-gmp/dist-install/build/GHC/Integer.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO.hs-boot -o libraries/base/dist-install/build/GHC/IO.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Show.lhs-boot -o libraries/base/dist-install/build/GHC/Show.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Unicode.hs-boot -o libraries/base/dist-install/build/GHC/Unicode.dyn_o-boot "cp" -p utils/hp2ps/dist/build/tmp/hp2ps inplace/bin/hp2ps touch inplace/bin/hp2ps "/usr/bin/ld" -r -o libraries/integer-gmp/dist-install/build/HSinteger-gmp-0.2.0.2.o libraries/integer-gmp/dist-install/build/GHC/Integer.o libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals.o libraries/integer-gmp/dist-install/build/GHC/Integer/Type.o libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.o libraries/integer-gmp/dist-install/build/cbits/cbits.o `/usr/bin/find libraries/integer-gmp/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/./GHC/Debug.hs -o libraries/ghc-prim/dist-install/build/GHC/Debug.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-prim-0.2.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs -o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build/autogen -Ilibraries/integer-gmp/. -optP-include -optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -split-objs -package-name integer-gmp -XCPP -XMagicHash -XUnboxedTuples -XNoImplicitPrelude -XForeignFunctionInterface -XUnliftedFFITypes -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/integer-gmp/./GHC/Integer.lhs -o libraries/integer-gmp/dist-install/build/GHC/Integer.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO.hs-boot -o libraries/base/dist-install/build/GHC/IO.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Show.lhs-boot -o libraries/base/dist-install/build/GHC/Show.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Unicode.hs-boot -o libraries/base/dist-install/build/GHC/Unicode.p_o-boot "rm" -f utils/count_lines/dist/count_lines echo '#!/usr/bin/perl' >> utils/count_lines/dist/count_lines echo '$TARGETPLATFORM = "x86_64-unknown-linux";' >> utils/count_lines/dist/count_lines echo '$TABLES_NEXT_TO_CODE = "YES";' >> utils/count_lines/dist/count_lines cat utils/count_lines/dist/count_lines.prl >> utils/count_lines/dist/count_lines "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a.contents /usr/bin/find libraries/ghc-prim/dist-install/build/GHC/Bool_o_split libraries/ghc-prim/dist-install/build/GHC/Debug_o_split libraries/ghc-prim/dist-install/build/GHC/Generics_o_split libraries/ghc-prim/dist-install/build/GHC/Magic_o_split libraries/ghc-prim/dist-install/build/GHC/Ordering_o_split libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers_o_split libraries/ghc-prim/dist-install/build/GHC/IntWord32_o_split libraries/ghc-prim/dist-install/build/GHC/IntWord64_o_split libraries/ghc-prim/dist-install/build/GHC/Tuple_o_split libraries/ghc-prim/dist-install/build/GHC/Types_o_split libraries/ghc-prim/dist-install/build/GHC/Unit_o_split -name '*.o' -print >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a.contents echo libraries/ghc-prim/dist-install/build/cbits/debug.o libraries/ghc-prim/dist-install/build/cbits/longlong.o `/usr/bin/find libraries/ghc-prim/dist-install/build -name "*_stub.o" -print` >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a.contents "/usr/bin/ar" q libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a @libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a.contents /usr/bin/ar: creating libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0.a.contents "rm" -f libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a.contents /usr/bin/find libraries/integer-gmp/dist-install/build/GHC/Integer_o_split libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals_o_split libraries/integer-gmp/dist-install/build/GHC/Integer/Type_o_split -name '*.o' -print >> libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a.contents echo libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.o libraries/integer-gmp/dist-install/build/cbits/cbits.o `/usr/bin/find libraries/integer-gmp/dist-install/build -name "*_stub.o" -print` >> libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a.contents "/usr/bin/ar" q libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a @libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a.contents /usr/bin/ar: creating libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a "rm" -f libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Classes.hs -o libraries/base/dist-install/build/GHC/Classes.o "inplace/bin/genapply" >rts/dist/build/AutoApply.cmm "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Classes.hs -o libraries/base/dist-install/build/GHC/Classes.dyn_o "/usr/bin/ld" -r -o libraries/ghc-prim/dist-install/build/HSghc-prim-0.2.0.0.o libraries/ghc-prim/dist-install/build/GHC/Bool.o libraries/ghc-prim/dist-install/build/GHC/Debug.o libraries/ghc-prim/dist-install/build/GHC/Generics.o libraries/ghc-prim/dist-install/build/GHC/Magic.o libraries/ghc-prim/dist-install/build/GHC/Ordering.o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.o libraries/ghc-prim/dist-install/build/GHC/IntWord32.o libraries/ghc-prim/dist-install/build/GHC/IntWord64.o libraries/ghc-prim/dist-install/build/GHC/Tuple.o libraries/ghc-prim/dist-install/build/GHC/Types.o libraries/ghc-prim/dist-install/build/GHC/Unit.o libraries/ghc-prim/dist-install/build/cbits/debug.o libraries/ghc-prim/dist-install/build/cbits/longlong.o `/usr/bin/find libraries/ghc-prim/dist-install/build -name "*_stub.o" -print` "rm" -f libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a.contents /usr/bin/find libraries/integer-gmp/dist-install/build/GHC/Integer_p_o_split libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals_p_o_split libraries/integer-gmp/dist-install/build/GHC/Integer/Type_p_o_split -name '*.p_o' -print >> libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a.contents echo libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.p_o libraries/integer-gmp/dist-install/build/cbits/cbits.p_o `/usr/bin/find libraries/integer-gmp/dist-install/build -name "*_stub.p_o" -print` >> libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a.contents "/usr/bin/ar" q libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a @libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a.contents /usr/bin/ar: creating libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a "rm" -f libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2_p.a.contents "cp" utils/count_lines/dist/count_lines inplace/bin/count_lines chmod +x inplace/bin/count_lines "inplace/bin/ghc-stage1" -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.dyn_o "inplace/bin/ghc-stage1" -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.l_o "inplace/bin/ghc-stage1" -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_debug_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -eventlog -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_l_o "inplace/bin/ghc-stage1" -optc-DTHREADED_RTS -prof -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.debug_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -optc-O2 -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -optc-DTHREADED_RTS -optc-DDEBUG -H32m -O -lffi -Iincludes -Irts -DCOMPILING_RTS -package-name rts -dcmm-lint -I/usr/lib64/libffi-3.0.9/include -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build -Irts/dist/build/autogen -c rts/dist/build/AutoApply.cmm -o rts/dist/build/AutoApply.thr_debug_dyn_o "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a.contents /usr/bin/find libraries/ghc-prim/dist-install/build/GHC/Bool_p_o_split libraries/ghc-prim/dist-install/build/GHC/Debug_p_o_split libraries/ghc-prim/dist-install/build/GHC/Generics_p_o_split libraries/ghc-prim/dist-install/build/GHC/Magic_p_o_split libraries/ghc-prim/dist-install/build/GHC/Ordering_p_o_split libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers_p_o_split libraries/ghc-prim/dist-install/build/GHC/IntWord32_p_o_split libraries/ghc-prim/dist-install/build/GHC/IntWord64_p_o_split libraries/ghc-prim/dist-install/build/GHC/Tuple_p_o_split libraries/ghc-prim/dist-install/build/GHC/Types_p_o_split libraries/ghc-prim/dist-install/build/GHC/Unit_p_o_split -name '*.p_o' -print >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Classes.hs -o libraries/base/dist-install/build/GHC/Classes.p_o echo libraries/ghc-prim/dist-install/build/cbits/debug.p_o libraries/ghc-prim/dist-install/build/cbits/longlong.p_o `/usr/bin/find libraries/ghc-prim/dist-install/build -name "*_stub.p_o" -print` >> libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a.contents "/usr/bin/ar" q libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a @libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a.contents /usr/bin/ar: creating libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a "rm" -f libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0_p.a.contents "rm" -f rts/dist/build/libHSrts.a echo rts/dist/build/ProfHeap.o rts/dist/build/Arena.o rts/dist/build/Stable.o rts/dist/build/RtsFlags.o rts/dist/build/Sparks.o rts/dist/build/RetainerSet.o rts/dist/build/RtsStartup.o rts/dist/build/StgPrimFloat.o rts/dist/build/Papi.o rts/dist/build/Profiling.o rts/dist/build/Disassembler.o rts/dist/build/WSDeque.o rts/dist/build/Inlines.o rts/dist/build/RtsAPI.o rts/dist/build/Adjustor.o rts/dist/build/Globals.o rts/dist/build/Capability.o rts/dist/build/Threads.o rts/dist/build/Timer.o rts/dist/build/RtsUtils.o rts/dist/build/Messages.o rts/dist/build/FrontPanel.o rts/dist/build/Interpreter.o rts/dist/build/Stats.o rts/dist/build/RetainerProfile.o rts/dist/build/ClosureFlags.o rts/dist/build/LdvProfile.o rts/dist/build/StgCRun.o rts/dist/build/Task.o rts/dist/build/Weak.o rts/dist/build/RaiseAsync.o rts/dist/build/Trace.o rts/dist/build/Hash.o rts/dist/build/Schedule.o rts/dist/build/Proftimer.o rts/dist/build/RtsMessages.o rts/dist/build/RtsDllMain.o rts/dist/build/Linker.o rts/dist/build/HsFFI.o rts/dist/build/Hpc.o rts/dist/build/ThreadLabels.o rts/dist/build/RtsMain.o rts/dist/build/Ticky.o rts/dist/build/ThreadPaused.o rts/dist/build/Printer.o rts/dist/build/STM.o rts/dist/build/hooks/OutOfHeap.o rts/dist/build/hooks/MallocFail.o rts/dist/build/hooks/FlagDefaults.o rts/dist/build/hooks/OnExit.o rts/dist/build/hooks/RtsOptsEnabled.o rts/dist/build/hooks/StackOverflow.o rts/dist/build/hooks/RtsOpts.o rts/dist/build/parallel/Pack.o rts/dist/build/parallel/RBH.o rts/dist/build/parallel/HLComms.o rts/dist/build/parallel/ParallelDebug.o rts/dist/build/parallel/0Hash.o rts/dist/build/parallel/ParTicky.o rts/dist/build/parallel/Parallel.o rts/dist/build/parallel/Global.o rts/dist/build/parallel/Dist.o rts/dist/build/parallel/GranSim.o rts/dist/build/parallel/0Unpack.o rts/dist/build/parallel/LLComms.o rts/dist/build/parallel/ParInit.o rts/dist/build/sm/MBlock.o rts/dist/build/sm/Scav.o rts/dist/build/sm/Compact.o rts/dist/build/sm/Sweep.o rts/dist/build/sm/GCAux.o rts/dist/build/sm/GCUtils.o rts/dist/build/sm/BlockAlloc.o rts/dist/build/sm/MarkWeak.o rts/dist/build/sm/GC.o rts/dist/build/sm/Sanity.o rts/dist/build/sm/Evac.o rts/dist/build/sm/Storage.o rts/dist/build/eventlog/EventLog.o rts/dist/build/posix/OSMem.o rts/dist/build/posix/GetTime.o rts/dist/build/posix/OSThreads.o rts/dist/build/posix/FileLock.o rts/dist/build/posix/Itimer.o rts/dist/build/posix/TTY.o rts/dist/build/posix/Signals.o rts/dist/build/posix/Select.o rts/dist/build/StgStartup.o rts/dist/build/Updates.o rts/dist/build/Exception.o rts/dist/build/Apply.o rts/dist/build/StgStdThunks.o rts/dist/build/HeapStackCheck.o rts/dist/build/StgMiscClosures.o rts/dist/build/PrimOps.o rts/dist/build/AutoApply.o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts.a /usr/bin/ar: creating rts/dist/build/libHSrts.a "rm" -f rts/dist/build/libHSrts_p.a echo rts/dist/build/ProfHeap.p_o rts/dist/build/Arena.p_o rts/dist/build/Stable.p_o rts/dist/build/RtsFlags.p_o rts/dist/build/Sparks.p_o rts/dist/build/RetainerSet.p_o rts/dist/build/RtsStartup.p_o rts/dist/build/StgPrimFloat.p_o rts/dist/build/Papi.p_o rts/dist/build/Profiling.p_o rts/dist/build/Disassembler.p_o rts/dist/build/WSDeque.p_o rts/dist/build/Inlines.p_o rts/dist/build/RtsAPI.p_o rts/dist/build/Adjustor.p_o rts/dist/build/Globals.p_o rts/dist/build/Capability.p_o rts/dist/build/Threads.p_o rts/dist/build/Timer.p_o rts/dist/build/RtsUtils.p_o rts/dist/build/Messages.p_o rts/dist/build/FrontPanel.p_o rts/dist/build/Interpreter.p_o rts/dist/build/Stats.p_o rts/dist/build/RetainerProfile.p_o rts/dist/build/ClosureFlags.p_o rts/dist/build/LdvProfile.p_o rts/dist/build/StgCRun.p_o rts/dist/build/Task.p_o rts/dist/build/Weak.p_o rts/dist/build/RaiseAsync.p_o rts/dist/build/Trace.p_o rts/dist/build/Hash.p_o rts/dist/build/Schedule.p_o rts/dist/build/Proftimer.p_o rts/dist/build/RtsMessages.p_o rts/dist/build/RtsDllMain.p_o rts/dist/build/Linker.p_o rts/dist/build/HsFFI.p_o rts/dist/build/Hpc.p_o rts/dist/build/ThreadLabels.p_o rts/dist/build/RtsMain.p_o rts/dist/build/Ticky.p_o rts/dist/build/ThreadPaused.p_o rts/dist/build/Printer.p_o rts/dist/build/STM.p_o rts/dist/build/hooks/OutOfHeap.p_o rts/dist/build/hooks/MallocFail.p_o rts/dist/build/hooks/FlagDefaults.p_o rts/dist/build/hooks/OnExit.p_o rts/dist/build/hooks/RtsOptsEnabled.p_o rts/dist/build/hooks/StackOverflow.p_o rts/dist/build/hooks/RtsOpts.p_o rts/dist/build/parallel/Pack.p_o rts/dist/build/parallel/RBH.p_o rts/dist/build/parallel/HLComms.p_o rts/dist/build/parallel/ParallelDebug.p_o rts/dist/build/parallel/0Hash.p_o rts/dist/build/parallel/ParTicky.p_o rts/dist/build/parallel/Parallel.p_o rts/dist/build/parallel/Global.p_o rts/dist/build/parallel/Dist.p_o rts/dist/build/parallel/GranSim.p_o rts/dist/build/parallel/0Unpack.p_o rts/dist/build/parallel/LLComms.p_o rts/dist/build/parallel/ParInit.p_o rts/dist/build/sm/MBlock.p_o rts/dist/build/sm/Scav.p_o rts/dist/build/sm/Compact.p_o rts/dist/build/sm/Sweep.p_o rts/dist/build/sm/GCAux.p_o rts/dist/build/sm/GCUtils.p_o rts/dist/build/sm/BlockAlloc.p_o rts/dist/build/sm/MarkWeak.p_o rts/dist/build/sm/GC.p_o rts/dist/build/sm/Sanity.p_o rts/dist/build/sm/Evac.p_o rts/dist/build/sm/Storage.p_o rts/dist/build/eventlog/EventLog.p_o rts/dist/build/posix/OSMem.p_o rts/dist/build/posix/GetTime.p_o rts/dist/build/posix/OSThreads.p_o rts/dist/build/posix/FileLock.p_o rts/dist/build/posix/Itimer.p_o rts/dist/build/posix/TTY.p_o rts/dist/build/posix/Signals.p_o rts/dist/build/posix/Select.p_o rts/dist/build/StgStartup.p_o rts/dist/build/Updates.p_o rts/dist/build/Exception.p_o rts/dist/build/Apply.p_o rts/dist/build/StgStdThunks.p_o rts/dist/build/HeapStackCheck.p_o rts/dist/build/StgMiscClosures.p_o rts/dist/build/PrimOps.p_o rts/dist/build/AutoApply.p_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_p.a /usr/bin/ar: creating rts/dist/build/libHSrts_p.a "rm" -f rts/dist/build/libHSrts-ghc7.0.1.so "inplace/bin/ghc-stage1" -package-name rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/libs.depend` rts/dist/build/ProfHeap.dyn_o rts/dist/build/Arena.dyn_o rts/dist/build/Stable.dyn_o rts/dist/build/RtsFlags.dyn_o rts/dist/build/Sparks.dyn_o rts/dist/build/RetainerSet.dyn_o rts/dist/build/RtsStartup.dyn_o rts/dist/build/StgPrimFloat.dyn_o rts/dist/build/Papi.dyn_o rts/dist/build/Profiling.dyn_o rts/dist/build/Disassembler.dyn_o rts/dist/build/WSDeque.dyn_o rts/dist/build/Inlines.dyn_o rts/dist/build/RtsAPI.dyn_o rts/dist/build/Adjustor.dyn_o rts/dist/build/Globals.dyn_o rts/dist/build/Capability.dyn_o rts/dist/build/Threads.dyn_o rts/dist/build/Timer.dyn_o rts/dist/build/RtsUtils.dyn_o rts/dist/build/Messages.dyn_o rts/dist/build/FrontPanel.dyn_o rts/dist/build/Interpreter.dyn_o rts/dist/build/Stats.dyn_o rts/dist/build/RetainerProfile.dyn_o rts/dist/build/ClosureFlags.dyn_o rts/dist/build/LdvProfile.dyn_o rts/dist/build/StgCRun.dyn_o rts/dist/build/Task.dyn_o rts/dist/build/Weak.dyn_o rts/dist/build/RaiseAsync.dyn_o rts/dist/build/Trace.dyn_o rts/dist/build/Hash.dyn_o rts/dist/build/Schedule.dyn_o rts/dist/build/Proftimer.dyn_o rts/dist/build/RtsMessages.dyn_o rts/dist/build/RtsDllMain.dyn_o rts/dist/build/Linker.dyn_o rts/dist/build/HsFFI.dyn_o rts/dist/build/Hpc.dyn_o rts/dist/build/ThreadLabels.dyn_o rts/dist/build/RtsMain.dyn_o rts/dist/build/Ticky.dyn_o rts/dist/build/ThreadPaused.dyn_o rts/dist/build/Printer.dyn_o rts/dist/build/STM.dyn_o rts/dist/build/hooks/OutOfHeap.dyn_o rts/dist/build/hooks/MallocFail.dyn_o rts/dist/build/hooks/FlagDefaults.dyn_o rts/dist/build/hooks/OnExit.dyn_o rts/dist/build/hooks/RtsOptsEnabled.dyn_o rts/dist/build/hooks/StackOverflow.dyn_o rts/dist/build/hooks/RtsOpts.dyn_o rts/dist/build/parallel/Pack.dyn_o rts/dist/build/parallel/RBH.dyn_o rts/dist/build/parallel/HLComms.dyn_o rts/dist/build/parallel/ParallelDebug.dyn_o rts/dist/build/parallel/0Hash.dyn_o rts/dist/build/parallel/ParTicky.dyn_o rts/dist/build/parallel/Parallel.dyn_o rts/dist/build/parallel/Global.dyn_o rts/dist/build/parallel/Dist.dyn_o rts/dist/build/parallel/GranSim.dyn_o rts/dist/build/parallel/0Unpack.dyn_o rts/dist/build/parallel/LLComms.dyn_o rts/dist/build/parallel/ParInit.dyn_o rts/dist/build/sm/MBlock.dyn_o rts/dist/build/sm/Scav.dyn_o rts/dist/build/sm/Compact.dyn_o rts/dist/build/sm/Sweep.dyn_o rts/dist/build/sm/GCAux.dyn_o rts/dist/build/sm/GCUtils.dyn_o rts/dist/build/sm/BlockAlloc.dyn_o rts/dist/build/sm/MarkWeak.dyn_o rts/dist/build/sm/GC.dyn_o rts/dist/build/sm/Sanity.dyn_o rts/dist/build/sm/Evac.dyn_o rts/dist/build/sm/Storage.dyn_o rts/dist/build/eventlog/EventLog.dyn_o rts/dist/build/posix/OSMem.dyn_o rts/dist/build/posix/GetTime.dyn_o rts/dist/build/posix/OSThreads.dyn_o rts/dist/build/posix/FileLock.dyn_o rts/dist/build/posix/Itimer.dyn_o rts/dist/build/posix/TTY.dyn_o rts/dist/build/posix/Signals.dyn_o rts/dist/build/posix/Select.dyn_o rts/dist/build/StgStartup.dyn_o rts/dist/build/Updates.dyn_o rts/dist/build/Exception.dyn_o rts/dist/build/Apply.dyn_o rts/dist/build/StgStdThunks.dyn_o rts/dist/build/HeapStackCheck.dyn_o rts/dist/build/StgMiscClosures.dyn_o rts/dist/build/PrimOps.dyn_o rts/dist/build/AutoApply.dyn_o -o rts/dist/build/libHSrts-ghc7.0.1.so "rm" -f rts/dist/build/libHSrts_l.a echo rts/dist/build/ProfHeap.l_o rts/dist/build/Arena.l_o rts/dist/build/Stable.l_o rts/dist/build/RtsFlags.l_o rts/dist/build/Sparks.l_o rts/dist/build/RetainerSet.l_o rts/dist/build/RtsStartup.l_o rts/dist/build/StgPrimFloat.l_o rts/dist/build/Papi.l_o rts/dist/build/Profiling.l_o rts/dist/build/Disassembler.l_o rts/dist/build/WSDeque.l_o rts/dist/build/Inlines.l_o rts/dist/build/RtsAPI.l_o rts/dist/build/Adjustor.l_o rts/dist/build/Globals.l_o rts/dist/build/Capability.l_o rts/dist/build/Threads.l_o rts/dist/build/Timer.l_o rts/dist/build/RtsUtils.l_o rts/dist/build/Messages.l_o rts/dist/build/FrontPanel.l_o rts/dist/build/Interpreter.l_o rts/dist/build/Stats.l_o rts/dist/build/RetainerProfile.l_o rts/dist/build/ClosureFlags.l_o rts/dist/build/LdvProfile.l_o rts/dist/build/StgCRun.l_o rts/dist/build/Task.l_o rts/dist/build/Weak.l_o rts/dist/build/RaiseAsync.l_o rts/dist/build/Trace.l_o rts/dist/build/Hash.l_o rts/dist/build/Schedule.l_o rts/dist/build/Proftimer.l_o rts/dist/build/RtsMessages.l_o rts/dist/build/RtsDllMain.l_o rts/dist/build/Linker.l_o rts/dist/build/HsFFI.l_o rts/dist/build/Hpc.l_o rts/dist/build/ThreadLabels.l_o rts/dist/build/RtsMain.l_o rts/dist/build/Ticky.l_o rts/dist/build/ThreadPaused.l_o rts/dist/build/Printer.l_o rts/dist/build/STM.l_o rts/dist/build/hooks/OutOfHeap.l_o rts/dist/build/hooks/MallocFail.l_o rts/dist/build/hooks/FlagDefaults.l_o rts/dist/build/hooks/OnExit.l_o rts/dist/build/hooks/RtsOptsEnabled.l_o rts/dist/build/hooks/StackOverflow.l_o rts/dist/build/hooks/RtsOpts.l_o rts/dist/build/parallel/Pack.l_o rts/dist/build/parallel/RBH.l_o rts/dist/build/parallel/HLComms.l_o rts/dist/build/parallel/ParallelDebug.l_o rts/dist/build/parallel/0Hash.l_o rts/dist/build/parallel/ParTicky.l_o rts/dist/build/parallel/Parallel.l_o rts/dist/build/parallel/Global.l_o rts/dist/build/parallel/Dist.l_o rts/dist/build/parallel/GranSim.l_o rts/dist/build/parallel/0Unpack.l_o rts/dist/build/parallel/LLComms.l_o rts/dist/build/parallel/ParInit.l_o rts/dist/build/sm/MBlock.l_o rts/dist/build/sm/Scav.l_o rts/dist/build/sm/Compact.l_o rts/dist/build/sm/Sweep.l_o rts/dist/build/sm/GCAux.l_o rts/dist/build/sm/GCUtils.l_o rts/dist/build/sm/BlockAlloc.l_o rts/dist/build/sm/MarkWeak.l_o rts/dist/build/sm/GC.l_o rts/dist/build/sm/Sanity.l_o rts/dist/build/sm/Evac.l_o rts/dist/build/sm/Storage.l_o rts/dist/build/eventlog/EventLog.l_o rts/dist/build/posix/OSMem.l_o rts/dist/build/posix/GetTime.l_o rts/dist/build/posix/OSThreads.l_o rts/dist/build/posix/FileLock.l_o rts/dist/build/posix/Itimer.l_o rts/dist/build/posix/TTY.l_o rts/dist/build/posix/Signals.l_o rts/dist/build/posix/Select.l_o rts/dist/build/StgStartup.l_o rts/dist/build/Updates.l_o rts/dist/build/Exception.l_o rts/dist/build/Apply.l_o rts/dist/build/StgStdThunks.l_o rts/dist/build/HeapStackCheck.l_o rts/dist/build/StgMiscClosures.l_o rts/dist/build/PrimOps.l_o rts/dist/build/AutoApply.l_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_l.a /usr/bin/ar: creating rts/dist/build/libHSrts_l.a "rm" -f rts/dist/build/libHSrts_debug.a echo rts/dist/build/ProfHeap.debug_o rts/dist/build/Arena.debug_o rts/dist/build/Stable.debug_o rts/dist/build/RtsFlags.debug_o rts/dist/build/Sparks.debug_o rts/dist/build/RetainerSet.debug_o rts/dist/build/RtsStartup.debug_o rts/dist/build/StgPrimFloat.debug_o rts/dist/build/Papi.debug_o rts/dist/build/Profiling.debug_o rts/dist/build/Disassembler.debug_o rts/dist/build/WSDeque.debug_o rts/dist/build/Inlines.debug_o rts/dist/build/RtsAPI.debug_o rts/dist/build/Adjustor.debug_o rts/dist/build/Globals.debug_o rts/dist/build/Capability.debug_o rts/dist/build/Threads.debug_o rts/dist/build/Timer.debug_o rts/dist/build/RtsUtils.debug_o rts/dist/build/Messages.debug_o rts/dist/build/FrontPanel.debug_o rts/dist/build/Interpreter.debug_o rts/dist/build/Stats.debug_o rts/dist/build/RetainerProfile.debug_o rts/dist/build/ClosureFlags.debug_o rts/dist/build/LdvProfile.debug_o rts/dist/build/StgCRun.debug_o rts/dist/build/Task.debug_o rts/dist/build/Weak.debug_o rts/dist/build/RaiseAsync.debug_o rts/dist/build/Trace.debug_o rts/dist/build/Hash.debug_o rts/dist/build/Schedule.debug_o rts/dist/build/Proftimer.debug_o rts/dist/build/RtsMessages.debug_o rts/dist/build/RtsDllMain.debug_o rts/dist/build/Linker.debug_o rts/dist/build/HsFFI.debug_o rts/dist/build/Hpc.debug_o rts/dist/build/ThreadLabels.debug_o rts/dist/build/RtsMain.debug_o rts/dist/build/Ticky.debug_o rts/dist/build/ThreadPaused.debug_o rts/dist/build/Printer.debug_o rts/dist/build/STM.debug_o rts/dist/build/hooks/OutOfHeap.debug_o rts/dist/build/hooks/MallocFail.debug_o rts/dist/build/hooks/FlagDefaults.debug_o rts/dist/build/hooks/OnExit.debug_o rts/dist/build/hooks/RtsOptsEnabled.debug_o rts/dist/build/hooks/StackOverflow.debug_o rts/dist/build/hooks/RtsOpts.debug_o rts/dist/build/parallel/Pack.debug_o rts/dist/build/parallel/RBH.debug_o rts/dist/build/parallel/HLComms.debug_o rts/dist/build/parallel/ParallelDebug.debug_o rts/dist/build/parallel/0Hash.debug_o rts/dist/build/parallel/ParTicky.debug_o rts/dist/build/parallel/Parallel.debug_o rts/dist/build/parallel/Global.debug_o rts/dist/build/parallel/Dist.debug_o rts/dist/build/parallel/GranSim.debug_o rts/dist/build/parallel/0Unpack.debug_o rts/dist/build/parallel/LLComms.debug_o rts/dist/build/parallel/ParInit.debug_o rts/dist/build/sm/MBlock.debug_o rts/dist/build/sm/Scav.debug_o rts/dist/build/sm/Compact.debug_o rts/dist/build/sm/Sweep.debug_o rts/dist/build/sm/GCAux.debug_o rts/dist/build/sm/GCUtils.debug_o rts/dist/build/sm/BlockAlloc.debug_o rts/dist/build/sm/MarkWeak.debug_o rts/dist/build/sm/GC.debug_o rts/dist/build/sm/Sanity.debug_o rts/dist/build/sm/Evac.debug_o rts/dist/build/sm/Storage.debug_o rts/dist/build/eventlog/EventLog.debug_o rts/dist/build/posix/OSMem.debug_o rts/dist/build/posix/GetTime.debug_o rts/dist/build/posix/OSThreads.debug_o rts/dist/build/posix/FileLock.debug_o rts/dist/build/posix/Itimer.debug_o rts/dist/build/posix/TTY.debug_o rts/dist/build/posix/Signals.debug_o rts/dist/build/posix/Select.debug_o rts/dist/build/StgStartup.debug_o rts/dist/build/Updates.debug_o rts/dist/build/Exception.debug_o rts/dist/build/Apply.debug_o rts/dist/build/StgStdThunks.debug_o rts/dist/build/HeapStackCheck.debug_o rts/dist/build/StgMiscClosures.debug_o rts/dist/build/PrimOps.debug_o rts/dist/build/AutoApply.debug_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_debug.a /usr/bin/ar: creating rts/dist/build/libHSrts_debug.a "rm" -f rts/dist/build/libHSrts_thr.a echo rts/dist/build/ProfHeap.thr_o rts/dist/build/Arena.thr_o rts/dist/build/Stable.thr_o rts/dist/build/RtsFlags.thr_o rts/dist/build/Sparks.thr_o rts/dist/build/RetainerSet.thr_o rts/dist/build/RtsStartup.thr_o rts/dist/build/StgPrimFloat.thr_o rts/dist/build/Papi.thr_o rts/dist/build/Profiling.thr_o rts/dist/build/Disassembler.thr_o rts/dist/build/WSDeque.thr_o rts/dist/build/Inlines.thr_o rts/dist/build/RtsAPI.thr_o rts/dist/build/Adjustor.thr_o rts/dist/build/Globals.thr_o rts/dist/build/Capability.thr_o rts/dist/build/Threads.thr_o rts/dist/build/Timer.thr_o rts/dist/build/RtsUtils.thr_o rts/dist/build/Messages.thr_o rts/dist/build/FrontPanel.thr_o rts/dist/build/Interpreter.thr_o rts/dist/build/Stats.thr_o rts/dist/build/RetainerProfile.thr_o rts/dist/build/ClosureFlags.thr_o rts/dist/build/LdvProfile.thr_o rts/dist/build/StgCRun.thr_o rts/dist/build/Task.thr_o rts/dist/build/Weak.thr_o rts/dist/build/RaiseAsync.thr_o rts/dist/build/Trace.thr_o rts/dist/build/Hash.thr_o rts/dist/build/Schedule.thr_o rts/dist/build/Proftimer.thr_o rts/dist/build/RtsMessages.thr_o rts/dist/build/RtsDllMain.thr_o rts/dist/build/Linker.thr_o rts/dist/build/HsFFI.thr_o rts/dist/build/Hpc.thr_o rts/dist/build/ThreadLabels.thr_o rts/dist/build/RtsMain.thr_o rts/dist/build/Ticky.thr_o rts/dist/build/ThreadPaused.thr_o rts/dist/build/Printer.thr_o rts/dist/build/STM.thr_o rts/dist/build/hooks/OutOfHeap.thr_o rts/dist/build/hooks/MallocFail.thr_o rts/dist/build/hooks/FlagDefaults.thr_o rts/dist/build/hooks/OnExit.thr_o rts/dist/build/hooks/RtsOptsEnabled.thr_o rts/dist/build/hooks/StackOverflow.thr_o rts/dist/build/hooks/RtsOpts.thr_o rts/dist/build/parallel/Pack.thr_o rts/dist/build/parallel/RBH.thr_o rts/dist/build/parallel/HLComms.thr_o rts/dist/build/parallel/ParallelDebug.thr_o rts/dist/build/parallel/0Hash.thr_o rts/dist/build/parallel/ParTicky.thr_o rts/dist/build/parallel/Parallel.thr_o rts/dist/build/parallel/Global.thr_o rts/dist/build/parallel/Dist.thr_o rts/dist/build/parallel/GranSim.thr_o rts/dist/build/parallel/0Unpack.thr_o rts/dist/build/parallel/LLComms.thr_o rts/dist/build/parallel/ParInit.thr_o rts/dist/build/sm/MBlock.thr_o rts/dist/build/sm/Scav.thr_o rts/dist/build/sm/Compact.thr_o rts/dist/build/sm/Sweep.thr_o rts/dist/build/sm/GCAux.thr_o rts/dist/build/sm/GCUtils.thr_o rts/dist/build/sm/BlockAlloc.thr_o rts/dist/build/sm/MarkWeak.thr_o rts/dist/build/sm/GC.thr_o rts/dist/build/sm/Sanity.thr_o rts/dist/build/sm/Evac.thr_o rts/dist/build/sm/Storage.thr_o rts/dist/build/eventlog/EventLog.thr_o rts/dist/build/posix/OSMem.thr_o rts/dist/build/posix/GetTime.thr_o rts/dist/build/posix/OSThreads.thr_o rts/dist/build/posix/FileLock.thr_o rts/dist/build/posix/Itimer.thr_o rts/dist/build/posix/TTY.thr_o rts/dist/build/posix/Signals.thr_o rts/dist/build/posix/Select.thr_o rts/dist/build/sm/Evac_thr.thr_o rts/dist/build/sm/Scav_thr.thr_o rts/dist/build/StgStartup.thr_o rts/dist/build/Updates.thr_o rts/dist/build/Exception.thr_o rts/dist/build/Apply.thr_o rts/dist/build/StgStdThunks.thr_o rts/dist/build/HeapStackCheck.thr_o rts/dist/build/StgMiscClosures.thr_o rts/dist/build/PrimOps.thr_o rts/dist/build/AutoApply.thr_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_thr.a /usr/bin/ar: creating rts/dist/build/libHSrts_thr.a "rm" -f rts/dist/build/libHSrts_thr_debug.a echo rts/dist/build/ProfHeap.thr_debug_o rts/dist/build/Arena.thr_debug_o rts/dist/build/Stable.thr_debug_o rts/dist/build/RtsFlags.thr_debug_o rts/dist/build/Sparks.thr_debug_o rts/dist/build/RetainerSet.thr_debug_o rts/dist/build/RtsStartup.thr_debug_o rts/dist/build/StgPrimFloat.thr_debug_o rts/dist/build/Papi.thr_debug_o rts/dist/build/Profiling.thr_debug_o rts/dist/build/Disassembler.thr_debug_o rts/dist/build/WSDeque.thr_debug_o rts/dist/build/Inlines.thr_debug_o rts/dist/build/RtsAPI.thr_debug_o rts/dist/build/Adjustor.thr_debug_o rts/dist/build/Globals.thr_debug_o rts/dist/build/Capability.thr_debug_o rts/dist/build/Threads.thr_debug_o rts/dist/build/Timer.thr_debug_o rts/dist/build/RtsUtils.thr_debug_o rts/dist/build/Messages.thr_debug_o rts/dist/build/FrontPanel.thr_debug_o rts/dist/build/Interpreter.thr_debug_o rts/dist/build/Stats.thr_debug_o rts/dist/build/RetainerProfile.thr_debug_o rts/dist/build/ClosureFlags.thr_debug_o rts/dist/build/LdvProfile.thr_debug_o rts/dist/build/StgCRun.thr_debug_o rts/dist/build/Task.thr_debug_o rts/dist/build/Weak.thr_debug_o rts/dist/build/RaiseAsync.thr_debug_o rts/dist/build/Trace.thr_debug_o rts/dist/build/Hash.thr_debug_o rts/dist/build/Schedule.thr_debug_o rts/dist/build/Proftimer.thr_debug_o rts/dist/build/RtsMessages.thr_debug_o rts/dist/build/RtsDllMain.thr_debug_o rts/dist/build/Linker.thr_debug_o rts/dist/build/HsFFI.thr_debug_o rts/dist/build/Hpc.thr_debug_o rts/dist/build/ThreadLabels.thr_debug_o rts/dist/build/RtsMain.thr_debug_o rts/dist/build/Ticky.thr_debug_o rts/dist/build/ThreadPaused.thr_debug_o rts/dist/build/Printer.thr_debug_o rts/dist/build/STM.thr_debug_o rts/dist/build/hooks/OutOfHeap.thr_debug_o rts/dist/build/hooks/MallocFail.thr_debug_o rts/dist/build/hooks/FlagDefaults.thr_debug_o rts/dist/build/hooks/OnExit.thr_debug_o rts/dist/build/hooks/RtsOptsEnabled.thr_debug_o rts/dist/build/hooks/StackOverflow.thr_debug_o rts/dist/build/hooks/RtsOpts.thr_debug_o rts/dist/build/parallel/Pack.thr_debug_o rts/dist/build/parallel/RBH.thr_debug_o rts/dist/build/parallel/HLComms.thr_debug_o rts/dist/build/parallel/ParallelDebug.thr_debug_o rts/dist/build/parallel/0Hash.thr_debug_o rts/dist/build/parallel/ParTicky.thr_debug_o rts/dist/build/parallel/Parallel.thr_debug_o rts/dist/build/parallel/Global.thr_debug_o rts/dist/build/parallel/Dist.thr_debug_o rts/dist/build/parallel/GranSim.thr_debug_o rts/dist/build/parallel/0Unpack.thr_debug_o rts/dist/build/parallel/LLComms.thr_debug_o rts/dist/build/parallel/ParInit.thr_debug_o rts/dist/build/sm/MBlock.thr_debug_o rts/dist/build/sm/Scav.thr_debug_o rts/dist/build/sm/Compact.thr_debug_o rts/dist/build/sm/Sweep.thr_debug_o rts/dist/build/sm/GCAux.thr_debug_o rts/dist/build/sm/GCUtils.thr_debug_o rts/dist/build/sm/BlockAlloc.thr_debug_o rts/dist/build/sm/MarkWeak.thr_debug_o rts/dist/build/sm/GC.thr_debug_o rts/dist/build/sm/Sanity.thr_debug_o rts/dist/build/sm/Evac.thr_debug_o rts/dist/build/sm/Storage.thr_debug_o rts/dist/build/eventlog/EventLog.thr_debug_o rts/dist/build/posix/OSMem.thr_debug_o rts/dist/build/posix/GetTime.thr_debug_o rts/dist/build/posix/OSThreads.thr_debug_o rts/dist/build/posix/FileLock.thr_debug_o rts/dist/build/posix/Itimer.thr_debug_o rts/dist/build/posix/TTY.thr_debug_o rts/dist/build/posix/Signals.thr_debug_o rts/dist/build/posix/Select.thr_debug_o rts/dist/build/sm/Evac_thr.thr_debug_o rts/dist/build/sm/Scav_thr.thr_debug_o rts/dist/build/StgStartup.thr_debug_o rts/dist/build/Updates.thr_debug_o rts/dist/build/Exception.thr_debug_o rts/dist/build/Apply.thr_debug_o rts/dist/build/StgStdThunks.thr_debug_o rts/dist/build/HeapStackCheck.thr_debug_o rts/dist/build/StgMiscClosures.thr_debug_o rts/dist/build/PrimOps.thr_debug_o rts/dist/build/AutoApply.thr_debug_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_thr_debug.a /usr/bin/ar: creating rts/dist/build/libHSrts_thr_debug.a "rm" -f rts/dist/build/libHSrts_thr_l.a echo rts/dist/build/ProfHeap.thr_l_o rts/dist/build/Arena.thr_l_o rts/dist/build/Stable.thr_l_o rts/dist/build/RtsFlags.thr_l_o rts/dist/build/Sparks.thr_l_o rts/dist/build/RetainerSet.thr_l_o rts/dist/build/RtsStartup.thr_l_o rts/dist/build/StgPrimFloat.thr_l_o rts/dist/build/Papi.thr_l_o rts/dist/build/Profiling.thr_l_o rts/dist/build/Disassembler.thr_l_o rts/dist/build/WSDeque.thr_l_o rts/dist/build/Inlines.thr_l_o rts/dist/build/RtsAPI.thr_l_o rts/dist/build/Adjustor.thr_l_o rts/dist/build/Globals.thr_l_o rts/dist/build/Capability.thr_l_o rts/dist/build/Threads.thr_l_o rts/dist/build/Timer.thr_l_o rts/dist/build/RtsUtils.thr_l_o rts/dist/build/Messages.thr_l_o rts/dist/build/FrontPanel.thr_l_o rts/dist/build/Interpreter.thr_l_o rts/dist/build/Stats.thr_l_o rts/dist/build/RetainerProfile.thr_l_o rts/dist/build/ClosureFlags.thr_l_o rts/dist/build/LdvProfile.thr_l_o rts/dist/build/StgCRun.thr_l_o rts/dist/build/Task.thr_l_o rts/dist/build/Weak.thr_l_o rts/dist/build/RaiseAsync.thr_l_o rts/dist/build/Trace.thr_l_o rts/dist/build/Hash.thr_l_o rts/dist/build/Schedule.thr_l_o rts/dist/build/Proftimer.thr_l_o rts/dist/build/RtsMessages.thr_l_o rts/dist/build/RtsDllMain.thr_l_o rts/dist/build/Linker.thr_l_o rts/dist/build/HsFFI.thr_l_o rts/dist/build/Hpc.thr_l_o rts/dist/build/ThreadLabels.thr_l_o rts/dist/build/RtsMain.thr_l_o rts/dist/build/Ticky.thr_l_o rts/dist/build/ThreadPaused.thr_l_o rts/dist/build/Printer.thr_l_o rts/dist/build/STM.thr_l_o rts/dist/build/hooks/OutOfHeap.thr_l_o rts/dist/build/hooks/MallocFail.thr_l_o rts/dist/build/hooks/FlagDefaults.thr_l_o rts/dist/build/hooks/OnExit.thr_l_o rts/dist/build/hooks/RtsOptsEnabled.thr_l_o rts/dist/build/hooks/StackOverflow.thr_l_o rts/dist/build/hooks/RtsOpts.thr_l_o rts/dist/build/parallel/Pack.thr_l_o rts/dist/build/parallel/RBH.thr_l_o rts/dist/build/parallel/HLComms.thr_l_o rts/dist/build/parallel/ParallelDebug.thr_l_o rts/dist/build/parallel/0Hash.thr_l_o rts/dist/build/parallel/ParTicky.thr_l_o rts/dist/build/parallel/Parallel.thr_l_o rts/dist/build/parallel/Global.thr_l_o rts/dist/build/parallel/Dist.thr_l_o rts/dist/build/parallel/GranSim.thr_l_o rts/dist/build/parallel/0Unpack.thr_l_o rts/dist/build/parallel/LLComms.thr_l_o rts/dist/build/parallel/ParInit.thr_l_o rts/dist/build/sm/MBlock.thr_l_o rts/dist/build/sm/Scav.thr_l_o rts/dist/build/sm/Compact.thr_l_o rts/dist/build/sm/Sweep.thr_l_o rts/dist/build/sm/GCAux.thr_l_o rts/dist/build/sm/GCUtils.thr_l_o rts/dist/build/sm/BlockAlloc.thr_l_o rts/dist/build/sm/MarkWeak.thr_l_o rts/dist/build/sm/GC.thr_l_o rts/dist/build/sm/Sanity.thr_l_o rts/dist/build/sm/Evac.thr_l_o rts/dist/build/sm/Storage.thr_l_o rts/dist/build/eventlog/EventLog.thr_l_o rts/dist/build/posix/OSMem.thr_l_o rts/dist/build/posix/GetTime.thr_l_o rts/dist/build/posix/OSThreads.thr_l_o rts/dist/build/posix/FileLock.thr_l_o rts/dist/build/posix/Itimer.thr_l_o rts/dist/build/posix/TTY.thr_l_o rts/dist/build/posix/Signals.thr_l_o rts/dist/build/posix/Select.thr_l_o rts/dist/build/sm/Evac_thr.thr_l_o rts/dist/build/sm/Scav_thr.thr_l_o rts/dist/build/StgStartup.thr_l_o rts/dist/build/Updates.thr_l_o rts/dist/build/Exception.thr_l_o rts/dist/build/Apply.thr_l_o rts/dist/build/StgStdThunks.thr_l_o rts/dist/build/HeapStackCheck.thr_l_o rts/dist/build/StgMiscClosures.thr_l_o rts/dist/build/PrimOps.thr_l_o rts/dist/build/AutoApply.thr_l_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_thr_l.a /usr/bin/ar: creating rts/dist/build/libHSrts_thr_l.a "rm" -f rts/dist/build/libHSrts_thr_p.a "rm" -f rts/dist/build/libHSrts_debug-ghc7.0.1.so echo rts/dist/build/ProfHeap.thr_p_o rts/dist/build/Arena.thr_p_o rts/dist/build/Stable.thr_p_o rts/dist/build/RtsFlags.thr_p_o rts/dist/build/Sparks.thr_p_o rts/dist/build/RetainerSet.thr_p_o rts/dist/build/RtsStartup.thr_p_o rts/dist/build/StgPrimFloat.thr_p_o rts/dist/build/Papi.thr_p_o rts/dist/build/Profiling.thr_p_o rts/dist/build/Disassembler.thr_p_o rts/dist/build/WSDeque.thr_p_o rts/dist/build/Inlines.thr_p_o rts/dist/build/RtsAPI.thr_p_o rts/dist/build/Adjustor.thr_p_o rts/dist/build/Globals.thr_p_o rts/dist/build/Capability.thr_p_o rts/dist/build/Threads.thr_p_o rts/dist/build/Timer.thr_p_o rts/dist/build/RtsUtils.thr_p_o rts/dist/build/Messages.thr_p_o rts/dist/build/FrontPanel.thr_p_o rts/dist/build/Interpreter.thr_p_o rts/dist/build/Stats.thr_p_o rts/dist/build/RetainerProfile.thr_p_o rts/dist/build/ClosureFlags.thr_p_o rts/dist/build/LdvProfile.thr_p_o rts/dist/build/StgCRun.thr_p_o rts/dist/build/Task.thr_p_o rts/dist/build/Weak.thr_p_o rts/dist/build/RaiseAsync.thr_p_o rts/dist/build/Trace.thr_p_o rts/dist/build/Hash.thr_p_o rts/dist/build/Schedule.thr_p_o rts/dist/build/Proftimer.thr_p_o rts/dist/build/RtsMessages.thr_p_o rts/dist/build/RtsDllMain.thr_p_o rts/dist/build/Linker.thr_p_o rts/dist/build/HsFFI.thr_p_o rts/dist/build/Hpc.thr_p_o rts/dist/build/ThreadLabels.thr_p_o rts/dist/build/RtsMain.thr_p_o rts/dist/build/Ticky.thr_p_o rts/dist/build/ThreadPaused.thr_p_o rts/dist/build/Printer.thr_p_o rts/dist/build/STM.thr_p_o rts/dist/build/hooks/OutOfHeap.thr_p_o rts/dist/build/hooks/MallocFail.thr_p_o rts/dist/build/hooks/FlagDefaults.thr_p_o rts/dist/build/hooks/OnExit.thr_p_o rts/dist/build/hooks/RtsOptsEnabled.thr_p_o rts/dist/build/hooks/StackOverflow.thr_p_o rts/dist/build/hooks/RtsOpts.thr_p_o rts/dist/build/parallel/Pack.thr_p_o rts/dist/build/parallel/RBH.thr_p_o rts/dist/build/parallel/HLComms.thr_p_o rts/dist/build/parallel/ParallelDebug.thr_p_o rts/dist/build/parallel/0Hash.thr_p_o rts/dist/build/parallel/ParTicky.thr_p_o rts/dist/build/parallel/Parallel.thr_p_o rts/dist/build/parallel/Global.thr_p_o rts/dist/build/parallel/Dist.thr_p_o rts/dist/build/parallel/GranSim.thr_p_o rts/dist/build/parallel/0Unpack.thr_p_o rts/dist/build/parallel/LLComms.thr_p_o rts/dist/build/parallel/ParInit.thr_p_o rts/dist/build/sm/MBlock.thr_p_o rts/dist/build/sm/Scav.thr_p_o rts/dist/build/sm/Compact.thr_p_o rts/dist/build/sm/Sweep.thr_p_o rts/dist/build/sm/GCAux.thr_p_o rts/dist/build/sm/GCUtils.thr_p_o rts/dist/build/sm/BlockAlloc.thr_p_o rts/dist/build/sm/MarkWeak.thr_p_o rts/dist/build/sm/GC.thr_p_o rts/dist/build/sm/Sanity.thr_p_o rts/dist/build/sm/Evac.thr_p_o rts/dist/build/sm/Storage.thr_p_o rts/dist/build/eventlog/EventLog.thr_p_o rts/dist/build/posix/OSMem.thr_p_o rts/dist/build/posix/GetTime.thr_p_o rts/dist/build/posix/OSThreads.thr_p_o rts/dist/build/posix/FileLock.thr_p_o rts/dist/build/posix/Itimer.thr_p_o rts/dist/build/posix/TTY.thr_p_o rts/dist/build/posix/Signals.thr_p_o rts/dist/build/posix/Select.thr_p_o rts/dist/build/sm/Evac_thr.thr_p_o rts/dist/build/sm/Scav_thr.thr_p_o rts/dist/build/StgStartup.thr_p_o rts/dist/build/Updates.thr_p_o rts/dist/build/Exception.thr_p_o rts/dist/build/Apply.thr_p_o rts/dist/build/StgStdThunks.thr_p_o rts/dist/build/HeapStackCheck.thr_p_o rts/dist/build/StgMiscClosures.thr_p_o rts/dist/build/PrimOps.thr_p_o rts/dist/build/AutoApply.thr_p_o | "xargs" "/usr/bin/ar" q rts/dist/build/libHSrts_thr_p.a "inplace/bin/ghc-stage1" -package-name rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/libs.depend` rts/dist/build/ProfHeap.debug_dyn_o rts/dist/build/Arena.debug_dyn_o rts/dist/build/Stable.debug_dyn_o rts/dist/build/RtsFlags.debug_dyn_o rts/dist/build/Sparks.debug_dyn_o rts/dist/build/RetainerSet.debug_dyn_o rts/dist/build/RtsStartup.debug_dyn_o rts/dist/build/StgPrimFloat.debug_dyn_o rts/dist/build/Papi.debug_dyn_o rts/dist/build/Profiling.debug_dyn_o rts/dist/build/Disassembler.debug_dyn_o rts/dist/build/WSDeque.debug_dyn_o rts/dist/build/Inlines.debug_dyn_o rts/dist/build/RtsAPI.debug_dyn_o rts/dist/build/Adjustor.debug_dyn_o rts/dist/build/Globals.debug_dyn_o rts/dist/build/Capability.debug_dyn_o rts/dist/build/Threads.debug_dyn_o rts/dist/build/Timer.debug_dyn_o rts/dist/build/RtsUtils.debug_dyn_o rts/dist/build/Messages.debug_dyn_o rts/dist/build/FrontPanel.debug_dyn_o rts/dist/build/Interpreter.debug_dyn_o rts/dist/build/Stats.debug_dyn_o rts/dist/build/RetainerProfile.debug_dyn_o rts/dist/build/ClosureFlags.debug_dyn_o rts/dist/build/LdvProfile.debug_dyn_o rts/dist/build/StgCRun.debug_dyn_o rts/dist/build/Task.debug_dyn_o rts/dist/build/Weak.debug_dyn_o rts/dist/build/RaiseAsync.debug_dyn_o rts/dist/build/Trace.debug_dyn_o rts/dist/build/Hash.debug_dyn_o rts/dist/build/Schedule.debug_dyn_o rts/dist/build/Proftimer.debug_dyn_o rts/dist/build/RtsMessages.debug_dyn_o rts/dist/build/RtsDllMain.debug_dyn_o rts/dist/build/Linker.debug_dyn_o rts/dist/build/HsFFI.debug_dyn_o rts/dist/build/Hpc.debug_dyn_o rts/dist/build/ThreadLabels.debug_dyn_o rts/dist/build/RtsMain.debug_dyn_o rts/dist/build/Ticky.debug_dyn_o rts/dist/build/ThreadPaused.debug_dyn_o rts/dist/build/Printer.debug_dyn_o rts/dist/build/STM.debug_dyn_o rts/dist/build/hooks/OutOfHeap.debug_dyn_o rts/dist/build/hooks/MallocFail.debug_dyn_o rts/dist/build/hooks/FlagDefaults.debug_dyn_o rts/dist/build/hooks/OnExit.debug_dyn_o rts/dist/build/hooks/RtsOptsEnabled.debug_dyn_o rts/dist/build/hooks/StackOverflow.debug_dyn_o rts/dist/build/hooks/RtsOpts.debug_dyn_o rts/dist/build/parallel/Pack.debug_dyn_o rts/dist/build/parallel/RBH.debug_dyn_o rts/dist/build/parallel/HLComms.debug_dyn_o rts/dist/build/parallel/ParallelDebug.debug_dyn_o rts/dist/build/parallel/0Hash.debug_dyn_o rts/dist/build/parallel/ParTicky.debug_dyn_o rts/dist/build/parallel/Parallel.debug_dyn_o rts/dist/build/parallel/Global.debug_dyn_o rts/dist/build/parallel/Dist.debug_dyn_o rts/dist/build/parallel/GranSim.debug_dyn_o rts/dist/build/parallel/0Unpack.debug_dyn_o rts/dist/build/parallel/LLComms.debug_dyn_o rts/dist/build/parallel/ParInit.debug_dyn_o rts/dist/build/sm/MBlock.debug_dyn_o rts/dist/build/sm/Scav.debug_dyn_o rts/dist/build/sm/Compact.debug_dyn_o rts/dist/build/sm/Sweep.debug_dyn_o rts/dist/build/sm/GCAux.debug_dyn_o rts/dist/build/sm/GCUtils.debug_dyn_o rts/dist/build/sm/BlockAlloc.debug_dyn_o rts/dist/build/sm/MarkWeak.debug_dyn_o rts/dist/build/sm/GC.debug_dyn_o rts/dist/build/sm/Sanity.debug_dyn_o rts/dist/build/sm/Evac.debug_dyn_o rts/dist/build/sm/Storage.debug_dyn_o rts/dist/build/eventlog/EventLog.debug_dyn_o rts/dist/build/posix/OSMem.debug_dyn_o rts/dist/build/posix/GetTime.debug_dyn_o rts/dist/build/posix/OSThreads.debug_dyn_o rts/dist/build/posix/FileLock.debug_dyn_o rts/dist/build/posix/Itimer.debug_dyn_o rts/dist/build/posix/TTY.debug_dyn_o rts/dist/build/posix/Signals.debug_dyn_o rts/dist/build/posix/Select.debug_dyn_o rts/dist/build/StgStartup.debug_dyn_o rts/dist/build/Updates.debug_dyn_o rts/dist/build/Exception.debug_dyn_o rts/dist/build/Apply.debug_dyn_o rts/dist/build/StgStdThunks.debug_dyn_o rts/dist/build/HeapStackCheck.debug_dyn_o rts/dist/build/StgMiscClosures.debug_dyn_o rts/dist/build/PrimOps.debug_dyn_o rts/dist/build/AutoApply.debug_dyn_o -o rts/dist/build/libHSrts_debug-ghc7.0.1.so /usr/bin/ar: creating rts/dist/build/libHSrts_thr_p.a "rm" -f rts/dist/build/libHSrts_thr-ghc7.0.1.so "inplace/bin/ghc-stage1" -package-name rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/libs.depend` rts/dist/build/ProfHeap.thr_dyn_o rts/dist/build/Arena.thr_dyn_o rts/dist/build/Stable.thr_dyn_o rts/dist/build/RtsFlags.thr_dyn_o rts/dist/build/Sparks.thr_dyn_o rts/dist/build/RetainerSet.thr_dyn_o rts/dist/build/RtsStartup.thr_dyn_o rts/dist/build/StgPrimFloat.thr_dyn_o rts/dist/build/Papi.thr_dyn_o rts/dist/build/Profiling.thr_dyn_o rts/dist/build/Disassembler.thr_dyn_o rts/dist/build/WSDeque.thr_dyn_o rts/dist/build/Inlines.thr_dyn_o rts/dist/build/RtsAPI.thr_dyn_o rts/dist/build/Adjustor.thr_dyn_o rts/dist/build/Globals.thr_dyn_o rts/dist/build/Capability.thr_dyn_o rts/dist/build/Threads.thr_dyn_o rts/dist/build/Timer.thr_dyn_o rts/dist/build/RtsUtils.thr_dyn_o rts/dist/build/Messages.thr_dyn_o rts/dist/build/FrontPanel.thr_dyn_o rts/dist/build/Interpreter.thr_dyn_o rts/dist/build/Stats.thr_dyn_o rts/dist/build/RetainerProfile.thr_dyn_o rts/dist/build/ClosureFlags.thr_dyn_o rts/dist/build/LdvProfile.thr_dyn_o rts/dist/build/StgCRun.thr_dyn_o rts/dist/build/Task.thr_dyn_o rts/dist/build/Weak.thr_dyn_o rts/dist/build/RaiseAsync.thr_dyn_o rts/dist/build/Trace.thr_dyn_o rts/dist/build/Hash.thr_dyn_o rts/dist/build/Schedule.thr_dyn_o rts/dist/build/Proftimer.thr_dyn_o rts/dist/build/RtsMessages.thr_dyn_o rts/dist/build/RtsDllMain.thr_dyn_o rts/dist/build/Linker.thr_dyn_o rts/dist/build/HsFFI.thr_dyn_o rts/dist/build/Hpc.thr_dyn_o rts/dist/build/ThreadLabels.thr_dyn_o rts/dist/build/RtsMain.thr_dyn_o rts/dist/build/Ticky.thr_dyn_o rts/dist/build/ThreadPaused.thr_dyn_o rts/dist/build/Printer.thr_dyn_o rts/dist/build/STM.thr_dyn_o rts/dist/build/hooks/OutOfHeap.thr_dyn_o rts/dist/build/hooks/MallocFail.thr_dyn_o rts/dist/build/hooks/FlagDefaults.thr_dyn_o rts/dist/build/hooks/OnExit.thr_dyn_o rts/dist/build/hooks/RtsOptsEnabled.thr_dyn_o rts/dist/build/hooks/StackOverflow.thr_dyn_o rts/dist/build/hooks/RtsOpts.thr_dyn_o rts/dist/build/parallel/Pack.thr_dyn_o rts/dist/build/parallel/RBH.thr_dyn_o rts/dist/build/parallel/HLComms.thr_dyn_o rts/dist/build/parallel/ParallelDebug.thr_dyn_o rts/dist/build/parallel/0Hash.thr_dyn_o rts/dist/build/parallel/ParTicky.thr_dyn_o rts/dist/build/parallel/Parallel.thr_dyn_o rts/dist/build/parallel/Global.thr_dyn_o rts/dist/build/parallel/Dist.thr_dyn_o rts/dist/build/parallel/GranSim.thr_dyn_o rts/dist/build/parallel/0Unpack.thr_dyn_o rts/dist/build/parallel/LLComms.thr_dyn_o rts/dist/build/parallel/ParInit.thr_dyn_o rts/dist/build/sm/MBlock.thr_dyn_o rts/dist/build/sm/Scav.thr_dyn_o rts/dist/build/sm/Compact.thr_dyn_o rts/dist/build/sm/Sweep.thr_dyn_o rts/dist/build/sm/GCAux.thr_dyn_o rts/dist/build/sm/GCUtils.thr_dyn_o rts/dist/build/sm/BlockAlloc.thr_dyn_o rts/dist/build/sm/MarkWeak.thr_dyn_o rts/dist/build/sm/GC.thr_dyn_o rts/dist/build/sm/Sanity.thr_dyn_o rts/dist/build/sm/Evac.thr_dyn_o rts/dist/build/sm/Storage.thr_dyn_o rts/dist/build/eventlog/EventLog.thr_dyn_o rts/dist/build/posix/OSMem.thr_dyn_o rts/dist/build/posix/GetTime.thr_dyn_o rts/dist/build/posix/OSThreads.thr_dyn_o rts/dist/build/posix/FileLock.thr_dyn_o rts/dist/build/posix/Itimer.thr_dyn_o rts/dist/build/posix/TTY.thr_dyn_o rts/dist/build/posix/Signals.thr_dyn_o rts/dist/build/posix/Select.thr_dyn_o rts/dist/build/sm/Evac_thr.thr_dyn_o rts/dist/build/sm/Scav_thr.thr_dyn_o rts/dist/build/StgStartup.thr_dyn_o rts/dist/build/Updates.thr_dyn_o rts/dist/build/Exception.thr_dyn_o rts/dist/build/Apply.thr_dyn_o rts/dist/build/StgStdThunks.thr_dyn_o rts/dist/build/HeapStackCheck.thr_dyn_o rts/dist/build/StgMiscClosures.thr_dyn_o rts/dist/build/PrimOps.thr_dyn_o rts/dist/build/AutoApply.thr_dyn_o -o rts/dist/build/libHSrts_thr-ghc7.0.1.so "rm" -f rts/dist/build/libHSrts_thr_debug-ghc7.0.1.so "inplace/bin/ghc-stage1" -package-name rts -shared -dynamic -dynload deploy -no-auto-link-packages `cat rts/libs.depend` rts/dist/build/ProfHeap.thr_debug_dyn_o rts/dist/build/Arena.thr_debug_dyn_o rts/dist/build/Stable.thr_debug_dyn_o rts/dist/build/RtsFlags.thr_debug_dyn_o rts/dist/build/Sparks.thr_debug_dyn_o rts/dist/build/RetainerSet.thr_debug_dyn_o rts/dist/build/RtsStartup.thr_debug_dyn_o rts/dist/build/StgPrimFloat.thr_debug_dyn_o rts/dist/build/Papi.thr_debug_dyn_o rts/dist/build/Profiling.thr_debug_dyn_o rts/dist/build/Disassembler.thr_debug_dyn_o rts/dist/build/WSDeque.thr_debug_dyn_o rts/dist/build/Inlines.thr_debug_dyn_o rts/dist/build/RtsAPI.thr_debug_dyn_o rts/dist/build/Adjustor.thr_debug_dyn_o rts/dist/build/Globals.thr_debug_dyn_o rts/dist/build/Capability.thr_debug_dyn_o rts/dist/build/Threads.thr_debug_dyn_o rts/dist/build/Timer.thr_debug_dyn_o rts/dist/build/RtsUtils.thr_debug_dyn_o rts/dist/build/Messages.thr_debug_dyn_o rts/dist/build/FrontPanel.thr_debug_dyn_o rts/dist/build/Interpreter.thr_debug_dyn_o rts/dist/build/Stats.thr_debug_dyn_o rts/dist/build/RetainerProfile.thr_debug_dyn_o rts/dist/build/ClosureFlags.thr_debug_dyn_o rts/dist/build/LdvProfile.thr_debug_dyn_o rts/dist/build/StgCRun.thr_debug_dyn_o rts/dist/build/Task.thr_debug_dyn_o rts/dist/build/Weak.thr_debug_dyn_o rts/dist/build/RaiseAsync.thr_debug_dyn_o rts/dist/build/Trace.thr_debug_dyn_o rts/dist/build/Hash.thr_debug_dyn_o rts/dist/build/Schedule.thr_debug_dyn_o rts/dist/build/Proftimer.thr_debug_dyn_o rts/dist/build/RtsMessages.thr_debug_dyn_o rts/dist/build/RtsDllMain.thr_debug_dyn_o rts/dist/build/Linker.thr_debug_dyn_o rts/dist/build/HsFFI.thr_debug_dyn_o rts/dist/build/Hpc.thr_debug_dyn_o rts/dist/build/ThreadLabels.thr_debug_dyn_o rts/dist/build/RtsMain.thr_debug_dyn_o rts/dist/build/Ticky.thr_debug_dyn_o rts/dist/build/ThreadPaused.thr_debug_dyn_o rts/dist/build/Printer.thr_debug_dyn_o rts/dist/build/STM.thr_debug_dyn_o rts/dist/build/hooks/OutOfHeap.thr_debug_dyn_o rts/dist/build/hooks/MallocFail.thr_debug_dyn_o rts/dist/build/hooks/FlagDefaults.thr_debug_dyn_o rts/dist/build/hooks/OnExit.thr_debug_dyn_o rts/dist/build/hooks/RtsOptsEnabled.thr_debug_dyn_o rts/dist/build/hooks/StackOverflow.thr_debug_dyn_o rts/dist/build/hooks/RtsOpts.thr_debug_dyn_o rts/dist/build/parallel/Pack.thr_debug_dyn_o rts/dist/build/parallel/RBH.thr_debug_dyn_o rts/dist/build/parallel/HLComms.thr_debug_dyn_o rts/dist/build/parallel/ParallelDebug.thr_debug_dyn_o rts/dist/build/parallel/0Hash.thr_debug_dyn_o rts/dist/build/parallel/ParTicky.thr_debug_dyn_o rts/dist/build/parallel/Parallel.thr_debug_dyn_o rts/dist/build/parallel/Global.thr_debug_dyn_o rts/dist/build/parallel/Dist.thr_debug_dyn_o rts/dist/build/parallel/GranSim.thr_debug_dyn_o rts/dist/build/parallel/0Unpack.thr_debug_dyn_o rts/dist/build/parallel/LLComms.thr_debug_dyn_o rts/dist/build/parallel/ParInit.thr_debug_dyn_o rts/dist/build/sm/MBlock.thr_debug_dyn_o rts/dist/build/sm/Scav.thr_debug_dyn_o rts/dist/build/sm/Compact.thr_debug_dyn_o rts/dist/build/sm/Sweep.thr_debug_dyn_o rts/dist/build/sm/GCAux.thr_debug_dyn_o rts/dist/build/sm/GCUtils.thr_debug_dyn_o rts/dist/build/sm/BlockAlloc.thr_debug_dyn_o rts/dist/build/sm/MarkWeak.thr_debug_dyn_o rts/dist/build/sm/GC.thr_debug_dyn_o rts/dist/build/sm/Sanity.thr_debug_dyn_o rts/dist/build/sm/Evac.thr_debug_dyn_o rts/dist/build/sm/Storage.thr_debug_dyn_o rts/dist/build/eventlog/EventLog.thr_debug_dyn_o rts/dist/build/posix/OSMem.thr_debug_dyn_o rts/dist/build/posix/GetTime.thr_debug_dyn_o rts/dist/build/posix/OSThreads.thr_debug_dyn_o rts/dist/build/posix/FileLock.thr_debug_dyn_o rts/dist/build/posix/Itimer.thr_debug_dyn_o rts/dist/build/posix/TTY.thr_debug_dyn_o rts/dist/build/posix/Signals.thr_debug_dyn_o rts/dist/build/posix/Select.thr_debug_dyn_o rts/dist/build/sm/Evac_thr.thr_debug_dyn_o rts/dist/build/sm/Scav_thr.thr_debug_dyn_o rts/dist/build/StgStartup.thr_debug_dyn_o rts/dist/build/Updates.thr_debug_dyn_o rts/dist/build/Exception.thr_debug_dyn_o rts/dist/build/Apply.thr_debug_dyn_o rts/dist/build/StgStdThunks.thr_debug_dyn_o rts/dist/build/HeapStackCheck.thr_debug_dyn_o rts/dist/build/StgMiscClosures.thr_debug_dyn_o rts/dist/build/PrimOps.thr_debug_dyn_o rts/dist/build/AutoApply.thr_debug_dyn_o -o rts/dist/build/libHSrts_thr_debug-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Base.lhs -o libraries/base/dist-install/build/GHC/Base.dyn_o "inplace/bin/ghc-stage1" libraries/ghc-prim/dist-install/build/GHC/Bool.dyn_o libraries/ghc-prim/dist-install/build/GHC/Debug.dyn_o libraries/ghc-prim/dist-install/build/GHC/Generics.dyn_o libraries/ghc-prim/dist-install/build/GHC/Magic.dyn_o libraries/ghc-prim/dist-install/build/GHC/Ordering.dyn_o libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.dyn_o libraries/ghc-prim/dist-install/build/GHC/IntWord32.dyn_o libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o libraries/ghc-prim/dist-install/build/GHC/Tuple.dyn_o libraries/ghc-prim/dist-install/build/GHC/Types.dyn_o libraries/ghc-prim/dist-install/build/GHC/Unit.dyn_o libraries/ghc-prim/dist-install/build/cbits/debug.dyn_o libraries/ghc-prim/dist-install/build/cbits/longlong.dyn_o `/usr/bin/find libraries/ghc-prim/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0-ghc7.0.1.so"` -no-auto-link-packages -package rts-1.0 -o libraries/ghc-prim/dist-install/build/libHSghc-prim-0.2.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" libraries/integer-gmp/dist-install/build/GHC/Integer.dyn_o libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/Internals.dyn_o libraries/integer-gmp/dist-install/build/GHC/Integer/Type.dyn_o libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.dyn_o libraries/integer-gmp/dist-install/build/cbits/cbits.dyn_o `/usr/bin/find libraries/integer-gmp/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2-ghc7.0.1.so"` -no-auto-link-packages -package ghc-prim-0.2.0.0 -o libraries/integer-gmp/dist-install/build/libHSinteger-gmp-0.2.0.2-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Maybe.hs -o libraries/base/dist-install/build/Data/Maybe.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Tuple.hs -o libraries/base/dist-install/build/Data/Tuple.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/String.hs -o libraries/base/dist-install/build/Data/String.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Functor.hs -o libraries/base/dist-install/build/Data/Functor.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Bool.hs -o libraries/base/dist-install/build/Data/Bool.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Eq.hs -o libraries/base/dist-install/build/Data/Eq.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Ord.hs -o libraries/base/dist-install/build/Data/Ord.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Typeable.hs-boot -o libraries/base/dist-install/build/Data/Typeable.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/List.lhs -o libraries/base/dist-install/build/GHC/List.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Enum.lhs -o libraries/base/dist-install/build/GHC/Enum.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Show.lhs -o libraries/base/dist-install/build/GHC/Show.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Monad.hs -o libraries/base/dist-install/build/Control/Monad.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Base.lhs -o libraries/base/dist-install/build/GHC/Base.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/ParserCombinators/ReadP.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Exception.lhs -o libraries/base/dist-install/build/GHC/Exception.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Num.lhs -o libraries/base/dist-install/build/GHC/Num.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/ST.lhs -o libraries/base/dist-install/build/GHC/ST.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/Show.hs -o libraries/base/dist-install/build/Text/Show.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Err.lhs -o libraries/base/dist-install/build/GHC/Err.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/STRef.lhs -o libraries/base/dist-install/build/GHC/STRef.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Exception.hs-boot -o libraries/base/dist-install/build/GHC/IO/Exception.dyn_o-boot libraries/base/GHC/IO/Exception.hs-boot:1:12: Warning: -fno-implicit-prelude is deprecated: use -XNoImplicitPrelude or pragma {-# LANGUAGE NoImplicitPrelude #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Real.lhs -o libraries/base/dist-install/build/GHC/Real.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Arr.lhs -o libraries/base/dist-install/build/GHC/Arr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Bits.hs -o libraries/base/dist-install/build/Data/Bits.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/ParserCombinators/ReadPrec.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO.hs -o libraries/base/dist-install/build/GHC/IO.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Maybe.hs -o libraries/base/dist-install/build/Data/Maybe.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Tuple.hs -o libraries/base/dist-install/build/Data/Tuple.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/String.hs -o libraries/base/dist-install/build/Data/String.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Functor.hs -o libraries/base/dist-install/build/Data/Functor.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Bool.hs -o libraries/base/dist-install/build/Data/Bool.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Eq.hs -o libraries/base/dist-install/build/Data/Eq.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Ord.hs -o libraries/base/dist-install/build/Data/Ord.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IORef.hs -o libraries/base/dist-install/build/GHC/IORef.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/MVar.hs -o libraries/base/dist-install/build/GHC/MVar.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/IO/Unsafe.hs -o libraries/base/dist-install/build/System/IO/Unsafe.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Typeable.hs-boot -o libraries/base/dist-install/build/Data/Typeable.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/List.lhs -o libraries/base/dist-install/build/GHC/List.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Enum.lhs -o libraries/base/dist-install/build/GHC/Enum.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/Read/Lex.hs -o libraries/base/dist-install/build/Text/Read/Lex.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Float.lhs -o libraries/base/dist-install/build/GHC/Float.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IOArray.hs -o libraries/base/dist-install/build/GHC/IOArray.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Ix.hs -o libraries/base/dist-install/build/Data/Ix.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Base.lhs -o libraries/base/dist-install/build/GHC/Base.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Show.lhs -o libraries/base/dist-install/build/GHC/Show.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Monad.hs -o libraries/base/dist-install/build/Control/Monad.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Maybe.hs -o libraries/base/dist-install/build/Data/Maybe.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Tuple.hs -o libraries/base/dist-install/build/Data/Tuple.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/String.hs -o libraries/base/dist-install/build/Data/String.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Functor.hs -o libraries/base/dist-install/build/Data/Functor.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Bool.hs -o libraries/base/dist-install/build/Data/Bool.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Eq.hs -o libraries/base/dist-install/build/Data/Eq.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Ord.hs -o libraries/base/dist-install/build/Data/Ord.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/ParserCombinators/ReadP.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Typeable.hs-boot -o libraries/base/dist-install/build/Data/Typeable.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/List.lhs -o libraries/base/dist-install/build/GHC/List.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Enum.lhs -o libraries/base/dist-install/build/GHC/Enum.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Exception.lhs -o libraries/base/dist-install/build/GHC/Exception.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Num.lhs -o libraries/base/dist-install/build/GHC/Num.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/ST.lhs -o libraries/base/dist-install/build/GHC/ST.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/Show.hs -o libraries/base/dist-install/build/Text/Show.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Read.lhs -o libraries/base/dist-install/build/GHC/Read.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Show.lhs -o libraries/base/dist-install/build/GHC/Show.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Monad.hs -o libraries/base/dist-install/build/Control/Monad.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Err.lhs -o libraries/base/dist-install/build/GHC/Err.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Arr.lhs -o libraries/base/dist-install/build/GHC/Arr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Bits.hs -o libraries/base/dist-install/build/Data/Bits.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/ParserCombinators/ReadPrec.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/STRef.lhs -o libraries/base/dist-install/build/GHC/STRef.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Exception.hs-boot -o libraries/base/dist-install/build/GHC/IO/Exception.o-boot libraries/base/GHC/IO/Exception.hs-boot:1:12: Warning: -fno-implicit-prelude is deprecated: use -XNoImplicitPrelude or pragma {-# LANGUAGE NoImplicitPrelude #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Numeric.hs -o libraries/base/dist-install/build/Numeric.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Word.hs -o libraries/base/dist-install/build/GHC/Word.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Monoid.hs -o libraries/base/dist-install/build/Data/Monoid.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/IOMode.hs -o libraries/base/dist-install/build/GHC/IO/IOMode.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Exception.lhs -o libraries/base/dist-install/build/GHC/Exception.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Num.lhs -o libraries/base/dist-install/build/GHC/Num.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/ParserCombinators/ReadP.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/ST.lhs -o libraries/base/dist-install/build/GHC/ST.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/Show.hs -o libraries/base/dist-install/build/Text/Show.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Real.lhs -o libraries/base/dist-install/build/GHC/Real.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO.hs -o libraries/base/dist-install/build/GHC/IO.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Ptr.lhs -o libraries/base/dist-install/build/GHC/Ptr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Word.hs -o libraries/base/dist-install/build/Data/Word.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Int.hs -o libraries/base/dist-install/build/GHC/Int.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/IntMap.hs -o libraries/base/dist-install/build/System/Event/IntMap.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Err.lhs -o libraries/base/dist-install/build/GHC/Err.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Arr.lhs -o libraries/base/dist-install/build/GHC/Arr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Bits.hs -o libraries/base/dist-install/build/Data/Bits.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/ParserCombinators/ReadPrec.hs -o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/STRef.lhs -o libraries/base/dist-install/build/GHC/STRef.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Exception.hs-boot -o libraries/base/dist-install/build/GHC/IO/Exception.p_o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IORef.hs -o libraries/base/dist-install/build/GHC/IORef.o libraries/base/GHC/IO/Exception.hs-boot:1:12: Warning: -fno-implicit-prelude is deprecated: use -XNoImplicitPrelude or pragma {-# LANGUAGE NoImplicitPrelude #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/MVar.hs -o libraries/base/dist-install/build/GHC/MVar.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IOArray.hs -o libraries/base/dist-install/build/GHC/IOArray.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/IO/Unsafe.hs -o libraries/base/dist-install/build/System/IO/Unsafe.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Ix.hs -o libraries/base/dist-install/build/Data/Ix.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Stable.lhs -o libraries/base/dist-install/build/GHC/Stable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Int.hs -o libraries/base/dist-install/build/Data/Int.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Device.hs -o libraries/base/dist-install/build/GHC/IO/Device.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Pack.lhs -o libraries/base/dist-install/build/GHC/Pack.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Real.lhs -o libraries/base/dist-install/build/GHC/Real.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO.hs -o libraries/base/dist-install/build/GHC/IO.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/Read/Lex.hs -o libraries/base/dist-install/build/Text/Read/Lex.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Float.lhs -o libraries/base/dist-install/build/GHC/Float.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Storable.lhs -o libraries/base/dist-install/build/GHC/Storable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/StablePtr.hs -o libraries/base/dist-install/build/Foreign/StablePtr.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IORef.hs -o libraries/base/dist-install/build/GHC/IORef.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/MVar.hs -o libraries/base/dist-install/build/GHC/MVar.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IOArray.hs -o libraries/base/dist-install/build/GHC/IOArray.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/IO/Unsafe.hs -o libraries/base/dist-install/build/System/IO/Unsafe.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Ix.hs -o libraries/base/dist-install/build/Data/Ix.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Storable.hs -o libraries/base/dist-install/build/Foreign/Storable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/C/Types.hs -o libraries/base/dist-install/build/Foreign/C/Types.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/Read/Lex.hs -o libraries/base/dist-install/build/Text/Read/Lex.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Float.lhs -o libraries/base/dist-install/build/GHC/Float.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Unicode.hs -o libraries/base/dist-install/build/GHC/Unicode.dyn_o libraries/base/GHC/Unicode.hs:2:12: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Char.hs -o libraries/base/dist-install/build/Data/Char.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/List.hs -o libraries/base/dist-install/build/Data/List.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/HashTable.hs -o libraries/base/dist-install/build/Data/HashTable.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Read.lhs -o libraries/base/dist-install/build/GHC/Read.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Typeable.hs -o libraries/base/dist-install/build/Data/Typeable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/ForeignPtr.hs -o libraries/base/dist-install/build/GHC/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Ptr.hs -o libraries/base/dist-install/build/Foreign/Ptr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Dynamic.hs -o libraries/base/dist-install/build/Data/Dynamic.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Either.hs -o libraries/base/dist-install/build/Data/Either.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Weak.lhs -o libraries/base/dist-install/build/GHC/Weak.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Concurrent.hs -o libraries/base/dist-install/build/Foreign/Concurrent.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/ForeignPtr.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/IORef.hs -o libraries/base/dist-install/build/Data/IORef.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Buffer.hs -o libraries/base/dist-install/build/GHC/IO/Buffer.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/Read.hs -o libraries/base/dist-install/build/Text/Read.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/Array.hs -o libraries/base/dist-install/build/System/Event/Array.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/Types.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Types.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/BufferedIO.hs -o libraries/base/dist-install/build/GHC/IO/BufferedIO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle/Types.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Types.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Numeric.hs -o libraries/base/dist-install/build/Numeric.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Word.hs -o libraries/base/dist-install/build/GHC/Word.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Monoid.hs -o libraries/base/dist-install/build/Data/Monoid.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/IOMode.hs -o libraries/base/dist-install/build/GHC/IO/IOMode.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle/FD.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Exception.hs -o libraries/base/dist-install/build/GHC/IO/Exception.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Read.lhs -o libraries/base/dist-install/build/GHC/Read.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Ptr.lhs -o libraries/base/dist-install/build/GHC/Ptr.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Marshal/Error.hs -o libraries/base/dist-install/build/Foreign/Marshal/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Marshal/Alloc.hs -o libraries/base/dist-install/build/Foreign/Marshal/Alloc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/UTF32.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/UTF16.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/UTF8.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/Latin1.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IOBase.hs -o libraries/base/dist-install/build/GHC/IOBase.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Stable.lhs -o libraries/base/dist-install/build/GHC/Stable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Pack.lhs -o libraries/base/dist-install/build/GHC/Pack.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Marshal/Utils.hs -o libraries/base/dist-install/build/Foreign/Marshal/Utils.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/StablePtr.hs -o libraries/base/dist-install/build/Foreign/StablePtr.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Marshal/Array.hs -o libraries/base/dist-install/build/Foreign/Marshal/Array.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/C/String.hs -o libraries/base/dist-install/build/Foreign/C/String.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Marshal/Pool.hs -o libraries/base/dist-install/build/Foreign/Marshal/Pool.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/Marshal.hs -o libraries/base/dist-install/build/Foreign/Marshal.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Numeric.hs -o libraries/base/dist-install/build/Numeric.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Word.hs -o libraries/base/dist-install/build/GHC/Word.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Monoid.hs -o libraries/base/dist-install/build/Data/Monoid.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/IOMode.hs -o libraries/base/dist-install/build/GHC/IO/IOMode.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Word.hs -o libraries/base/dist-install/build/Data/Word.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Int.hs -o libraries/base/dist-install/build/GHC/Int.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Device.hs -o libraries/base/dist-install/build/GHC/IO/Device.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/IntMap.hs -o libraries/base/dist-install/build/System/Event/IntMap.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/C/Error.hs -o libraries/base/dist-install/build/Foreign/C/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign.hs -o libraries/base/dist-install/build/Foreign.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Ptr.lhs -o libraries/base/dist-install/build/GHC/Ptr.p_o libraries/base/Foreign/C/Error.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Foreign/C.hs -o libraries/base/dist-install/build/Foreign/C.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/dist-install/build/System/Event/Clock.hs -o libraries/base/dist-install/build/System/Event/Clock.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Conc/Sync.lhs -o libraries/base/dist-install/build/GHC/Conc/Sync.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Posix/Types.hs -o libraries/base/dist-install/build/System/Posix/Types.dyn_o SpecConstr Function `$j_s20F{v} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Stable.lhs -o libraries/base/dist-install/build/GHC/Stable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Pack.lhs -o libraries/base/dist-install/build/GHC/Pack.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Exception/Base.hs -o libraries/base/dist-install/build/Control/Exception/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/Internal.hs -o libraries/base/dist-install/build/System/Event/Internal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Posix/Internals.hs -o libraries/base/dist-install/build/System/Posix/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/Unique.hs -o libraries/base/dist-install/build/System/Event/Unique.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/StablePtr.hs -o libraries/base/dist-install/build/Foreign/StablePtr.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Int.hs -o libraries/base/dist-install/build/Data/Int.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Storable.lhs -o libraries/base/dist-install/build/GHC/Storable.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Concurrent/MVar.hs -o libraries/base/dist-install/build/Control/Concurrent/MVar.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/PSQ.hs -o libraries/base/dist-install/build/System/Event/PSQ.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Exception.hs -o libraries/base/dist-install/build/Control/Exception.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/IO/Error.hs -o libraries/base/dist-install/build/System/IO/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/dist-install/build/System/Event/KQueue.hs -o libraries/base/dist-install/build/System/Event/KQueue.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Word.hs -o libraries/base/dist-install/build/Data/Word.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Int.hs -o libraries/base/dist-install/build/GHC/Int.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Device.hs -o libraries/base/dist-install/build/GHC/IO/Device.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/IntMap.hs -o libraries/base/dist-install/build/System/Event/IntMap.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Storable.hs -o libraries/base/dist-install/build/Foreign/Storable.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Conc/Signal.hs -o libraries/base/dist-install/build/GHC/Conc/Signal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/dist-install/build/System/Event/EPoll.hs -o libraries/base/dist-install/build/System/Event/EPoll.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding/Iconv.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/dist-install/build/System/Event/Poll.hs -o libraries/base/dist-install/build/System/Event/Poll.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/C/Types.hs -o libraries/base/dist-install/build/Foreign/C/Types.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/Control.hs -o libraries/base/dist-install/build/System/Event/Control.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Encoding.hs -o libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle/Internals.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/Manager.hs -o libraries/base/dist-install/build/System/Event/Manager.dyn_o libraries/base/GHC/IO/Handle/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event/Thread.hs -o libraries/base/dist-install/build/System/Event/Thread.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Event.hs -o libraries/base/dist-install/build/System/Event.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Int.hs -o libraries/base/dist-install/build/Data/Int.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Storable.lhs -o libraries/base/dist-install/build/GHC/Storable.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Conc/IO.hs -o libraries/base/dist-install/build/GHC/Conc/IO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Conc.lhs -o libraries/base/dist-install/build/GHC/Conc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/FD.hs -o libraries/base/dist-install/build/GHC/IO/FD.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Storable.hs -o libraries/base/dist-install/build/Foreign/Storable.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle/Text.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Text.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Unicode.hs -o libraries/base/dist-install/build/GHC/Unicode.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/C/Types.hs -o libraries/base/dist-install/build/Foreign/C/Types.p_o SpecConstr Function `$wa{v s30x} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations libraries/base/GHC/Unicode.hs:2:12: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Char.hs -o libraries/base/dist-install/build/Data/Char.o libraries/base/GHC/IO/Handle/Text.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle.hs -o libraries/base/dist-install/build/GHC/IO/Handle.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/IO/Handle/FD.hs -o libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/IO.hs -o libraries/base/dist-install/build/System/IO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Handle.hs -o libraries/base/dist-install/build/GHC/Handle.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/TopHandler.lhs -o libraries/base/dist-install/build/GHC/TopHandler.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/OldException.hs -o libraries/base/dist-install/build/Control/OldException.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Prelude.hs -o libraries/base/dist-install/build/Prelude.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Prelude.hs -o libraries/haskell2010/dist-install/build/Prelude.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Constants.hs -o libraries/base/dist-install/build/GHC/Constants.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Data.hs -o libraries/base/dist-install/build/Data/Data.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Category.hs -o libraries/base/dist-install/build/Control/Category.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Function.hs -o libraries/base/dist-install/build/Data/Function.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Monad/Instances.hs -o libraries/base/dist-install/build/Control/Monad/Instances.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Environment.hs -o libraries/base/dist-install/build/GHC/Environment.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/PArr.hs -o libraries/base/dist-install/build/GHC/PArr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Unique.hs -o libraries/base/dist-install/build/Data/Unique.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Concurrent/SampleVar.hs -o libraries/base/dist-install/build/Control/Concurrent/SampleVar.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Concurrent/QSemN.hs -o libraries/base/dist-install/build/Control/Concurrent/QSemN.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Concurrent/QSem.hs -o libraries/base/dist-install/build/Control/Concurrent/QSem.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Concurrent/Chan.hs -o libraries/base/dist-install/build/Control/Concurrent/Chan.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Ratio.hs -o libraries/base/dist-install/build/Data/Ratio.dyn_o SpecConstr Function `$j_s1Bp{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1BX{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/STRef.hs -o libraries/base/dist-install/build/Data/STRef.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Version.hs -o libraries/base/dist-install/build/Data/Version.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Debug/Trace.hs -o libraries/base/dist-install/build/Debug/Trace.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Console/GetOpt.hs -o libraries/base/dist-install/build/System/Console/GetOpt.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/dist-install/build/System/CPUTime.hs -o libraries/base/dist-install/build/System/CPUTime.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Environment.hs -o libraries/base/dist-install/build/System/Environment.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Exit.hs -o libraries/base/dist-install/build/System/Exit.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Info.hs -o libraries/base/dist-install/build/System/Info.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Mem.hs -o libraries/base/dist-install/build/System/Mem.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Mem/StableName.hs -o libraries/base/dist-install/build/System/Mem/StableName.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Mem/Weak.hs -o libraries/base/dist-install/build/System/Mem/Weak.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/Printf.hs -o libraries/base/dist-install/build/Text/Printf.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Text/Show/Functions.hs -o libraries/base/dist-install/build/Text/Show/Functions.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/filepath/./System/FilePath/Posix.hs -o libraries/filepath/dist-install/build/System/FilePath/Posix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/filepath/./System/FilePath/Windows.hs -o libraries/filepath/dist-install/build/System/FilePath/Windows.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array.hs -o libraries/array/dist-install/build/Data/Array.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Fusion.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Fusion.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/./System/Posix/Error.hs -o libraries/unix/dist-install/build/System/Posix/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Resource.hs -o libraries/unix/dist-install/build/System/Posix/Resource.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/User.hs -o libraries/unix/dist-install/build/System/Posix/User.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Time.hs -o libraries/unix/dist-install/build/System/Posix/Time.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Env.hs -o libraries/unix/dist-install/build/System/Posix/Env.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/./System/Posix/Process/Internals.hs -o libraries/unix/dist-install/build/System/Posix/Process/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Unistd.hs -o libraries/unix/dist-install/build/System/Posix/Unistd.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name old-locale-1.0.0.2 -hide-all-packages -i -ilibraries/old-locale/. -ilibraries/old-locale/dist-install/build -ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/dist-install/build -Ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/. -optP-include -optPlibraries/old-locale/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-locale/dist-install/build -hidir libraries/old-locale/dist-install/build -stubdir libraries/old-locale/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/old-locale/./System/Locale.hs -o libraries/old-locale/dist-install/build/System/Locale.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock/CTimeval.hs -o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name extensible-exceptions-0.1.1.2 -hide-all-packages -i -ilibraries/extensible-exceptions/. -ilibraries/extensible-exceptions/dist-install/build -ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/dist-install/build -Ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/. -optP-DUSE_NEW_EXCEPTIONS -optP-include -optPlibraries/extensible-exceptions/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XExistentialQuantification -XDeriveDataTypeable -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/extensible-exceptions/dist-install/build -hidir libraries/extensible-exceptions/dist-install/build -stubdir libraries/extensible-exceptions/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/extensible-exceptions/./Control/Exception/Extensible.hs -o libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Ix.hs -o libraries/haskell98/dist-install/build/Ix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./CPUTime.hs -o libraries/haskell98/dist-install/build/CPUTime.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Char.hs -o libraries/haskell98/dist-install/build/Char.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./IO.hs -o libraries/haskell98/dist-install/build/IO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./List.hs -o libraries/haskell98/dist-install/build/List.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Maybe.hs -o libraries/haskell98/dist-install/build/Maybe.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Monad.hs -o libraries/haskell98/dist-install/build/Monad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Ratio.hs -o libraries/haskell98/dist-install/build/Ratio.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Bits.hs -o libraries/haskell98/dist-install/build/Bits.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./CError.hs -o libraries/haskell98/dist-install/build/CError.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./CForeign.hs -o libraries/haskell98/dist-install/build/CForeign.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./CString.hs -o libraries/haskell98/dist-install/build/CString.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./CTypes.hs -o libraries/haskell98/dist-install/build/CTypes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./ForeignPtr.hs -o libraries/haskell98/dist-install/build/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Int.hs -o libraries/haskell98/dist-install/build/Int.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./MarshalAlloc.hs -o libraries/haskell98/dist-install/build/MarshalAlloc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./MarshalArray.hs -o libraries/haskell98/dist-install/build/MarshalArray.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./MarshalError.hs -o libraries/haskell98/dist-install/build/MarshalError.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./MarshalUtils.hs -o libraries/haskell98/dist-install/build/MarshalUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Ptr.hs -o libraries/haskell98/dist-install/build/Ptr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./StablePtr.hs -o libraries/haskell98/dist-install/build/StablePtr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Storable.hs -o libraries/haskell98/dist-install/build/Storable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Word.hs -o libraries/haskell98/dist-install/build/Word.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Char.hs -o libraries/haskell2010/dist-install/build/Data/Char.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./System/IO.hs -o libraries/haskell2010/dist-install/build/System/IO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./System/IO/Error.hs -o libraries/haskell2010/dist-install/build/System/IO/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Ix.hs -o libraries/haskell2010/dist-install/build/Data/Ix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/List.hs -o libraries/haskell2010/dist-install/build/Data/List.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Maybe.hs -o libraries/haskell2010/dist-install/build/Data/Maybe.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Control/Monad.hs -o libraries/haskell2010/dist-install/build/Control/Monad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Ratio.hs -o libraries/haskell2010/dist-install/build/Data/Ratio.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./System/Environment.hs -o libraries/haskell2010/dist-install/build/System/Environment.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./System/Exit.hs -o libraries/haskell2010/dist-install/build/System/Exit.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Numeric.hs -o libraries/haskell2010/dist-install/build/Numeric.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Int.hs -o libraries/haskell2010/dist-install/build/Data/Int.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Word.hs -o libraries/haskell2010/dist-install/build/Data/Word.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Bits.hs -o libraries/haskell2010/dist-install/build/Data/Bits.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Marshal/Utils.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Marshal/Error.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Marshal/Array.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Array.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Marshal/Alloc.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Storable.hs -o libraries/haskell2010/dist-install/build/Foreign/Storable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/StablePtr.hs -o libraries/haskell2010/dist-install/build/Foreign/StablePtr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/ForeignPtr.hs -o libraries/haskell2010/dist-install/build/Foreign/ForeignPtr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Ptr.hs -o libraries/haskell2010/dist-install/build/Foreign/Ptr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/C/Error.hs -o libraries/haskell2010/dist-install/build/Foreign/C/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/C/String.hs -o libraries/haskell2010/dist-install/build/Foreign/C/String.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/C/Types.hs -o libraries/haskell2010/dist-install/build/Foreign/C/Types.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Util.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/pretty/./Text/PrettyPrint/HughesPJ.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/ReadP.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/dist-install/build/autogen/Paths_Cabal.hs -o libraries/Cabal/dist-install/build/Paths_Cabal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/Exception.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/dist-install/build/Distribution/GetOpt.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/dist-install/build/Distribution/TestSuite.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Trans.hs -o libraries/mtl/dist-install/build/Control/Monad/Trans.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/State/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Class.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Cont/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Cont/Class.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Writer/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Class.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Error/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Error/Class.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./Codec/Binary/UTF8/String.hs -o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Internals.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/BlockTable.hs -o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Key.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.dyn_o SpecConstr Function `$waux{v s16A} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/LineState.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.dyn_o SpecConstr Function `$j_s2hu{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Unicode.hs -o libraries/base/dist-install/build/GHC/Unicode.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Exception.hs -o compiler/stage2/build/Exception.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stage2/build/Config.hs -o compiler/stage2/build/Config.dyn_o libraries/base/GHC/Unicode.hs:2:12: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Maybes.lhs -o compiler/stage2/build/Maybes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Encoding.hs -o compiler/stage2/build/Encoding.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/OccName.lhs-boot -o compiler/stage2/build/OccName.dyn_o-boot on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Module.lhs-boot -o compiler/stage2/build/Module.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/FastMutInt.lhs -o compiler/stage2/build/FastMutInt.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/Packages.lhs-boot -o compiler/stage2/build/Packages.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/Constants.lhs -o compiler/stage2/build/Constants.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/TypeRep.lhs-boot -o compiler/stage2/build/TypeRep.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Name.lhs-boot -o compiler/stage2/build/Name.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Platform.hs -o compiler/stage2/build/Platform.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/TyCon.lhs-boot -o compiler/stage2/build/TyCon.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/OrdList.lhs -o compiler/stage2/build/OrdList.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/X86/Cond.hs -o compiler/stage2/build/X86/Cond.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage2/build/SPARC/Cond.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Alpha/Regs.hs -o compiler/stage2/build/Alpha/Regs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Alpha/RegInfo.hs -o compiler/stage2/build/Alpha/RegInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Alpha/Instr.hs -o compiler/stage2/build/Alpha/Instr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Alpha/CodeGen.hs -o compiler/stage2/build/Alpha/CodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/InteractiveEval.hs-boot -o compiler/stage2/build/InteractiveEval.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/ExternalCore.lhs -o compiler/stage2/build/ExternalCore.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmTx.hs -o compiler/stage2/build/CmmTx.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/Dataflow.hs -o compiler/stage2/build/Dataflow.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/ParserCoreUtils.hs -o compiler/stage2/build/ParserCoreUtils.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/List.hs -o libraries/base/dist-install/build/Data/List.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Monad/Fix.hs -o libraries/base/dist-install/build/Control/Monad/Fix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Exts.hs -o libraries/base/dist-install/build/GHC/Exts.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Concurrent.hs -o libraries/base/dist-install/build/Control/Concurrent.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Complex.hs -o libraries/base/dist-install/build/Data/Complex.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Fixed.hs -o libraries/base/dist-install/build/Data/Fixed.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/STRef/Strict.hs -o libraries/base/dist-install/build/Data/STRef/Strict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/filepath/./System/FilePath.hs -o libraries/filepath/dist-install/build/System/FilePath.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Internal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/IntSet.hs -o libraries/containers/dist-install/build/Data/IntSet.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/SharedMem.hs -o libraries/unix/dist-install/build/System/Posix/SharedMem.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/IO.hs -o libraries/unix/dist-install/build/System/Posix/IO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Process.hs -o libraries/unix/dist-install/build/System/Posix/Process.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Files.hs -o libraries/unix/dist-install/build/System/Posix/Files.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Directory.hs -o libraries/unix/dist-install/build/System/Posix/Directory.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-time/dist-install/build -hidir libraries/old-time/dist-install/build -stubdir libraries/old-time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/old-time/dist-install/build/System/Time.hs -o libraries/old-time/dist-install/build/System/Time.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/Private.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Private.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/Days.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Days.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock/Scale.hs -o libraries/time/dist-install/build/Data/Time/Clock/Scale.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Array.hs -o libraries/haskell98/dist-install/build/Array.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Complex.hs -o libraries/haskell98/dist-install/build/Complex.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Locale.hs -o libraries/haskell98/dist-install/build/Locale.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Array.hs -o libraries/haskell2010/dist-install/build/Data/Array.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Data/Complex.hs -o libraries/haskell2010/dist-install/build/Data/Complex.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/Marshal.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign/C.hs -o libraries/haskell2010/dist-install/build/Foreign/C.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Tix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/pretty/./Text/PrettyPrint.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH/Syntax/Internals.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/dist-install/build/Distribution/ReadE.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Reader/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Reader/Class.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./System/IO/UTF8.hs -o libraries/utf8-string/dist-install/build/System/IO/UTF8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./System/Environment/UTF8.hs -o libraries/utf8-string/dist-install/build/System/Environment/UTF8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Strict/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Strict/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Transitional/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Frameset/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Command.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Char.hs -o libraries/base/dist-install/build/Data/Char.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/FastTypes.lhs -o compiler/stage2/build/FastTypes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/FastBool.lhs -o compiler/stage2/build/FastBool.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/BreakArray.hs -o compiler/stage2/build/BreakArray.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/HashTable.hs -o libraries/base/dist-install/build/Data/HashTable.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Arrow.hs -o libraries/base/dist-install/build/Control/Arrow.dyn_o SpecConstr Function `$j_s4o7{v} [lid]' has 7 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./System/Timeout.hs -o libraries/base/dist-install/build/System/Timeout.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Monad/ST.hs -o libraries/base/dist-install/build/Control/Monad/ST.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Unsafe.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Lazy/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Semaphore.hs -o libraries/unix/dist-install/build/System/Posix/Semaphore.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Terminal.hs -o libraries/unix/dist-install/build/System/Posix/Terminal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Temp.hs -o libraries/unix/dist-install/build/System/Posix/Temp.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Signals.hs -o libraries/unix/dist-install/build/System/Posix/Signals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/OrdinalDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/MonthDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/JulianYearDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock/UTC.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTC.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Time.hs -o libraries/haskell98/dist-install/build/Time.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell2010/./Foreign.hs -o libraries/haskell2010/dist-install/build/Foreign.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH/Syntax.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Text.hs -o libraries/Cabal/dist-install/build/Distribution/Text.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/dist-install/build/Distribution/Verbosity.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Cont.hs -o libraries/mtl/dist-install/build/Control/Monad/Cont.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/RWS/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Class.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Identity.hs -o libraries/mtl/dist-install/build/Control/Monad/Identity.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/List.hs -o libraries/mtl/dist-install/build/Control/Monad/List.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Reader.hs -o libraries/mtl/dist-install/build/Control/Monad/Reader.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/State/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Lazy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/State/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Strict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Writer/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Writer/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Strict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Table.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Table.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Extras.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Extras.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/List.hs -o libraries/base/dist-install/build/Data/List.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/FastFunctions.lhs -o compiler/stage2/build/FastFunctions.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Typeable.hs -o libraries/base/dist-install/build/Data/Typeable.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./GHC/Desugar.hs -o libraries/base/dist-install/build/GHC/Desugar.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Applicative.hs -o libraries/base/dist-install/build/Control/Applicative.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Monad/ST/Lazy.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Control/Monad/ST/Strict.hs -o libraries/base/dist-install/build/Control/Monad/ST/Strict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Foldable.hs -o libraries/base/dist-install/build/Data/Foldable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/STRef/Lazy.hs -o libraries/base/dist-install/build/Data/STRef/Lazy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/base/./Data/Traversable.hs -o libraries/base/dist-install/build/Data/Traversable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/Base.hs -o libraries/array/dist-install/build/Data/Array/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString.hs -o libraries/bytestring/dist-install/build/Data/ByteString.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/Sequence.hs -o libraries/containers/dist-install/build/Data/Sequence.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/IntMap.hs -o libraries/containers/dist-install/build/Data/IntMap.dyn_o SpecConstr Function `f{v s4OA} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4PO} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4QJ} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4Rf} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/Set.hs -o libraries/containers/dist-install/build/Data/Set.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/./System/Posix.hs -o libraries/unix/dist-install/build/System/Posix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/Gregorian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/WeekDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/Julian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Julian.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock/POSIX.hs -o libraries/time/dist-install/build/Data/Time/Clock/POSIX.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/directory/./System/Directory.hs -o libraries/directory/dist-install/build/System/Directory.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/process/./System/Process.hs -o libraries/process/dist-install/build/System/Process.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Version.hs -o libraries/Cabal/dist-install/build/Distribution/Version.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/dist-install/build/Distribution/ModuleName.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/dist-install/build/Language/Haskell/Extension.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/TempFile.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/System.hs -o libraries/Cabal/dist-install/build/Distribution/System.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Error.hs -o libraries/mtl/dist-install/build/Control/Monad/Error.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/RWS/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/RWS/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Strict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/State.hs -o libraries/mtl/dist-install/build/Control/Monad/State.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/Writer.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Debug.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Debug.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Transitional.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Frameset.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml/Strict.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/MonadException.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/HashTable.hs -o libraries/base/dist-install/build/Data/HashTable.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Panic.lhs -o compiler/stage2/build/Panic.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/ForeignPtr.hs -o libraries/base/dist-install/build/GHC/ForeignPtr.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead libraries/haskeline/System/Console/Haskeline/MonadException.hs:19:1: Warning: In the use of `E.block' (imported from Control.Exception.Extensible, but defined in GHC.IO): Deprecated: "use Control.Exception.mask instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:19:1: Warning: In the use of `E.unblock' (imported from Control.Exception.Extensible, but defined in GHC.IO): Deprecated: "use Control.Exception.mask instead" "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Ptr.hs -o libraries/base/dist-install/build/Foreign/Ptr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Dynamic.hs -o libraries/base/dist-install/build/Data/Dynamic.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Either.hs -o libraries/base/dist-install/build/Data/Either.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Weak.lhs -o libraries/base/dist-install/build/GHC/Weak.o "inplace/bin/ghc-stage1" libraries/base/dist-install/build/Foreign/Concurrent.dyn_o libraries/base/dist-install/build/GHC/Arr.dyn_o libraries/base/dist-install/build/GHC/Base.dyn_o libraries/base/dist-install/build/GHC/Classes.dyn_o libraries/base/dist-install/build/GHC/Conc.dyn_o libraries/base/dist-install/build/GHC/Conc/IO.dyn_o libraries/base/dist-install/build/GHC/Conc/Signal.dyn_o libraries/base/dist-install/build/GHC/Conc/Sync.dyn_o libraries/base/dist-install/build/GHC/ConsoleHandler.dyn_o libraries/base/dist-install/build/GHC/Constants.dyn_o libraries/base/dist-install/build/GHC/Desugar.dyn_o libraries/base/dist-install/build/GHC/Enum.dyn_o libraries/base/dist-install/build/GHC/Environment.dyn_o libraries/base/dist-install/build/GHC/Err.dyn_o libraries/base/dist-install/build/GHC/Exception.dyn_o libraries/base/dist-install/build/GHC/Exts.dyn_o libraries/base/dist-install/build/GHC/Float.dyn_o libraries/base/dist-install/build/GHC/ForeignPtr.dyn_o libraries/base/dist-install/build/GHC/MVar.dyn_o libraries/base/dist-install/build/GHC/IO.dyn_o libraries/base/dist-install/build/GHC/IO/IOMode.dyn_o libraries/base/dist-install/build/GHC/IO/Buffer.dyn_o libraries/base/dist-install/build/GHC/IO/Device.dyn_o libraries/base/dist-install/build/GHC/IO/BufferedIO.dyn_o libraries/base/dist-install/build/GHC/IO/FD.dyn_o libraries/base/dist-install/build/GHC/IO/Exception.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Types.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.dyn_o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.dyn_o libraries/base/dist-install/build/GHC/IO/Handle.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/Types.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/Internals.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/FD.dyn_o libraries/base/dist-install/build/GHC/IO/Handle/Text.dyn_o libraries/base/dist-install/build/GHC/IOBase.dyn_o libraries/base/dist-install/build/GHC/Handle.dyn_o libraries/base/dist-install/build/GHC/IORef.dyn_o libraries/base/dist-install/build/GHC/IOArray.dyn_o libraries/base/dist-install/build/GHC/Int.dyn_o libraries/base/dist-install/build/GHC/List.dyn_o libraries/base/dist-install/build/GHC/Num.dyn_o libraries/base/dist-install/build/GHC/PArr.dyn_o libraries/base/dist-install/build/GHC/Pack.dyn_o libraries/base/dist-install/build/GHC/Ptr.dyn_o libraries/base/dist-install/build/GHC/Read.dyn_o libraries/base/dist-install/build/GHC/Real.dyn_o libraries/base/dist-install/build/GHC/ST.dyn_o libraries/base/dist-install/build/GHC/STRef.dyn_o libraries/base/dist-install/build/GHC/Show.dyn_o libraries/base/dist-install/build/GHC/Stable.dyn_o libraries/base/dist-install/build/GHC/Storable.dyn_o libraries/base/dist-install/build/GHC/TopHandler.dyn_o libraries/base/dist-install/build/GHC/Unicode.dyn_o libraries/base/dist-install/build/GHC/Weak.dyn_o libraries/base/dist-install/build/GHC/Word.dyn_o libraries/base/dist-install/build/System/Timeout.dyn_o libraries/base/dist-install/build/System/Event.dyn_o libraries/base/dist-install/build/Control/Applicative.dyn_o libraries/base/dist-install/build/Control/Arrow.dyn_o libraries/base/dist-install/build/Control/Category.dyn_o libraries/base/dist-install/build/Control/Concurrent.dyn_o libraries/base/dist-install/build/Control/Concurrent/Chan.dyn_o libraries/base/dist-install/build/Control/Concurrent/MVar.dyn_o libraries/base/dist-install/build/Control/Concurrent/QSem.dyn_o libraries/base/dist-install/build/Control/Concurrent/QSemN.dyn_o libraries/base/dist-install/build/Control/Concurrent/SampleVar.dyn_o libraries/base/dist-install/build/Control/Exception.dyn_o libraries/base/dist-install/build/Control/Exception/Base.dyn_o libraries/base/dist-install/build/Control/OldException.dyn_o libraries/base/dist-install/build/Control/Monad.dyn_o libraries/base/dist-install/build/Control/Monad/Fix.dyn_o libraries/base/dist-install/build/Control/Monad/Instances.dyn_o libraries/base/dist-install/build/Control/Monad/ST.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Lazy.dyn_o libraries/base/dist-install/build/Control/Monad/ST/Strict.dyn_o libraries/base/dist-install/build/Data/Bits.dyn_o libraries/base/dist-install/build/Data/Bool.dyn_o libraries/base/dist-install/build/Data/Char.dyn_o libraries/base/dist-install/build/Data/Complex.dyn_o libraries/base/dist-install/build/Data/Dynamic.dyn_o libraries/base/dist-install/build/Data/Either.dyn_o libraries/base/dist-install/build/Data/Eq.dyn_o libraries/base/dist-install/build/Data/Data.dyn_o libraries/base/dist-install/build/Data/Fixed.dyn_o libraries/base/dist-install/build/Data/Foldable.dyn_o libraries/base/dist-install/build/Data/Function.dyn_o libraries/base/dist-install/build/Data/Functor.dyn_o libraries/base/dist-install/build/Data/HashTable.dyn_o libraries/base/dist-install/build/Data/IORef.dyn_o libraries/base/dist-install/build/Data/Int.dyn_o libraries/base/dist-install/build/Data/Ix.dyn_o libraries/base/dist-install/build/Data/List.dyn_o libraries/base/dist-install/build/Data/Maybe.dyn_o libraries/base/dist-install/build/Data/Monoid.dyn_o libraries/base/dist-install/build/Data/Ord.dyn_o libraries/base/dist-install/build/Data/Ratio.dyn_o libraries/base/dist-install/build/Data/STRef.dyn_o libraries/base/dist-install/build/Data/STRef/Lazy.dyn_o libraries/base/dist-install/build/Data/STRef/Strict.dyn_o libraries/base/dist-install/build/Data/String.dyn_o libraries/base/dist-install/build/Data/Traversable.dyn_o libraries/base/dist-install/build/Data/Tuple.dyn_o libraries/base/dist-install/build/Data/Typeable.dyn_o libraries/base/dist-install/build/Data/Unique.dyn_o libraries/base/dist-install/build/Data/Version.dyn_o libraries/base/dist-install/build/Data/Word.dyn_o libraries/base/dist-install/build/Debug/Trace.dyn_o libraries/base/dist-install/build/Foreign.dyn_o libraries/base/dist-install/build/Foreign/C.dyn_o libraries/base/dist-install/build/Foreign/C/Error.dyn_o libraries/base/dist-install/build/Foreign/C/String.dyn_o libraries/base/dist-install/build/Foreign/C/Types.dyn_o libraries/base/dist-install/build/Foreign/ForeignPtr.dyn_o libraries/base/dist-install/build/Foreign/Marshal.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Alloc.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Array.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Error.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Pool.dyn_o libraries/base/dist-install/build/Foreign/Marshal/Utils.dyn_o libraries/base/dist-install/build/Foreign/Ptr.dyn_o libraries/base/dist-install/build/Foreign/StablePtr.dyn_o libraries/base/dist-install/build/Foreign/Storable.dyn_o libraries/base/dist-install/build/Numeric.dyn_o libraries/base/dist-install/build/Prelude.dyn_o libraries/base/dist-install/build/System/Console/GetOpt.dyn_o libraries/base/dist-install/build/System/CPUTime.dyn_o libraries/base/dist-install/build/System/Environment.dyn_o libraries/base/dist-install/build/System/Exit.dyn_o libraries/base/dist-install/build/System/IO.dyn_o libraries/base/dist-install/build/System/IO/Error.dyn_o libraries/base/dist-install/build/System/IO/Unsafe.dyn_o libraries/base/dist-install/build/System/Info.dyn_o libraries/base/dist-install/build/System/Mem.dyn_o libraries/base/dist-install/build/System/Mem/StableName.dyn_o libraries/base/dist-install/build/System/Mem/Weak.dyn_o libraries/base/dist-install/build/System/Posix/Internals.dyn_o libraries/base/dist-install/build/System/Posix/Types.dyn_o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.dyn_o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.dyn_o libraries/base/dist-install/build/Text/Printf.dyn_o libraries/base/dist-install/build/Text/Read.dyn_o libraries/base/dist-install/build/Text/Read/Lex.dyn_o libraries/base/dist-install/build/Text/Show.dyn_o libraries/base/dist-install/build/Text/Show/Functions.dyn_o libraries/base/dist-install/build/Unsafe/Coerce.dyn_o libraries/base/dist-install/build/System/Event/Array.dyn_o libraries/base/dist-install/build/System/Event/Clock.dyn_o libraries/base/dist-install/build/System/Event/Control.dyn_o libraries/base/dist-install/build/System/Event/EPoll.dyn_o libraries/base/dist-install/build/System/Event/IntMap.dyn_o libraries/base/dist-install/build/System/Event/Internal.dyn_o libraries/base/dist-install/build/System/Event/KQueue.dyn_o libraries/base/dist-install/build/System/Event/Manager.dyn_o libraries/base/dist-install/build/System/Event/PSQ.dyn_o libraries/base/dist-install/build/System/Event/Poll.dyn_o libraries/base/dist-install/build/System/Event/Thread.dyn_o libraries/base/dist-install/build/System/Event/Unique.dyn_o libraries/base/dist-install/build/cbits/PrelIOUtils.dyn_o libraries/base/dist-install/build/cbits/WCsubst.dyn_o libraries/base/dist-install/build/cbits/Win32Utils.dyn_o libraries/base/dist-install/build/cbits/consUtils.dyn_o libraries/base/dist-install/build/cbits/iconv.dyn_o libraries/base/dist-install/build/cbits/inputReady.dyn_o libraries/base/dist-install/build/cbits/selectUtils.dyn_o libraries/base/dist-install/build/cbits/primFloat.dyn_o `/usr/bin/find libraries/base/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/base/dist-install/build/libHSbase-4.3.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/base/dist-install/build/libHSbase-4.3.0.0-ghc7.0.1.so"` -no-auto-link-packages -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -o libraries/base/dist-install/build/libHSbase-4.3.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/IArray.hs -o libraries/array/dist-install/build/Data/Array/IArray.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/MArray.hs -o libraries/array/dist-install/build/Data/Array/MArray.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/IO/Internals.hs -o libraries/array/dist-install/build/Data/Array/IO/Internals.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/Unboxed.hs -o libraries/array/dist-install/build/Data/Array/Unboxed.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Char8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Lazy.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/Tree.hs -o libraries/containers/dist-install/build/Data/Tree.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/Map.hs -o libraries/containers/dist-install/build/Data/Map.dyn_o "inplace/bin/ghc-stage1" libraries/unix/dist-install/build/System/Posix.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.dyn_o libraries/unix/dist-install/build/System/Posix/Directory.dyn_o libraries/unix/dist-install/build/System/Posix/DynamicLinker.dyn_o libraries/unix/dist-install/build/System/Posix/Env.dyn_o libraries/unix/dist-install/build/System/Posix/Error.dyn_o libraries/unix/dist-install/build/System/Posix/Files.dyn_o libraries/unix/dist-install/build/System/Posix/IO.dyn_o libraries/unix/dist-install/build/System/Posix/Process.dyn_o libraries/unix/dist-install/build/System/Posix/Process/Internals.dyn_o libraries/unix/dist-install/build/System/Posix/Resource.dyn_o libraries/unix/dist-install/build/System/Posix/Temp.dyn_o libraries/unix/dist-install/build/System/Posix/Terminal.dyn_o libraries/unix/dist-install/build/System/Posix/Time.dyn_o libraries/unix/dist-install/build/System/Posix/Unistd.dyn_o libraries/unix/dist-install/build/System/Posix/User.dyn_o libraries/unix/dist-install/build/System/Posix/Signals.dyn_o libraries/unix/dist-install/build/System/Posix/Signals/Exts.dyn_o libraries/unix/dist-install/build/System/Posix/Semaphore.dyn_o libraries/unix/dist-install/build/System/Posix/SharedMem.dyn_o libraries/unix/dist-install/build/cbits/HsUnix.dyn_o libraries/unix/dist-install/build/cbits/execvpe.dyn_o libraries/unix/dist-install/build/cbits/dirUtils.dyn_o `/usr/bin/find libraries/unix/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/unix/dist-install/build/libHSunix-2.4.1.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/unix/dist-install/build/libHSunix-2.4.1.0-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/unix/dist-install/build/libHSunix-2.4.1.0-ghc7.0.1.so libraries/array/Data/Array/IO/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" libraries/old-locale/dist-install/build/System/Locale.dyn_o `/usr/bin/find libraries/old-locale/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2-ghc7.0.1.so SpecConstr Function `go{v s3Ef} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wa{v s3Ez} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar.hs -o libraries/time/dist-install/build/Data/Time/Calendar.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock/UTCDiff.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/process/./System/Cmd.hs -o libraries/process/dist-install/build/System/Cmd.dyn_o "inplace/bin/ghc-stage1" libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible.dyn_o `/usr/bin/find libraries/extensible-exceptions/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Directory.hs -o libraries/haskell98/dist-install/build/Directory.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./System.hs -o libraries/haskell98/dist-install/build/System.dyn_o "inplace/bin/ghc-stage1" libraries/pretty/dist-install/build/Text/PrettyPrint.dyn_o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.dyn_o `/usr/bin/find libraries/pretty/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/pretty/dist-install/build/libHSpretty-1.0.1.2-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/pretty/dist-install/build/libHSpretty-1.0.1.2-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/pretty/dist-install/build/libHSpretty-1.0.1.2-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH/Lib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/dist-install/build/Distribution/Compiler.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Package.hs -o libraries/Cabal/dist-install/build/Distribution/Package.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/License.hs -o libraries/Cabal/dist-install/build/Distribution/License.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Compiler.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/mtl/./Control/Monad/RWS.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/xhtml/./Text/XHtml.hs -o libraries/xhtml/dist-install/build/Text/XHtml.dyn_o "inplace/bin/ghc-stage1" libraries/terminfo/dist-install/build/System/Console/Terminfo.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.dyn_o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.dyn_o `/usr/bin/find libraries/terminfo/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -o libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Monads.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Typeable.hs -o libraries/base/dist-install/build/Data/Typeable.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Util.lhs -o compiler/stage2/build/Util.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage2/build/PPC/Cond.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage2/build/SPARC/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/Ctype.lhs -o compiler/stage2/build/Ctype.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/LexCore.hs -o compiler/stage2/build/LexCore.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Interval.hs -o compiler/stage2/build/Interval.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Concurrent.hs -o libraries/base/dist-install/build/Foreign/Concurrent.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/ForeignPtr.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/IORef.hs -o libraries/base/dist-install/build/Data/IORef.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/Read.hs -o libraries/base/dist-install/build/Text/Read.o "inplace/bin/ghc-stage1" libraries/filepath/dist-install/build/System/FilePath.dyn_o libraries/filepath/dist-install/build/System/FilePath/Posix.dyn_o libraries/filepath/dist-install/build/System/FilePath/Windows.dyn_o `/usr/bin/find libraries/filepath/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/IO.hs -o libraries/array/dist-install/build/Data/Array/IO.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/ST.hs -o libraries/array/dist-install/build/Data/Array/ST.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/array/./Data/Array/Storable.hs -o libraries/array/dist-install/build/Data/Array/Storable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bytestring/./Data/ByteString/Lazy/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/containers/./Data/Graph.hs -o libraries/containers/dist-install/build/Data/Graph.dyn_o "inplace/bin/ghc-stage1" libraries/old-time/dist-install/build/System/Time.dyn_o libraries/old-time/dist-install/build/cbits/timeUtils.dyn_o `/usr/bin/find libraries/old-time/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/old-time/dist-install/build/libHSold-time-1.0.0.6-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/old-time/dist-install/build/libHSold-time-1.0.0.6-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package old-locale-1.0.0.2 -o libraries/old-time/dist-install/build/libHSold-time-1.0.0.6-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Calendar/Easter.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Easter.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock.hs -o libraries/time/dist-install/build/Data/Time/Clock.dyn_o "inplace/bin/ghc-stage1" libraries/directory/dist-install/build/System/Directory.dyn_o libraries/directory/dist-install/build/cbits/directory.dyn_o `/usr/bin/find libraries/directory/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/directory/dist-install/build/libHSdirectory-1.1.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/directory/dist-install/build/libHSdirectory-1.1.0.0-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -o libraries/directory/dist-install/build/libHSdirectory-1.1.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Mix.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH/PprLib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.dyn_o SpecConstr Function `$wa{v s2Lb} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wa{v s2LO} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH/Quote.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Utils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-binary/src/Data/Binary/Get.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Get.dyn_o SpecConstr Function `$wmoreBytes{v s3F1} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wmoreBytes{v s3F1} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations libraries/ghc-binary/src/Data/Binary/Get.hs:98:1: Warning: The import of `GHC.Int' is redundant except perhaps to import instances from `GHC.Int' To import instances alone, use: import GHC.Int() "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-binary/src/Data/Binary/Builder.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Builder.dyn_o "inplace/bin/ghc-stage1" libraries/mtl/dist-install/build/Control/Monad/Cont.dyn_o libraries/mtl/dist-install/build/Control/Monad/Cont/Class.dyn_o libraries/mtl/dist-install/build/Control/Monad/Error.dyn_o libraries/mtl/dist-install/build/Control/Monad/Error/Class.dyn_o libraries/mtl/dist-install/build/Control/Monad/Identity.dyn_o libraries/mtl/dist-install/build/Control/Monad/List.dyn_o libraries/mtl/dist-install/build/Control/Monad/RWS.dyn_o libraries/mtl/dist-install/build/Control/Monad/RWS/Class.dyn_o libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy.dyn_o libraries/mtl/dist-install/build/Control/Monad/RWS/Strict.dyn_o libraries/mtl/dist-install/build/Control/Monad/Reader.dyn_o libraries/mtl/dist-install/build/Control/Monad/Reader/Class.dyn_o libraries/mtl/dist-install/build/Control/Monad/State.dyn_o libraries/mtl/dist-install/build/Control/Monad/State/Class.dyn_o libraries/mtl/dist-install/build/Control/Monad/State/Lazy.dyn_o libraries/mtl/dist-install/build/Control/Monad/State/Strict.dyn_o libraries/mtl/dist-install/build/Control/Monad/Trans.dyn_o libraries/mtl/dist-install/build/Control/Monad/Writer.dyn_o libraries/mtl/dist-install/build/Control/Monad/Writer/Class.dyn_o libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy.dyn_o libraries/mtl/dist-install/build/Control/Monad/Writer/Strict.dyn_o `/usr/bin/find libraries/mtl/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/mtl/dist-install/build/libHSmtl-1.1.1.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/mtl/dist-install/build/libHSmtl-1.1.1.0-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/mtl/dist-install/build/libHSmtl-1.1.1.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./Codec/Binary/UTF8/Generic.hs -o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic.dyn_o libraries/ghc-binary/src/Data/Binary/Builder.hs:60:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() libraries/ghc-binary/src/Data/Binary/Builder.hs:70:1: Warning: The import of `Data.ByteString.Lazy.Internal' is redundant except perhaps to import instances from `Data.ByteString.Lazy.Internal' To import instances alone, use: import Data.ByteString.Lazy.Internal() "inplace/bin/ghc-stage1" libraries/xhtml/dist-install/build/Text/XHtml.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Strict.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Debug.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Table.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Extras.dyn_o libraries/xhtml/dist-install/build/Text/XHtml/Internals.dyn_o `/usr/bin/find libraries/xhtml/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Prefs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/ForeignPtr.hs -o libraries/base/dist-install/build/GHC/ForeignPtr.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Ptr.hs -o libraries/base/dist-install/build/Foreign/Ptr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Dynamic.hs -o libraries/base/dist-install/build/Data/Dynamic.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Either.hs -o libraries/base/dist-install/build/Data/Either.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Weak.lhs -o libraries/base/dist-install/build/GHC/Weak.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/FastString.lhs -o compiler/stage2/build/FastString.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/FiniteMap.lhs -o compiler/stage2/build/FiniteMap.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Buffer.hs -o libraries/base/dist-install/build/GHC/IO/Buffer.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/Array.hs -o libraries/base/dist-install/build/System/Event/Array.o "inplace/bin/ghc-stage1" libraries/array/dist-install/build/Data/Array/Base.dyn_o libraries/array/dist-install/build/Data/Array/IArray.dyn_o libraries/array/dist-install/build/Data/Array/IO.dyn_o libraries/array/dist-install/build/Data/Array/IO/Internals.dyn_o libraries/array/dist-install/build/Data/Array/MArray.dyn_o libraries/array/dist-install/build/Data/Array/ST.dyn_o libraries/array/dist-install/build/Data/Array/Storable.dyn_o libraries/array/dist-install/build/Data/Array/Unboxed.dyn_o libraries/array/dist-install/build/Data/Array.dyn_o `/usr/bin/find libraries/array/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/array/dist-install/build/libHSarray-0.3.0.2-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/array/dist-install/build/libHSarray-0.3.0.2-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -o libraries/array/dist-install/build/libHSarray-0.3.0.2-ghc7.0.1.so "inplace/bin/ghc-stage1" libraries/bytestring/dist-install/build/Data/ByteString.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Char8.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.dyn_o libraries/bytestring/dist-install/build/Data/ByteString/Fusion.dyn_o libraries/bytestring/dist-install/build/cbits/fpstring.dyn_o `/usr/bin/find libraries/bytestring/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -o libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8-ghc7.0.1.so "inplace/bin/ghc-stage1" libraries/containers/dist-install/build/Data/Graph.dyn_o libraries/containers/dist-install/build/Data/Sequence.dyn_o libraries/containers/dist-install/build/Data/Tree.dyn_o libraries/containers/dist-install/build/Data/IntMap.dyn_o libraries/containers/dist-install/build/Data/IntSet.dyn_o libraries/containers/dist-install/build/Data/Map.dyn_o libraries/containers/dist-install/build/Data/Set.dyn_o `/usr/bin/find libraries/containers/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/containers/dist-install/build/libHScontainers-0.4.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/containers/dist-install/build/libHScontainers-0.4.0.0-ghc7.0.1.so"` -no-auto-link-packages -package array-0.3.0.2 -package base-4.3.0.0 -o libraries/containers/dist-install/build/libHScontainers-0.4.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/LocalTime/TimeZone.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.dyn_o "inplace/bin/ghc-stage1" libraries/process/dist-install/build/System/Process/Internals.dyn_o libraries/process/dist-install/build/System/Process.dyn_o libraries/process/dist-install/build/System/Cmd.dyn_o libraries/process/dist-install/build/cbits/runProcess.dyn_o `/usr/bin/find libraries/process/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/process/dist-install/build/libHSprocess-1.0.1.4-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/process/dist-install/build/libHSprocess-1.0.1.4-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -o libraries/process/dist-install/build/libHSprocess-1.0.1.4-ghc7.0.1.so "inplace/bin/ghc-stage1" libraries/haskell2010/dist-install/build/Data/Array.dyn_o libraries/haskell2010/dist-install/build/Data/Char.dyn_o libraries/haskell2010/dist-install/build/Data/Complex.dyn_o libraries/haskell2010/dist-install/build/System/IO.dyn_o libraries/haskell2010/dist-install/build/System/IO/Error.dyn_o libraries/haskell2010/dist-install/build/Data/Ix.dyn_o libraries/haskell2010/dist-install/build/Data/List.dyn_o libraries/haskell2010/dist-install/build/Data/Maybe.dyn_o libraries/haskell2010/dist-install/build/Control/Monad.dyn_o libraries/haskell2010/dist-install/build/Data/Ratio.dyn_o libraries/haskell2010/dist-install/build/System/Environment.dyn_o libraries/haskell2010/dist-install/build/System/Exit.dyn_o libraries/haskell2010/dist-install/build/Numeric.dyn_o libraries/haskell2010/dist-install/build/Prelude.dyn_o libraries/haskell2010/dist-install/build/Data/Int.dyn_o libraries/haskell2010/dist-install/build/Data/Word.dyn_o libraries/haskell2010/dist-install/build/Data/Bits.dyn_o libraries/haskell2010/dist-install/build/Foreign.dyn_o libraries/haskell2010/dist-install/build/Foreign/Ptr.dyn_o libraries/haskell2010/dist-install/build/Foreign/ForeignPtr.dyn_o libraries/haskell2010/dist-install/build/Foreign/StablePtr.dyn_o libraries/haskell2010/dist-install/build/Foreign/Storable.dyn_o libraries/haskell2010/dist-install/build/Foreign/C.dyn_o libraries/haskell2010/dist-install/build/Foreign/C/Error.dyn_o libraries/haskell2010/dist-install/build/Foreign/C/String.dyn_o libraries/haskell2010/dist-install/build/Foreign/C/Types.dyn_o libraries/haskell2010/dist-install/build/Foreign/Marshal.dyn_o libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc.dyn_o libraries/haskell2010/dist-install/build/Foreign/Marshal/Array.dyn_o libraries/haskell2010/dist-install/build/Foreign/Marshal/Error.dyn_o libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils.dyn_o `/usr/bin/find libraries/haskell2010/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0-ghc7.0.1.so"` -no-auto-link-packages -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -o libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" libraries/hpc/dist-install/build/Trace/Hpc/Util.dyn_o libraries/hpc/dist-install/build/Trace/Hpc/Mix.dyn_o libraries/hpc/dist-install/build/Trace/Hpc/Tix.dyn_o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.dyn_o `/usr/bin/find libraries/hpc/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/hpc/dist-install/build/libHShpc-0.5.0.6-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/hpc/dist-install/build/libHShpc-0.5.0.6-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -o libraries/hpc/dist-install/build/libHShpc-0.5.0.6-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH/Ppr.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/dist-install/build/Distribution/ParseUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-binary/src/Data/Binary/Put.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Put.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./Data/String/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/String/UTF8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./Data/ByteString/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/ByteString/UTF8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/utf8-string/./Data/ByteString/Lazy/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Concurrent.hs -o libraries/base/dist-install/build/Foreign/Concurrent.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/ForeignPtr.hs -o libraries/base/dist-install/build/Foreign/ForeignPtr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/IORef.hs -o libraries/base/dist-install/build/Data/IORef.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/Read.hs -o libraries/base/dist-install/build/Text/Read.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/StaticFlags.hs -o compiler/stage2/build/StaticFlags.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/BufWrite.hs -o compiler/stage2/build/BufWrite.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/StringBuffer.lhs -o compiler/stage2/build/StringBuffer.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/Types.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Types.o SpecConstr Function `$j_s1rD{v} [lid]' has 8 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/BufferedIO.hs -o libraries/base/dist-install/build/GHC/IO/BufferedIO.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/LocalTime/TimeOfDay.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/template-haskell/./Language/Haskell/TH.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Command.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/ghc-binary/src/Data/Binary.hs -o libraries/ghc-binary/dist-install/build/Data/Binary.dyn_o "inplace/bin/ghc-stage1" libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String.dyn_o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic.dyn_o libraries/utf8-string/dist-install/build/System/IO/UTF8.dyn_o libraries/utf8-string/dist-install/build/System/Environment/UTF8.dyn_o libraries/utf8-string/dist-install/build/Data/String/UTF8.dyn_o libraries/utf8-string/dist-install/build/Data/ByteString/UTF8.dyn_o libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8.dyn_o `/usr/bin/find libraries/utf8-string/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package bytestring-0.9.1.8 -o libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Buffer.hs -o libraries/base/dist-install/build/GHC/IO/Buffer.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/Array.hs -o libraries/base/dist-install/build/System/Event/Array.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Pretty.lhs -o compiler/stage2/build/Pretty.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle/Types.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Types.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/LocalTime/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.dyn_o "inplace/bin/ghc-stage1" libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o `/usr/bin/find libraries/template-haskell/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -o libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.dyn_o libraries/ghc-binary/src/Data/Binary.hs:66:1: Warning: The import of `System.IO' is redundant except perhaps to import instances from `System.IO' To import instances alone, use: import System.IO() "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script.dyn_o "inplace/bin/ghc-stage1" libraries/ghc-binary/dist-install/build/Data/Binary.dyn_o libraries/ghc-binary/dist-install/build/Data/Binary/Put.dyn_o libraries/ghc-binary/dist-install/build/Data/Binary/Get.dyn_o libraries/ghc-binary/dist-install/build/Data/Binary/Builder.dyn_o `/usr/bin/find libraries/ghc-binary/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2-ghc7.0.1.so"` -no-auto-link-packages -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -o libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name bin-package-db-0.0.0.0 -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs -o libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Command/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/Types.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Types.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/BufferedIO.hs -o libraries/base/dist-install/build/GHC/IO/BufferedIO.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Outputable.lhs -o compiler/stage2/build/Outputable.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/PprExternalCore.lhs -o compiler/stage2/build/PprExternalCore.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle/FD.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle/FD.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Exception.hs -o libraries/base/dist-install/build/GHC/IO/Exception.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle/Types.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Types.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/SrcLoc.lhs -o compiler/stage2/build/SrcLoc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/MonadUtils.hs -o compiler/stage2/build/MonadUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/DriverPhases.hs -o compiler/stage2/build/DriverPhases.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/BasicTypes.lhs -o compiler/stage2/build/BasicTypes.dyn_o SpecConstr Function `ghc-7.0.1:DriverPhases.happensBefore{v rij} [lidx]' has 11 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stage2/build/Fingerprint.hs -o compiler/stage2/build/Fingerprint.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/IdInfo.lhs-boot -o compiler/stage2/build/IdInfo.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcType.lhs-boot -o compiler/stage2/build/TcType.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ByteCodeFFI.lhs -o compiler/stage2/build/ByteCodeFFI.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Marshal/Error.hs -o libraries/base/dist-install/build/Foreign/Marshal/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Marshal/Alloc.hs -o libraries/base/dist-install/build/Foreign/Marshal/Alloc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/UTF32.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/UTF16.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/UTF8.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/Latin1.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IOBase.hs -o libraries/base/dist-install/build/GHC/IOBase.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Clock/TAI.hs -o libraries/time/dist-install/build/Data/Time/Clock/TAI.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Format/Parse.hs -o libraries/time/dist-install/build/Data/Time/Format/Parse.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Setup.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Term.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle/FD.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle/FD.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle.hs-boot -o libraries/base/dist-install/build/GHC/IO/Handle.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Exception.hs -o libraries/base/dist-install/build/GHC/IO/Exception.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead libraries/haskeline/System/Console/Haskeline/Term.hs:9:1: Warning: In the use of `isEmptyChan' (imported from Control.Concurrent, but defined in Control.Concurrent.Chan): Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See http://hackage.haskell.org/trac/ghc/ticket/4154 for details" "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/ErrUtils.lhs-boot -o compiler/stage2/build/ErrUtils.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Bag.lhs -o compiler/stage2/build/Bag.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Unique.lhs -o compiler/stage2/build/Unique.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Digraph.lhs -o compiler/stage2/build/Digraph.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/State.hs -o compiler/stage2/build/State.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsPat.lhs-boot -o compiler/stage2/build/HsPat.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsDoc.hs -o compiler/stage2/build/HsDoc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/IOEnv.hs -o compiler/stage2/build/IOEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ObjLink.lhs -o compiler/stage2/build/ObjLink.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Marshal/Utils.hs -o libraries/base/dist-install/build/Foreign/Marshal/Utils.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time/Format.hs -o libraries/time/dist-install/build/Data/Time/Format.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/RunCommand.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Marshal/Error.hs -o libraries/base/dist-install/build/Foreign/Marshal/Error.p_o SpecConstr Function `$j_s1Al{v} [lid]' has 10 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1AG{v} [lid]' has 10 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1B8{v} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1BD{v} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1Hf{v} [lid]' has 37 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1Hx{v} [lid]' has 37 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Marshal/Alloc.hs -o libraries/base/dist-install/build/Foreign/Marshal/Alloc.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/UTF32.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/UTF16.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/UTF8.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/Latin1.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IOBase.hs -o libraries/base/dist-install/build/GHC/IOBase.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/CmdLineParser.hs -o compiler/stage2/build/CmdLineParser.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/UniqFM.lhs -o compiler/stage2/build/UniqFM.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/UniqSupply.lhs -o compiler/stage2/build/UniqSupply.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsExpr.lhs-boot -o compiler/stage2/build/HsExpr.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegClass.hs -o compiler/stage2/build/RegClass.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/StackPlacements.hs -o compiler/stage2/build/StackPlacements.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Marshal/Array.hs -o libraries/base/dist-install/build/Foreign/Marshal/Array.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/time/./Data/Time.hs -o libraries/time/dist-install/build/Data/Time.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Marshal/Utils.hs -o libraries/base/dist-install/build/Foreign/Marshal/Utils.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Binary.hs -o compiler/stage2/build/Binary.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/UniqSet.lhs -o compiler/stage2/build/UniqSet.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/ListSetOps.lhs -o compiler/stage2/build/ListSetOps.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Reg.hs -o compiler/stage2/build/Reg.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/StaticFlagParser.hs -o compiler/stage2/build/StaticFlagParser.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/C/String.hs -o libraries/base/dist-install/build/Foreign/C/String.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Marshal/Pool.hs -o libraries/base/dist-install/build/Foreign/Marshal/Pool.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" libraries/time/dist-install/build/Data/Time/Calendar.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Julian.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Easter.dyn_o libraries/time/dist-install/build/Data/Time/Clock.dyn_o libraries/time/dist-install/build/Data/Time/Clock/POSIX.dyn_o libraries/time/dist-install/build/Data/Time/Clock/TAI.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime.dyn_o libraries/time/dist-install/build/Data/Time/Format.dyn_o libraries/time/dist-install/build/Data/Time.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Private.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Days.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.dyn_o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.dyn_o libraries/time/dist-install/build/Data/Time/Clock/Scale.dyn_o libraries/time/dist-install/build/Data/Time/Clock/UTC.dyn_o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.dyn_o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.dyn_o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.dyn_o libraries/time/dist-install/build/Data/Time/Format/Parse.dyn_o libraries/time/dist-install/build/cbits/HsTime.dyn_o `/usr/bin/find libraries/time/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/time/dist-install/build/libHStime-1.2.0.3-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/time/dist-install/build/libHStime-1.2.0.3-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package old-locale-1.0.0.2 -o libraries/time/dist-install/build/libHStime-1.2.0.3-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name random-1.0.0.3 -hide-all-packages -i -ilibraries/random/. -ilibraries/random/dist-install/build -ilibraries/random/dist-install/build/autogen -Ilibraries/random/dist-install/build -Ilibraries/random/dist-install/build/autogen -Ilibraries/random/. -optP-include -optPlibraries/random/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package time-1.2.0.3 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/random/dist-install/build -hidir libraries/random/dist-install/build -stubdir libraries/random/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/random/./System/Random.hs -o libraries/random/dist-install/build/System/Random.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Make.hs -o libraries/Cabal/dist-install/build/Distribution/Make.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Backend.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Marshal/Array.hs -o libraries/base/dist-install/build/Foreign/Marshal/Array.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Module.lhs -o compiler/stage2/build/Module.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/OccName.lhs -o compiler/stage2/build/OccName.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/GraphBase.hs -o compiler/stage2/build/GraphBase.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage2/build/RegAlloc/Graph/ArchBase.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/Serialized.hs -o compiler/stage2/build/Serialized.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/C/Error.hs -o libraries/base/dist-install/build/Foreign/C/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/Marshal.hs -o libraries/base/dist-install/build/Foreign/Marshal.o "inplace/bin/ghc-stage1" libraries/random/dist-install/build/System/Random.dyn_o `/usr/bin/find libraries/random/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/random/dist-install/build/libHSrandom-1.0.0.3-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/random/dist-install/build/libHSrandom-1.0.0.3-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package time-1.2.0.3 -o libraries/random/dist-install/build/libHSrandom-1.0.0.3-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskell98/./Random.hs -o libraries/haskell98/dist-install/build/Random.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/InputT.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/C/String.hs -o libraries/base/dist-install/build/Foreign/C/String.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Marshal/Pool.hs -o libraries/base/dist-install/build/Foreign/Marshal/Pool.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Name.lhs -o compiler/stage2/build/Name.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/PackageConfig.hs -o compiler/stage2/build/PackageConfig.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/ForeignCall.lhs -o compiler/stage2/build/ForeignCall.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage2/build/RegAlloc/Graph/TrivColorable.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/GraphPpr.hs -o compiler/stage2/build/GraphPpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/GraphOps.hs -o compiler/stage2/build/GraphOps.dyn_o libraries/base/Foreign/C/Error.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage2/build/RegAlloc/Graph/ArchX86.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsImpExp.lhs -o compiler/stage2/build/HsImpExp.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Builtins/Modules.hs -o compiler/stage2/build/Vectorise/Builtins/Modules.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign/C.hs -o libraries/base/dist-install/build/Foreign/C.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Foreign.hs -o libraries/base/dist-install/build/Foreign.o "inplace/bin/ghc-stage1" libraries/haskell98/dist-install/build/Array.dyn_o libraries/haskell98/dist-install/build/CPUTime.dyn_o libraries/haskell98/dist-install/build/Char.dyn_o libraries/haskell98/dist-install/build/Complex.dyn_o libraries/haskell98/dist-install/build/Directory.dyn_o libraries/haskell98/dist-install/build/IO.dyn_o libraries/haskell98/dist-install/build/Ix.dyn_o libraries/haskell98/dist-install/build/List.dyn_o libraries/haskell98/dist-install/build/Locale.dyn_o libraries/haskell98/dist-install/build/Maybe.dyn_o libraries/haskell98/dist-install/build/Monad.dyn_o libraries/haskell98/dist-install/build/Random.dyn_o libraries/haskell98/dist-install/build/Ratio.dyn_o libraries/haskell98/dist-install/build/System.dyn_o libraries/haskell98/dist-install/build/Time.dyn_o libraries/haskell98/dist-install/build/Bits.dyn_o libraries/haskell98/dist-install/build/CError.dyn_o libraries/haskell98/dist-install/build/CForeign.dyn_o libraries/haskell98/dist-install/build/CString.dyn_o libraries/haskell98/dist-install/build/CTypes.dyn_o libraries/haskell98/dist-install/build/ForeignPtr.dyn_o libraries/haskell98/dist-install/build/Int.dyn_o libraries/haskell98/dist-install/build/MarshalAlloc.dyn_o libraries/haskell98/dist-install/build/MarshalArray.dyn_o libraries/haskell98/dist-install/build/MarshalError.dyn_o libraries/haskell98/dist-install/build/MarshalUtils.dyn_o libraries/haskell98/dist-install/build/Ptr.dyn_o libraries/haskell98/dist-install/build/StablePtr.dyn_o libraries/haskell98/dist-install/build/Storable.dyn_o libraries/haskell98/dist-install/build/Word.dyn_o `/usr/bin/find libraries/haskell98/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0-ghc7.0.1.so"` -no-auto-link-packages -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -o libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Emacs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Vi.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/Encoding.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/C/Error.hs -o libraries/base/dist-install/build/Foreign/C/Error.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/Marshal.hs -o libraries/base/dist-install/build/Foreign/Marshal.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/RdrName.lhs -o compiler/stage2/build/RdrName.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Var.lhs -o compiler/stage2/build/Var.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/DataCon.lhs-boot -o compiler/stage2/build/DataCon.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/NameSet.lhs -o compiler/stage2/build/NameSet.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/utils/GraphColor.hs -o compiler/stage2/build/GraphColor.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/NameEnv.lhs -o compiler/stage2/build/NameEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/Annotations.lhs -o compiler/stage2/build/Annotations.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Conc/Sync.lhs -o libraries/base/dist-install/build/GHC/Conc/Sync.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Posix/Types.hs -o libraries/base/dist-install/build/System/Posix/Types.o libraries/base/Foreign/C/Error.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/dist-install/build/System/Event/Clock.hs -o libraries/base/dist-install/build/System/Event/Clock.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC.dyn_o SpecConstr Function `$j_s20F{v} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/UHC.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/LHC.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/NHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/NHC.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/JHC.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign/C.hs -o libraries/base/dist-install/build/Foreign/C.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Foreign.hs -o libraries/base/dist-install/build/Foreign.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/PrelNames.lhs -o compiler/stage2/build/PrelNames.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/profiling/CostCentre.lhs -o compiler/stage2/build/CostCentre.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/Class.lhs -o compiler/stage2/build/Class.dyn_o SpecConstr Function `$j_s2tf{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/VarSet.lhs -o compiler/stage2/build/VarSet.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Exception/Base.hs -o libraries/base/dist-install/build/Control/Exception/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/Internal.hs -o libraries/base/dist-install/build/System/Event/Internal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Posix/Internals.hs -o libraries/base/dist-install/build/System/Posix/Internals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/Unique.hs -o libraries/base/dist-install/build/System/Event/Unique.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Test.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/haskeline/./System/Console/Haskeline/IO.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Conc/Sync.lhs -o libraries/base/dist-install/build/GHC/Conc/Sync.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Posix/Types.hs -o libraries/base/dist-install/build/System/Posix/Types.p_o SpecConstr Function `$j_s20F{v} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/dist-install/build/System/Event/Clock.hs -o libraries/base/dist-install/build/System/Event/Clock.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/DynFlags.hs -o compiler/stage2/build/DynFlags.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/TyCon.lhs -o compiler/stage2/build/TyCon.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/VarEnv.lhs -o compiler/stage2/build/VarEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Builtins/Prelude.hs -o compiler/stage2/build/Vectorise/Builtins/Prelude.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Concurrent/MVar.hs -o libraries/base/dist-install/build/Control/Concurrent/MVar.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/dist-install/build/System/Event/EPoll.hs -o libraries/base/dist-install/build/System/Event/EPoll.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/PSQ.hs -o libraries/base/dist-install/build/System/Event/PSQ.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Exception.hs -o libraries/base/dist-install/build/Control/Exception.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/IO/Error.hs -o libraries/base/dist-install/build/System/IO/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding/Iconv.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/dist-install/build/System/Event/KQueue.hs -o libraries/base/dist-install/build/System/Event/KQueue.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess.dyn_o "inplace/bin/ghc-stage1" libraries/haskeline/dist-install/build/System/Console/Haskeline.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.dyn_o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.dyn_o libraries/haskeline/dist-install/build/cbits/h_iconv.dyn_o libraries/haskeline/dist-install/build/cbits/h_wcwidth.dyn_o `/usr/bin/find libraries/haskeline/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/haskeline/dist-install/build/libHShaskeline-0.6.3-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/haskeline/dist-install/build/libHShaskeline-0.6.3-ghc7.0.1.so"` -no-auto-link-packages -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -o libraries/haskeline/dist-install/build/libHShaskeline-0.6.3-ghc7.0.1.so "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Exception/Base.hs -o libraries/base/dist-install/build/Control/Exception/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/Internal.hs -o libraries/base/dist-install/build/System/Event/Internal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Posix/Internals.hs -o libraries/base/dist-install/build/System/Posix/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/Unique.hs -o libraries/base/dist-install/build/System/Event/Unique.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/TypeRep.lhs -o compiler/stage2/build/TypeRep.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Demand.lhs -o compiler/stage2/build/Demand.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgBindery.lhs-boot -o compiler/stage2/build/CgBindery.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stage2/build/LibFFI.hs -o compiler/stage2/build/LibFFI.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Conc/Signal.hs -o libraries/base/dist-install/build/GHC/Conc/Signal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Encoding.hs -o libraries/base/dist-install/build/GHC/IO/Encoding.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/dist-install/build/System/Event/Poll.hs -o libraries/base/dist-install/build/System/Event/Poll.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Hugs.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Hugs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Concurrent/MVar.hs -o libraries/base/dist-install/build/Control/Concurrent/MVar.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/dist-install/build/System/Event/EPoll.hs -o libraries/base/dist-install/build/System/Event/EPoll.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/PSQ.hs -o libraries/base/dist-install/build/System/Event/PSQ.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Exception.hs -o libraries/base/dist-install/build/Control/Exception.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/IO/Error.hs -o libraries/base/dist-install/build/System/IO/Error.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding/Iconv.hs -o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/dist-install/build/System/Event/KQueue.hs -o libraries/base/dist-install/build/System/Event/KQueue.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/Type.lhs -o compiler/stage2/build/Type.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/Control.hs -o libraries/base/dist-install/build/System/Event/Control.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle/Internals.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Internals.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Register.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Install.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Configure.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Conc/Signal.hs -o libraries/base/dist-install/build/GHC/Conc/Signal.p_o libraries/base/GHC/IO/Handle/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Encoding.hs -o libraries/base/dist-install/build/GHC/IO/Encoding.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/dist-install/build/System/Event/Poll.hs -o libraries/base/dist-install/build/System/Event/Poll.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/Coercion.lhs -o compiler/stage2/build/Coercion.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsTypes.lhs -o compiler/stage2/build/HsTypes.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/Manager.hs -o libraries/base/dist-install/build/System/Event/Manager.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/Control.hs -o libraries/base/dist-install/build/System/Event/Control.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle/Internals.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Internals.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/ErrUtils.lhs -o compiler/stage2/build/ErrUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/DataCon.lhs -o compiler/stage2/build/DataCon.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/TysPrim.lhs -o compiler/stage2/build/TysPrim.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsLit.lhs -o compiler/stage2/build/HsLit.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event/Thread.hs -o libraries/base/dist-install/build/System/Event/Thread.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Event.hs -o libraries/base/dist-install/build/System/Event.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Haddock.dyn_o libraries/base/GHC/IO/Handle/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/Manager.hs -o libraries/base/dist-install/build/System/Event/Manager.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/MkId.lhs-boot -o compiler/stage2/build/MkId.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/Packages.lhs -o compiler/stage2/build/Packages.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Literal.lhs -o compiler/stage2/build/Literal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/Unify.lhs -o compiler/stage2/build/Unify.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/Lexer.hs -o compiler/stage2/build/Lexer.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage2/build/Vectorise/Type/Classify.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/SysTools.lhs -o compiler/stage2/build/SysTools.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Conc/IO.hs -o libraries/base/dist-install/build/GHC/Conc/IO.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c libraries/Cabal/./Distribution/Simple.hs -o libraries/Cabal/dist-install/build/Distribution/Simple.dyn_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event/Thread.hs -o libraries/base/dist-install/build/System/Event/Thread.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Event.hs -o libraries/base/dist-install/build/System/Event.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/TysWiredIn.lhs -o compiler/stage2/build/TysWiredIn.dyn_o SpecConstr Function `a_X6lO{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_X6lN{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_X6lN{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s6gS{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreSyn.lhs -o compiler/stage2/build/CoreSyn.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/OptCoercion.lhs -o compiler/stage2/build/OptCoercion.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Conc.lhs -o libraries/base/dist-install/build/GHC/Conc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/FD.hs -o libraries/base/dist-install/build/GHC/IO/FD.o "inplace/bin/ghc-stage1" libraries/Cabal/dist-install/build/Distribution/Compiler.dyn_o libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo.dyn_o libraries/Cabal/dist-install/build/Distribution/License.dyn_o libraries/Cabal/dist-install/build/Distribution/Make.dyn_o libraries/Cabal/dist-install/build/Distribution/ModuleName.dyn_o libraries/Cabal/dist-install/build/Distribution/Package.dyn_o libraries/Cabal/dist-install/build/Distribution/PackageDescription.dyn_o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.dyn_o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse.dyn_o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check.dyn_o libraries/Cabal/dist-install/build/Distribution/ParseUtils.dyn_o libraries/Cabal/dist-install/build/Distribution/ReadE.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Build.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Command.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Compiler.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Configure.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/GHC.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/LHC.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Haddock.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Hugs.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Install.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/JHC.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/NHC.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Register.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Setup.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Test.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/UHC.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/Utils.dyn_o libraries/Cabal/dist-install/build/Distribution/System.dyn_o libraries/Cabal/dist-install/build/Distribution/TestSuite.dyn_o libraries/Cabal/dist-install/build/Distribution/Text.dyn_o libraries/Cabal/dist-install/build/Distribution/Verbosity.dyn_o libraries/Cabal/dist-install/build/Distribution/Version.dyn_o libraries/Cabal/dist-install/build/Distribution/Compat/ReadP.dyn_o libraries/Cabal/dist-install/build/Language/Haskell/Extension.dyn_o libraries/Cabal/dist-install/build/Distribution/GetOpt.dyn_o libraries/Cabal/dist-install/build/Distribution/Compat/Exception.dyn_o libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile.dyn_o libraries/Cabal/dist-install/build/Distribution/Compat/TempFile.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.dyn_o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.dyn_o libraries/Cabal/dist-install/build/Paths_Cabal.dyn_o `/usr/bin/find libraries/Cabal/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0-ghc7.0.1.so"` -no-auto-link-packages -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -o libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Conc/IO.hs -o libraries/base/dist-install/build/GHC/Conc/IO.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/PrimOp.lhs -o compiler/stage2/build/PrimOp.dyn_o "inplace/bin/ghc-stage1" libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary.dyn_o `/usr/bin/find libraries/bin-package-db/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-ghc7.0.1.so"` -no-auto-link-packages -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -o libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0-ghc7.0.1.so "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Conc.lhs -o libraries/base/dist-install/build/GHC/Conc.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/FD.hs -o libraries/base/dist-install/build/GHC/IO/FD.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage2/build/Vectorise/Builtins/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage2/build/Vectorise/Vect.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle/Text.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Text.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle/Text.hs -o libraries/base/dist-install/build/GHC/IO/Handle/Text.p_o SpecConstr Function `$wa{v s30x} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/IdInfo.lhs -o compiler/stage2/build/IdInfo.dyn_o libraries/base/GHC/IO/Handle/Text.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle.hs -o libraries/base/dist-install/build/GHC/IO/Handle.o SpecConstr Function `$wa{v s30x} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CLabel.hs -o compiler/stage2/build/CLabel.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/Id.lhs -o compiler/stage2/build/Id.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/PprCore.lhs -o compiler/stage2/build/PprCore.dyn_o libraries/base/GHC/IO/Handle/Text.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/IfaceType.lhs -o compiler/stage2/build/IfaceType.dyn_o SpecConstr Function `$j_s4LM{v} [lid]' has 8 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle.hs -o libraries/base/dist-install/build/GHC/IO/Handle.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/IfaceSyn.lhs -o compiler/stage2/build/IfaceSyn.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/IO/Handle/FD.hs -o libraries/base/dist-install/build/GHC/IO/Handle/FD.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/BlockId.hs -o compiler/stage2/build/BlockId.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PprBase.hs -o compiler/stage2/build/PprBase.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/IO.hs -o libraries/base/dist-install/build/System/IO.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Handle.hs -o libraries/base/dist-install/build/GHC/Handle.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/TopHandler.lhs -o libraries/base/dist-install/build/GHC/TopHandler.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/OldException.hs -o libraries/base/dist-install/build/Control/OldException.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsBinds.lhs -o compiler/stage2/build/HsBinds.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmExpr.hs -o compiler/stage2/build/CmmExpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage2/build/Llvm/Types.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Prelude.hs -o libraries/base/dist-install/build/Prelude.o SpecConstr Function `$j_s3z6{v} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Prelude.hs -o libraries/haskell2010/dist-install/build/Prelude.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/IO/Handle/FD.hs -o libraries/base/dist-install/build/GHC/IO/Handle/FD.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage2/build/Llvm/AbsSyn.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Constants.hs -o libraries/base/dist-install/build/GHC/Constants.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Data.hs -o libraries/base/dist-install/build/Data/Data.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Category.hs -o libraries/base/dist-install/build/Control/Category.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Function.hs -o libraries/base/dist-install/build/Data/Function.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Monad/Instances.hs -o libraries/base/dist-install/build/Control/Monad/Instances.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Environment.hs -o libraries/base/dist-install/build/GHC/Environment.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/PArr.hs -o libraries/base/dist-install/build/GHC/PArr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Unique.hs -o libraries/base/dist-install/build/Data/Unique.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Concurrent/SampleVar.hs -o libraries/base/dist-install/build/Control/Concurrent/SampleVar.o SpecConstr Function `$j_s1Bp{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1BX{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Concurrent/QSemN.hs -o libraries/base/dist-install/build/Control/Concurrent/QSemN.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Concurrent/QSem.hs -o libraries/base/dist-install/build/Control/Concurrent/QSem.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Concurrent/Chan.hs -o libraries/base/dist-install/build/Control/Concurrent/Chan.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Ratio.hs -o libraries/base/dist-install/build/Data/Ratio.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/STRef.hs -o libraries/base/dist-install/build/Data/STRef.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Version.hs -o libraries/base/dist-install/build/Data/Version.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Debug/Trace.hs -o libraries/base/dist-install/build/Debug/Trace.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Console/GetOpt.hs -o libraries/base/dist-install/build/System/Console/GetOpt.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/dist-install/build/System/CPUTime.hs -o libraries/base/dist-install/build/System/CPUTime.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Environment.hs -o libraries/base/dist-install/build/System/Environment.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Exit.hs -o libraries/base/dist-install/build/System/Exit.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Info.hs -o libraries/base/dist-install/build/System/Info.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Mem.hs -o libraries/base/dist-install/build/System/Mem.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Mem/StableName.hs -o libraries/base/dist-install/build/System/Mem/StableName.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Mem/Weak.hs -o libraries/base/dist-install/build/System/Mem/Weak.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/Printf.hs -o libraries/base/dist-install/build/Text/Printf.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Text/Show/Functions.hs -o libraries/base/dist-install/build/Text/Show/Functions.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/filepath/./System/FilePath/Posix.hs -o libraries/filepath/dist-install/build/System/FilePath/Posix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/filepath/./System/FilePath/Windows.hs -o libraries/filepath/dist-install/build/System/FilePath/Windows.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array.hs -o libraries/array/dist-install/build/Data/Array.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Fusion.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Fusion.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/./System/Posix/Error.hs -o libraries/unix/dist-install/build/System/Posix/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Resource.hs -o libraries/unix/dist-install/build/System/Posix/Resource.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/User.hs -o libraries/unix/dist-install/build/System/Posix/User.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Time.hs -o libraries/unix/dist-install/build/System/Posix/Time.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Env.hs -o libraries/unix/dist-install/build/System/Posix/Env.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/./System/Posix/Process/Internals.hs -o libraries/unix/dist-install/build/System/Posix/Process/Internals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Unistd.hs -o libraries/unix/dist-install/build/System/Posix/Unistd.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name old-locale-1.0.0.2 -hide-all-packages -i -ilibraries/old-locale/. -ilibraries/old-locale/dist-install/build -ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/dist-install/build -Ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/. -optP-include -optPlibraries/old-locale/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-locale/dist-install/build -hidir libraries/old-locale/dist-install/build -stubdir libraries/old-locale/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/old-locale/./System/Locale.hs -o libraries/old-locale/dist-install/build/System/Locale.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock/CTimeval.hs -o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name extensible-exceptions-0.1.1.2 -hide-all-packages -i -ilibraries/extensible-exceptions/. -ilibraries/extensible-exceptions/dist-install/build -ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/dist-install/build -Ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/. -optP-DUSE_NEW_EXCEPTIONS -optP-include -optPlibraries/extensible-exceptions/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XExistentialQuantification -XDeriveDataTypeable -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/extensible-exceptions/dist-install/build -hidir libraries/extensible-exceptions/dist-install/build -stubdir libraries/extensible-exceptions/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/extensible-exceptions/./Control/Exception/Extensible.hs -o libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Ix.hs -o libraries/haskell98/dist-install/build/Ix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./CPUTime.hs -o libraries/haskell98/dist-install/build/CPUTime.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Char.hs -o libraries/haskell98/dist-install/build/Char.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./IO.hs -o libraries/haskell98/dist-install/build/IO.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./List.hs -o libraries/haskell98/dist-install/build/List.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Maybe.hs -o libraries/haskell98/dist-install/build/Maybe.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Monad.hs -o libraries/haskell98/dist-install/build/Monad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Ratio.hs -o libraries/haskell98/dist-install/build/Ratio.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Bits.hs -o libraries/haskell98/dist-install/build/Bits.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./CError.hs -o libraries/haskell98/dist-install/build/CError.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./CForeign.hs -o libraries/haskell98/dist-install/build/CForeign.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./CString.hs -o libraries/haskell98/dist-install/build/CString.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./CTypes.hs -o libraries/haskell98/dist-install/build/CTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./ForeignPtr.hs -o libraries/haskell98/dist-install/build/ForeignPtr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Int.hs -o libraries/haskell98/dist-install/build/Int.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./MarshalAlloc.hs -o libraries/haskell98/dist-install/build/MarshalAlloc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./MarshalArray.hs -o libraries/haskell98/dist-install/build/MarshalArray.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./MarshalError.hs -o libraries/haskell98/dist-install/build/MarshalError.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./MarshalUtils.hs -o libraries/haskell98/dist-install/build/MarshalUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Ptr.hs -o libraries/haskell98/dist-install/build/Ptr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./StablePtr.hs -o libraries/haskell98/dist-install/build/StablePtr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Storable.hs -o libraries/haskell98/dist-install/build/Storable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Word.hs -o libraries/haskell98/dist-install/build/Word.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Char.hs -o libraries/haskell2010/dist-install/build/Data/Char.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./System/IO.hs -o libraries/haskell2010/dist-install/build/System/IO.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./System/IO/Error.hs -o libraries/haskell2010/dist-install/build/System/IO/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Ix.hs -o libraries/haskell2010/dist-install/build/Data/Ix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/List.hs -o libraries/haskell2010/dist-install/build/Data/List.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Maybe.hs -o libraries/haskell2010/dist-install/build/Data/Maybe.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Control/Monad.hs -o libraries/haskell2010/dist-install/build/Control/Monad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Ratio.hs -o libraries/haskell2010/dist-install/build/Data/Ratio.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./System/Environment.hs -o libraries/haskell2010/dist-install/build/System/Environment.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./System/Exit.hs -o libraries/haskell2010/dist-install/build/System/Exit.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Numeric.hs -o libraries/haskell2010/dist-install/build/Numeric.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Int.hs -o libraries/haskell2010/dist-install/build/Data/Int.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Word.hs -o libraries/haskell2010/dist-install/build/Data/Word.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Bits.hs -o libraries/haskell2010/dist-install/build/Data/Bits.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Marshal/Utils.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Marshal/Error.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Marshal/Array.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Array.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Marshal/Alloc.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Storable.hs -o libraries/haskell2010/dist-install/build/Foreign/Storable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/StablePtr.hs -o libraries/haskell2010/dist-install/build/Foreign/StablePtr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/ForeignPtr.hs -o libraries/haskell2010/dist-install/build/Foreign/ForeignPtr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Ptr.hs -o libraries/haskell2010/dist-install/build/Foreign/Ptr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/C/Error.hs -o libraries/haskell2010/dist-install/build/Foreign/C/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/C/String.hs -o libraries/haskell2010/dist-install/build/Foreign/C/String.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/C/Types.hs -o libraries/haskell2010/dist-install/build/Foreign/C/Types.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Util.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/pretty/./Text/PrettyPrint/HughesPJ.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/ReadP.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/dist-install/build/autogen/Paths_Cabal.hs -o libraries/Cabal/dist-install/build/Paths_Cabal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/Exception.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/dist-install/build/Distribution/GetOpt.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/dist-install/build/Distribution/TestSuite.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Trans.hs -o libraries/mtl/dist-install/build/Control/Monad/Trans.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/State/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Class.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Cont/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Cont/Class.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Writer/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Class.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Error/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Error/Class.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./Codec/Binary/UTF8/String.hs -o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Internals.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Internals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/BlockTable.hs -o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.o SpecConstr Function `$waux{v s16A} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Key.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/LineState.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.o SpecConstr Function `$j_s2hu{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Exception.hs -o compiler/stage2/build/Exception.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stage2/build/Config.hs -o compiler/stage2/build/Config.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Maybes.lhs -o compiler/stage2/build/Maybes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Encoding.hs -o compiler/stage2/build/Encoding.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/OccName.lhs-boot -o compiler/stage2/build/OccName.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Module.lhs-boot -o compiler/stage2/build/Module.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastMutInt.lhs -o compiler/stage2/build/FastMutInt.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Packages.lhs-boot -o compiler/stage2/build/Packages.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Constants.lhs -o compiler/stage2/build/Constants.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TypeRep.lhs-boot -o compiler/stage2/build/TypeRep.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Name.lhs-boot -o compiler/stage2/build/Name.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Platform.hs -o compiler/stage2/build/Platform.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TyCon.lhs-boot -o compiler/stage2/build/TyCon.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/OrdList.lhs -o compiler/stage2/build/OrdList.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Cond.hs -o compiler/stage2/build/X86/Cond.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage2/build/SPARC/Cond.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/Regs.hs -o compiler/stage2/build/Alpha/Regs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/RegInfo.hs -o compiler/stage2/build/Alpha/RegInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/Instr.hs -o compiler/stage2/build/Alpha/Instr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Alpha/CodeGen.hs -o compiler/stage2/build/Alpha/CodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/InteractiveEval.hs-boot -o compiler/stage2/build/InteractiveEval.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/ExternalCore.lhs -o compiler/stage2/build/ExternalCore.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmTx.hs -o compiler/stage2/build/CmmTx.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/Dataflow.hs -o compiler/stage2/build/Dataflow.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/ParserCoreUtils.hs -o compiler/stage2/build/ParserCoreUtils.o "/usr/bin/ld" -r -o libraries/old-locale/dist-install/build/HSold-locale-1.0.0.2.o libraries/old-locale/dist-install/build/System/Locale.o `/usr/bin/find libraries/old-locale/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/extensible-exceptions/dist-install/build/HSextensible-exceptions-0.1.1.2.o libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible.o `/usr/bin/find libraries/extensible-exceptions/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/IO.hs -o libraries/base/dist-install/build/System/IO.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Handle.hs -o libraries/base/dist-install/build/GHC/Handle.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/TopHandler.lhs -o libraries/base/dist-install/build/GHC/TopHandler.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/OldException.hs -o libraries/base/dist-install/build/Control/OldException.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsPat.lhs -o compiler/stage2/build/HsPat.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/SMRep.lhs -o compiler/stage2/build/SMRep.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/RegPlate.hs -o compiler/stage2/build/SPARC/RegPlate.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage2/build/Llvm/PpLlvm.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -hisuf hi -osuf o -hcsuf hc -c utils/hsc2hs/dist-install/build/autogen/Paths_hsc2hs.hs -o utils/hsc2hs/dist-install/build/Paths_hsc2hs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-binary-0.5.0.2 -package haskell98-1.1.0.0 -package process-1.0.1.4 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -hisuf hi -osuf o -hcsuf hc -c utils/ghc-pkg/./Version.hs -o utils/ghc-pkg/dist-install/build/Version.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcLexer.hs -o utils/hpc/dist/build/HpcLexer.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Monad/Fix.hs -o libraries/base/dist-install/build/Control/Monad/Fix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Exts.hs -o libraries/base/dist-install/build/GHC/Exts.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Concurrent.hs -o libraries/base/dist-install/build/Control/Concurrent.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Complex.hs -o libraries/base/dist-install/build/Data/Complex.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Fixed.hs -o libraries/base/dist-install/build/Data/Fixed.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/STRef/Strict.hs -o libraries/base/dist-install/build/Data/STRef/Strict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/filepath/./System/FilePath.hs -o libraries/filepath/dist-install/build/System/FilePath.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Internal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/SharedMem.hs -o libraries/unix/dist-install/build/System/Posix/SharedMem.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/IO.hs -o libraries/unix/dist-install/build/System/Posix/IO.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Process.hs -o libraries/unix/dist-install/build/System/Posix/Process.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Files.hs -o libraries/unix/dist-install/build/System/Posix/Files.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Directory.hs -o libraries/unix/dist-install/build/System/Posix/Directory.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.o "rm" -f libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a.contents /usr/bin/find libraries/old-locale/dist-install/build/System/Locale_o_split -name '*.o' -print >> libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a.contents echo `/usr/bin/find libraries/old-locale/dist-install/build -name "*_stub.o" -print` >> libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a.contents "/usr/bin/ar" q libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a @libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a.contents /usr/bin/ar: creating libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a "rm" -f libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-time/dist-install/build -hidir libraries/old-time/dist-install/build -stubdir libraries/old-time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/old-time/dist-install/build/System/Time.hs -o libraries/old-time/dist-install/build/System/Time.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/Private.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Private.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/Days.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Days.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock/Scale.hs -o libraries/time/dist-install/build/Data/Time/Clock/Scale.o "rm" -f libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a.contents /usr/bin/find libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible_o_split -name '*.o' -print >> libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a.contents echo `/usr/bin/find libraries/extensible-exceptions/dist-install/build -name "*_stub.o" -print` >> libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a.contents "/usr/bin/ar" q libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a @libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a.contents /usr/bin/ar: creating libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a "rm" -f libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Array.hs -o libraries/haskell98/dist-install/build/Array.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Complex.hs -o libraries/haskell98/dist-install/build/Complex.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Locale.hs -o libraries/haskell98/dist-install/build/Locale.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Array.hs -o libraries/haskell2010/dist-install/build/Data/Array.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Data/Complex.hs -o libraries/haskell2010/dist-install/build/Data/Complex.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/Marshal.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign/C.hs -o libraries/haskell2010/dist-install/build/Foreign/C.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Tix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/pretty/./Text/PrettyPrint.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH/Syntax/Internals.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Text.hs -o libraries/Cabal/dist-install/build/Distribution/Text.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/dist-install/build/Distribution/ReadE.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Reader/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Reader/Class.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./System/IO/UTF8.hs -o libraries/utf8-string/dist-install/build/System/IO/UTF8.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./System/Environment/UTF8.hs -o libraries/utf8-string/dist-install/build/System/Environment/UTF8.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Strict/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Strict/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.o SpecConstr Function `$j_s4o7{v} [lid]' has 7 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Transitional/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Frameset/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Command.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "/usr/bin/ld" -r -o libraries/filepath/dist-install/build/HSfilepath-1.2.0.0.o libraries/filepath/dist-install/build/System/FilePath.o libraries/filepath/dist-install/build/System/FilePath/Posix.o libraries/filepath/dist-install/build/System/FilePath/Windows.o `/usr/bin/find libraries/filepath/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/pretty/dist-install/build/HSpretty-1.0.1.2.o libraries/pretty/dist-install/build/Text/PrettyPrint.o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.o `/usr/bin/find libraries/pretty/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Prelude.hs -o libraries/base/dist-install/build/Prelude.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Prelude.hs -o libraries/haskell2010/dist-install/build/Prelude.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsDecls.lhs -o compiler/stage2/build/HsDecls.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/Bitmap.hs -o compiler/stage2/build/Bitmap.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/Llvm.hs -o compiler/stage2/build/Llvm.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Arrow.hs -o libraries/base/dist-install/build/Control/Arrow.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./System/Timeout.hs -o libraries/base/dist-install/build/System/Timeout.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Monad/ST.hs -o libraries/base/dist-install/build/Control/Monad/ST.o "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a.contents /usr/bin/find libraries/filepath/dist-install/build/System/FilePath_o_split libraries/filepath/dist-install/build/System/FilePath/Posix_o_split libraries/filepath/dist-install/build/System/FilePath/Windows_o_split -name '*.o' -print >> libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a.contents echo `/usr/bin/find libraries/filepath/dist-install/build -name "*_stub.o" -print` >> libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a.contents "/usr/bin/ar" q libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a @libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a.contents /usr/bin/ar: creating libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Unsafe.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Lazy/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/IntSet.hs -o libraries/containers/dist-install/build/Data/IntSet.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Semaphore.hs -o libraries/unix/dist-install/build/System/Posix/Semaphore.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Terminal.hs -o libraries/unix/dist-install/build/System/Posix/Terminal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Temp.hs -o libraries/unix/dist-install/build/System/Posix/Temp.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Signals.hs -o libraries/unix/dist-install/build/System/Posix/Signals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.o "rm" -f libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a.contents /usr/bin/find libraries/old-time/dist-install/build/System/Time_o_split -name '*.o' -print >> libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a.contents echo libraries/old-time/dist-install/build/cbits/timeUtils.o `/usr/bin/find libraries/old-time/dist-install/build -name "*_stub.o" -print` >> libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a.contents "/usr/bin/ar" q libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a @libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a.contents /usr/bin/ar: creating libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a "rm" -f libraries/old-time/dist-install/build/libHSold-time-1.0.0.6.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/OrdinalDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/MonthDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/JulianYearDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock/UTC.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTC.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Time.hs -o libraries/haskell98/dist-install/build/Time.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell2010/./Foreign.hs -o libraries/haskell2010/dist-install/build/Foreign.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.o "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a.contents /usr/bin/find libraries/pretty/dist-install/build/Text/PrettyPrint_o_split libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ_o_split -name '*.o' -print >> libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a.contents echo `/usr/bin/find libraries/pretty/dist-install/build -name "*_stub.o" -print` >> libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a.contents "/usr/bin/ar" q libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a @libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a.contents /usr/bin/ar: creating libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.0.1.2.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH/Syntax.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Version.hs -o libraries/Cabal/dist-install/build/Distribution/Version.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/dist-install/build/Distribution/ModuleName.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/dist-install/build/Language/Haskell/Extension.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/dist-install/build/Distribution/Verbosity.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/System.hs -o libraries/Cabal/dist-install/build/Distribution/System.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Cont.hs -o libraries/mtl/dist-install/build/Control/Monad/Cont.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/RWS/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Class.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Identity.hs -o libraries/mtl/dist-install/build/Control/Monad/Identity.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/List.hs -o libraries/mtl/dist-install/build/Control/Monad/List.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Reader.hs -o libraries/mtl/dist-install/build/Control/Monad/Reader.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/State/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Lazy.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/State/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Strict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Writer/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Writer/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Strict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Table.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Table.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Extras.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Extras.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastTypes.lhs -o compiler/stage2/build/FastTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastBool.lhs -o compiler/stage2/build/FastBool.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/BreakArray.hs -o compiler/stage2/build/BreakArray.o "/usr/bin/ld" -r -o libraries/old-time/dist-install/build/HSold-time-1.0.0.6.o libraries/old-time/dist-install/build/System/Time.o libraries/old-time/dist-install/build/cbits/timeUtils.o `/usr/bin/find libraries/old-time/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/haskell2010/dist-install/build/HShaskell2010-1.0.0.0.o libraries/haskell2010/dist-install/build/Data/Array.o libraries/haskell2010/dist-install/build/Data/Char.o libraries/haskell2010/dist-install/build/Data/Complex.o libraries/haskell2010/dist-install/build/System/IO.o libraries/haskell2010/dist-install/build/System/IO/Error.o libraries/haskell2010/dist-install/build/Data/Ix.o libraries/haskell2010/dist-install/build/Data/List.o libraries/haskell2010/dist-install/build/Data/Maybe.o libraries/haskell2010/dist-install/build/Control/Monad.o libraries/haskell2010/dist-install/build/Data/Ratio.o libraries/haskell2010/dist-install/build/System/Environment.o libraries/haskell2010/dist-install/build/System/Exit.o libraries/haskell2010/dist-install/build/Numeric.o libraries/haskell2010/dist-install/build/Prelude.o libraries/haskell2010/dist-install/build/Data/Int.o libraries/haskell2010/dist-install/build/Data/Word.o libraries/haskell2010/dist-install/build/Data/Bits.o libraries/haskell2010/dist-install/build/Foreign.o libraries/haskell2010/dist-install/build/Foreign/Ptr.o libraries/haskell2010/dist-install/build/Foreign/ForeignPtr.o libraries/haskell2010/dist-install/build/Foreign/StablePtr.o libraries/haskell2010/dist-install/build/Foreign/Storable.o libraries/haskell2010/dist-install/build/Foreign/C.o libraries/haskell2010/dist-install/build/Foreign/C/Error.o libraries/haskell2010/dist-install/build/Foreign/C/String.o libraries/haskell2010/dist-install/build/Foreign/C/Types.o libraries/haskell2010/dist-install/build/Foreign/Marshal.o libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc.o libraries/haskell2010/dist-install/build/Foreign/Marshal/Array.o libraries/haskell2010/dist-install/build/Foreign/Marshal/Error.o libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils.o `/usr/bin/find libraries/haskell2010/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/terminfo/dist-install/build/HSterminfo-0.3.1.3.o libraries/terminfo/dist-install/build/System/Console/Terminfo.o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.o `/usr/bin/find libraries/terminfo/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Constants.hs -o libraries/base/dist-install/build/GHC/Constants.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Data.hs -o libraries/base/dist-install/build/Data/Data.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Category.hs -o libraries/base/dist-install/build/Control/Category.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Function.hs -o libraries/base/dist-install/build/Data/Function.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Monad/Instances.hs -o libraries/base/dist-install/build/Control/Monad/Instances.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Environment.hs -o libraries/base/dist-install/build/GHC/Environment.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/PArr.hs -o libraries/base/dist-install/build/GHC/PArr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Unique.hs -o libraries/base/dist-install/build/Data/Unique.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Concurrent/SampleVar.hs -o libraries/base/dist-install/build/Control/Concurrent/SampleVar.p_o SpecConstr Function `$j_s1Bp{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1BX{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Concurrent/QSemN.hs -o libraries/base/dist-install/build/Control/Concurrent/QSemN.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Concurrent/QSem.hs -o libraries/base/dist-install/build/Control/Concurrent/QSem.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Concurrent/Chan.hs -o libraries/base/dist-install/build/Control/Concurrent/Chan.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Ratio.hs -o libraries/base/dist-install/build/Data/Ratio.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/STRef.hs -o libraries/base/dist-install/build/Data/STRef.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Version.hs -o libraries/base/dist-install/build/Data/Version.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Debug/Trace.hs -o libraries/base/dist-install/build/Debug/Trace.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Console/GetOpt.hs -o libraries/base/dist-install/build/System/Console/GetOpt.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/dist-install/build/System/CPUTime.hs -o libraries/base/dist-install/build/System/CPUTime.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Environment.hs -o libraries/base/dist-install/build/System/Environment.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Exit.hs -o libraries/base/dist-install/build/System/Exit.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Info.hs -o libraries/base/dist-install/build/System/Info.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Mem.hs -o libraries/base/dist-install/build/System/Mem.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Mem/StableName.hs -o libraries/base/dist-install/build/System/Mem/StableName.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Mem/Weak.hs -o libraries/base/dist-install/build/System/Mem/Weak.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/Printf.hs -o libraries/base/dist-install/build/Text/Printf.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Text/Show/Functions.hs -o libraries/base/dist-install/build/Text/Show/Functions.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/filepath/./System/FilePath/Posix.hs -o libraries/filepath/dist-install/build/System/FilePath/Posix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/filepath/./System/FilePath/Windows.hs -o libraries/filepath/dist-install/build/System/FilePath/Windows.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array.hs -o libraries/array/dist-install/build/Data/Array.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Fusion.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Fusion.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/./System/Posix/Error.hs -o libraries/unix/dist-install/build/System/Posix/Error.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Resource.hs -o libraries/unix/dist-install/build/System/Posix/Resource.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/User.hs -o libraries/unix/dist-install/build/System/Posix/User.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Time.hs -o libraries/unix/dist-install/build/System/Posix/Time.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Env.hs -o libraries/unix/dist-install/build/System/Posix/Env.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/./System/Posix/Process/Internals.hs -o libraries/unix/dist-install/build/System/Posix/Process/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Unistd.hs -o libraries/unix/dist-install/build/System/Posix/Unistd.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name old-locale-1.0.0.2 -hide-all-packages -i -ilibraries/old-locale/. -ilibraries/old-locale/dist-install/build -ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/dist-install/build -Ilibraries/old-locale/dist-install/build/autogen -Ilibraries/old-locale/. -optP-include -optPlibraries/old-locale/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-locale/dist-install/build -hidir libraries/old-locale/dist-install/build -stubdir libraries/old-locale/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/old-locale/./System/Locale.hs -o libraries/old-locale/dist-install/build/System/Locale.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock/CTimeval.hs -o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name extensible-exceptions-0.1.1.2 -hide-all-packages -i -ilibraries/extensible-exceptions/. -ilibraries/extensible-exceptions/dist-install/build -ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/dist-install/build -Ilibraries/extensible-exceptions/dist-install/build/autogen -Ilibraries/extensible-exceptions/. -optP-DUSE_NEW_EXCEPTIONS -optP-include -optPlibraries/extensible-exceptions/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XExistentialQuantification -XDeriveDataTypeable -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/extensible-exceptions/dist-install/build -hidir libraries/extensible-exceptions/dist-install/build -stubdir libraries/extensible-exceptions/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/extensible-exceptions/./Control/Exception/Extensible.hs -o libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Ix.hs -o libraries/haskell98/dist-install/build/Ix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./CPUTime.hs -o libraries/haskell98/dist-install/build/CPUTime.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Char.hs -o libraries/haskell98/dist-install/build/Char.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./IO.hs -o libraries/haskell98/dist-install/build/IO.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./List.hs -o libraries/haskell98/dist-install/build/List.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Maybe.hs -o libraries/haskell98/dist-install/build/Maybe.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Monad.hs -o libraries/haskell98/dist-install/build/Monad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Ratio.hs -o libraries/haskell98/dist-install/build/Ratio.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Bits.hs -o libraries/haskell98/dist-install/build/Bits.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./CError.hs -o libraries/haskell98/dist-install/build/CError.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./CForeign.hs -o libraries/haskell98/dist-install/build/CForeign.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./CString.hs -o libraries/haskell98/dist-install/build/CString.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./CTypes.hs -o libraries/haskell98/dist-install/build/CTypes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./ForeignPtr.hs -o libraries/haskell98/dist-install/build/ForeignPtr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Int.hs -o libraries/haskell98/dist-install/build/Int.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./MarshalAlloc.hs -o libraries/haskell98/dist-install/build/MarshalAlloc.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./MarshalArray.hs -o libraries/haskell98/dist-install/build/MarshalArray.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./MarshalError.hs -o libraries/haskell98/dist-install/build/MarshalError.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./MarshalUtils.hs -o libraries/haskell98/dist-install/build/MarshalUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Ptr.hs -o libraries/haskell98/dist-install/build/Ptr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./StablePtr.hs -o libraries/haskell98/dist-install/build/StablePtr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Storable.hs -o libraries/haskell98/dist-install/build/Storable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Word.hs -o libraries/haskell98/dist-install/build/Word.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Char.hs -o libraries/haskell2010/dist-install/build/Data/Char.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./System/IO.hs -o libraries/haskell2010/dist-install/build/System/IO.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./System/IO/Error.hs -o libraries/haskell2010/dist-install/build/System/IO/Error.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Ix.hs -o libraries/haskell2010/dist-install/build/Data/Ix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/List.hs -o libraries/haskell2010/dist-install/build/Data/List.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Maybe.hs -o libraries/haskell2010/dist-install/build/Data/Maybe.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Control/Monad.hs -o libraries/haskell2010/dist-install/build/Control/Monad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Ratio.hs -o libraries/haskell2010/dist-install/build/Data/Ratio.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./System/Environment.hs -o libraries/haskell2010/dist-install/build/System/Environment.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./System/Exit.hs -o libraries/haskell2010/dist-install/build/System/Exit.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Numeric.hs -o libraries/haskell2010/dist-install/build/Numeric.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Int.hs -o libraries/haskell2010/dist-install/build/Data/Int.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Word.hs -o libraries/haskell2010/dist-install/build/Data/Word.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Bits.hs -o libraries/haskell2010/dist-install/build/Data/Bits.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Marshal/Utils.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Marshal/Error.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Error.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Marshal/Array.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Array.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Marshal/Alloc.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Storable.hs -o libraries/haskell2010/dist-install/build/Foreign/Storable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/StablePtr.hs -o libraries/haskell2010/dist-install/build/Foreign/StablePtr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/ForeignPtr.hs -o libraries/haskell2010/dist-install/build/Foreign/ForeignPtr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Ptr.hs -o libraries/haskell2010/dist-install/build/Foreign/Ptr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/C/Error.hs -o libraries/haskell2010/dist-install/build/Foreign/C/Error.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/C/String.hs -o libraries/haskell2010/dist-install/build/Foreign/C/String.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/C/Types.hs -o libraries/haskell2010/dist-install/build/Foreign/C/Types.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Util.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/pretty/./Text/PrettyPrint/HughesPJ.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/ReadP.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/dist-install/build/autogen/Paths_Cabal.hs -o libraries/Cabal/dist-install/build/Paths_Cabal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/Exception.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/dist-install/build/Distribution/GetOpt.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/dist-install/build/Distribution/TestSuite.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Trans.hs -o libraries/mtl/dist-install/build/Control/Monad/Trans.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/State/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Class.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Cont/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Cont/Class.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Writer/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Class.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Error/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Error/Class.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./Codec/Binary/UTF8/String.hs -o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Internals.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/BlockTable.hs -o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Base.p_o SpecConstr Function `$waux{v s16A} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Key.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/LineState.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.p_o SpecConstr Function `$j_s2hu{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Exception.hs -o compiler/stage2/build/Exception.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stage2/build/Config.hs -o compiler/stage2/build/Config.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Maybes.lhs -o compiler/stage2/build/Maybes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Encoding.hs -o compiler/stage2/build/Encoding.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/OccName.lhs-boot -o compiler/stage2/build/OccName.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Module.lhs-boot -o compiler/stage2/build/Module.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/FastMutInt.lhs -o compiler/stage2/build/FastMutInt.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/Packages.lhs-boot -o compiler/stage2/build/Packages.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/Constants.lhs -o compiler/stage2/build/Constants.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/TypeRep.lhs-boot -o compiler/stage2/build/TypeRep.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Name.lhs-boot -o compiler/stage2/build/Name.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Platform.hs -o compiler/stage2/build/Platform.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/TyCon.lhs-boot -o compiler/stage2/build/TyCon.p_o-boot on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/OrdList.lhs -o compiler/stage2/build/OrdList.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/X86/Cond.hs -o compiler/stage2/build/X86/Cond.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage2/build/SPARC/Cond.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Alpha/Regs.hs -o compiler/stage2/build/Alpha/Regs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Alpha/RegInfo.hs -o compiler/stage2/build/Alpha/RegInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Alpha/Instr.hs -o compiler/stage2/build/Alpha/Instr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Alpha/CodeGen.hs -o compiler/stage2/build/Alpha/CodeGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/InteractiveEval.hs-boot -o compiler/stage2/build/InteractiveEval.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/ExternalCore.lhs -o compiler/stage2/build/ExternalCore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmTx.hs -o compiler/stage2/build/CmmTx.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/Dataflow.hs -o compiler/stage2/build/Dataflow.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/ParserCoreUtils.hs -o compiler/stage2/build/ParserCoreUtils.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsExpr.lhs -o compiler/stage2/build/HsExpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stgSyn/StgSyn.lhs -o compiler/stage2/build/StgSyn.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage2/build/LlvmCodeGen/Regs.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcParser.hs -o utils/hpc/dist/build/HpcParser.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./GHC/Desugar.hs -o libraries/base/dist-install/build/GHC/Desugar.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Applicative.hs -o libraries/base/dist-install/build/Control/Applicative.o templates/GenericTemplate.hs:110:44: Warning: Bindings containing unlifted types should use an outermost bang pattern: new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) In a case alternative: n -> happyShift new_state i tk st where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) In the expression: case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) -> (happyReduceArr Happy_Data_Array.! rule) i tk st where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#)))))) n -> happyShift new_state i tk st where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) } In an equation for `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) -> (happyReduceArr Happy_Data_Array.! rule) i tk st where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#)))))) n -> happyShift new_state i tk st where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off Happy_GHC_Exts.+# i) check = if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:111:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: off = indexShortOffAddr happyActOffsets st In an equation for `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) -> (happyReduceArr Happy_Data_Array.! rule) i tk st where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#)))))) n -> happyShift new_state i tk st where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off Happy_GHC_Exts.+# i) check = if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:112:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: off_i = (off Happy_GHC_Exts.+# i) In an equation for `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) -> (happyReduceArr Happy_Data_Array.! rule) i tk st where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#)))))) n -> happyShift new_state i tk st where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off Happy_GHC_Exts.+# i) check = if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:116:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st In an equation for `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) -> (happyReduceArr Happy_Data_Array.! rule) i tk st where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#)))))) n -> happyShift new_state i tk st where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off Happy_GHC_Exts.+# i) check = if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:139:9: Warning: Bindings containing unlifted types should use an outermost bang pattern: i = Happy_GHC_Exts.word2Int# (Happy_GHC_Exts.or# (Happy_GHC_Exts.uncheckedShiftL# high 8#) low) In an equation for `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = Happy_GHC_Exts.narrow16Int# i where i = Happy_GHC_Exts.word2Int# (Happy_GHC_Exts.or# (Happy_GHC_Exts.uncheckedShiftL# high 8#) low) high = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr (off' Happy_GHC_Exts.+# 1#))) low = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr off')) off' = off Happy_GHC_Exts.*# 2# templates/GenericTemplate.hs:143:9: Warning: Bindings containing unlifted types should use an outermost bang pattern: high = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr (off' Happy_GHC_Exts.+# 1#))) In an equation for `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = Happy_GHC_Exts.narrow16Int# i where i = Happy_GHC_Exts.word2Int# (Happy_GHC_Exts.or# (Happy_GHC_Exts.uncheckedShiftL# high 8#) low) high = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr (off' Happy_GHC_Exts.+# 1#))) low = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr off')) off' = off Happy_GHC_Exts.*# 2# templates/GenericTemplate.hs:144:9: Warning: Bindings containing unlifted types should use an outermost bang pattern: low = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr off')) In an equation for `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = Happy_GHC_Exts.narrow16Int# i where i = Happy_GHC_Exts.word2Int# (Happy_GHC_Exts.or# (Happy_GHC_Exts.uncheckedShiftL# high 8#) low) high = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr (off' Happy_GHC_Exts.+# 1#))) low = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr off')) off' = off Happy_GHC_Exts.*# 2# templates/GenericTemplate.hs:145:9: Warning: Bindings containing unlifted types should use an outermost bang pattern: off' = off Happy_GHC_Exts.*# 2# In an equation for `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = Happy_GHC_Exts.narrow16Int# i where i = Happy_GHC_Exts.word2Int# (Happy_GHC_Exts.or# (Happy_GHC_Exts.uncheckedShiftL# high 8#) low) high = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr (off' Happy_GHC_Exts.+# 1#))) low = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr off')) off' = off Happy_GHC_Exts.*# 2# templates/GenericTemplate.hs:175:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: i = (case Happy_GHC_Exts.unsafeCoerce# x of { (Happy_GHC_Exts.I# (i)) -> i }) In the expression: let i = (case Happy_GHC_Exts.unsafeCoerce# x of { (Happy_GHC_Exts.I# (i)) -> i }) in happyDoAction i tk new_state (HappyCons (st) (sts)) (stk) In an equation for `happyShift': happyShift new_state 0# tk st sts stk@(x HappyStk _) = let i = (case Happy_GHC_Exts.unsafeCoerce# x of { (Happy_GHC_Exts.I# (i)) -> ... }) in happyDoAction i tk new_state (HappyCons (st) (sts)) (stk) templates/GenericTemplate.hs:219:14: Warning: Bindings containing unlifted types should use an outermost bang pattern: sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) In an equation for `happyMonadReduce': happyMonadReduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyGoto nt j tk st1 sts1 (r `HappyStk` drop_stk)) where sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk templates/GenericTemplate.hs:226:14: Warning: Bindings containing unlifted types should use an outermost bang pattern: sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) In an equation for `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off Happy_GHC_Exts.+# nt) .... templates/GenericTemplate.hs:229:14: Warning: Bindings containing unlifted types should use an outermost bang pattern: off = indexShortOffAddr happyGotoOffsets st1 In an equation for `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off Happy_GHC_Exts.+# nt) .... templates/GenericTemplate.hs:230:14: Warning: Bindings containing unlifted types should use an outermost bang pattern: off_i = (off Happy_GHC_Exts.+# nt) In an equation for `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off Happy_GHC_Exts.+# nt) .... templates/GenericTemplate.hs:231:14: Warning: Bindings containing unlifted types should use an outermost bang pattern: new_state = indexShortOffAddr happyTable off_i In an equation for `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off Happy_GHC_Exts.+# nt) .... templates/GenericTemplate.hs:249:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: off = indexShortOffAddr happyGotoOffsets st In an equation for `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off Happy_GHC_Exts.+# nt) new_state = indexShortOffAddr happyTable off_i templates/GenericTemplate.hs:250:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: off_i = (off Happy_GHC_Exts.+# nt) In an equation for `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off Happy_GHC_Exts.+# nt) new_state = indexShortOffAddr happyTable off_i templates/GenericTemplate.hs:251:10: Warning: Bindings containing unlifted types should use an outermost bang pattern: new_state = indexShortOffAddr happyTable off_i In an equation for `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off Happy_GHC_Exts.+# nt) new_state = indexShortOffAddr happyTable off_i utils/hpc/HpcParser.hs:2:12: Warning: -fglasgow-exts is deprecated: Use individual extensions instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Monad/ST/Lazy.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Control/Monad/ST/Strict.hs -o libraries/base/dist-install/build/Control/Monad/ST/Strict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString.hs -o libraries/bytestring/dist-install/build/Data/ByteString.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/./System/Posix.hs -o libraries/unix/dist-install/build/System/Posix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/Gregorian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/WeekDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/Julian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Julian.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock/POSIX.hs -o libraries/time/dist-install/build/Data/Time/Clock/POSIX.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/directory/./System/Directory.hs -o libraries/directory/dist-install/build/System/Directory.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/process/./System/Process.hs -o libraries/process/dist-install/build/System/Process.o "rm" -f libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a.contents /usr/bin/find libraries/haskell2010/dist-install/build/Data/Array_o_split libraries/haskell2010/dist-install/build/Data/Char_o_split libraries/haskell2010/dist-install/build/Data/Complex_o_split libraries/haskell2010/dist-install/build/System/IO_o_split libraries/haskell2010/dist-install/build/System/IO/Error_o_split libraries/haskell2010/dist-install/build/Data/Ix_o_split libraries/haskell2010/dist-install/build/Data/List_o_split libraries/haskell2010/dist-install/build/Data/Maybe_o_split libraries/haskell2010/dist-install/build/Control/Monad_o_split libraries/haskell2010/dist-install/build/Data/Ratio_o_split libraries/haskell2010/dist-install/build/System/Environment_o_split libraries/haskell2010/dist-install/build/System/Exit_o_split libraries/haskell2010/dist-install/build/Numeric_o_split libraries/haskell2010/dist-install/build/Prelude_o_split libraries/haskell2010/dist-install/build/Data/Int_o_split libraries/haskell2010/dist-install/build/Data/Word_o_split libraries/haskell2010/dist-install/build/Data/Bits_o_split libraries/haskell2010/dist-install/build/Foreign_o_split libraries/haskell2010/dist-install/build/Foreign/Ptr_o_split libraries/haskell2010/dist-install/build/Foreign/ForeignPtr_o_split libraries/haskell2010/dist-install/build/Foreign/StablePtr_o_split libraries/haskell2010/dist-install/build/Foreign/Storable_o_split libraries/haskell2010/dist-install/build/Foreign/C_o_split libraries/haskell2010/dist-install/build/Foreign/C/Error_o_split libraries/haskell2010/dist-install/build/Foreign/C/String_o_split libraries/haskell2010/dist-install/build/Foreign/C/Types_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Array_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Error_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils_o_split -name '*.o' -print >> libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a.contents echo `/usr/bin/find libraries/haskell2010/dist-install/build -name "*_stub.o" -print` >> libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a.contents "/usr/bin/ar" q libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a @libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a.contents /usr/bin/ar: creating libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a "rm" -f libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH/Lib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/dist-install/build/Distribution/Compiler.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Package.hs -o libraries/Cabal/dist-install/build/Distribution/Package.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/License.hs -o libraries/Cabal/dist-install/build/Distribution/License.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/TempFile.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Compiler.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Error.hs -o libraries/mtl/dist-install/build/Control/Monad/Error.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/RWS/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/RWS/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Strict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/State.hs -o libraries/mtl/dist-install/build/Control/Monad/State.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/Writer.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Debug.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Debug.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Transitional.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Frameset.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml/Strict.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict.o "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a.contents /usr/bin/find libraries/terminfo/dist-install/build/System/Console/Terminfo_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Base_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Color_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys_o_split -name '*.o' -print >> libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a.contents echo `/usr/bin/find libraries/terminfo/dist-install/build -name "*_stub.o" -print` >> libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a.contents "/usr/bin/ar" q libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a @libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a.contents /usr/bin/ar: creating libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/MonadException.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Panic.lhs -o compiler/stage2/build/Panic.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastFunctions.lhs -o compiler/stage2/build/FastFunctions.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead libraries/haskeline/System/Console/Haskeline/MonadException.hs:19:1: Warning: In the use of `E.block' (imported from Control.Exception.Extensible, but defined in GHC.IO): Deprecated: "use Control.Exception.mask instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:19:1: Warning: In the use of `E.unblock' (imported from Control.Exception.Extensible, but defined in GHC.IO): Deprecated: "use Control.Exception.mask instead" "/usr/bin/ld" -r -o libraries/unix/dist-install/build/HSunix-2.4.1.0.o libraries/unix/dist-install/build/System/Posix.o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.o libraries/unix/dist-install/build/System/Posix/Directory.o libraries/unix/dist-install/build/System/Posix/DynamicLinker.o libraries/unix/dist-install/build/System/Posix/Env.o libraries/unix/dist-install/build/System/Posix/Error.o libraries/unix/dist-install/build/System/Posix/Files.o libraries/unix/dist-install/build/System/Posix/IO.o libraries/unix/dist-install/build/System/Posix/Process.o libraries/unix/dist-install/build/System/Posix/Process/Internals.o libraries/unix/dist-install/build/System/Posix/Resource.o libraries/unix/dist-install/build/System/Posix/Temp.o libraries/unix/dist-install/build/System/Posix/Terminal.o libraries/unix/dist-install/build/System/Posix/Time.o libraries/unix/dist-install/build/System/Posix/Unistd.o libraries/unix/dist-install/build/System/Posix/User.o libraries/unix/dist-install/build/System/Posix/Signals.o libraries/unix/dist-install/build/System/Posix/Signals/Exts.o libraries/unix/dist-install/build/System/Posix/Semaphore.o libraries/unix/dist-install/build/System/Posix/SharedMem.o libraries/unix/dist-install/build/cbits/HsUnix.o libraries/unix/dist-install/build/cbits/execvpe.o libraries/unix/dist-install/build/cbits/dirUtils.o `/usr/bin/find libraries/unix/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/directory/dist-install/build/HSdirectory-1.1.0.0.o libraries/directory/dist-install/build/System/Directory.o libraries/directory/dist-install/build/cbits/directory.o `/usr/bin/find libraries/directory/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Monad/Fix.hs -o libraries/base/dist-install/build/Control/Monad/Fix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Exts.hs -o libraries/base/dist-install/build/GHC/Exts.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Concurrent.hs -o libraries/base/dist-install/build/Control/Concurrent.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Complex.hs -o libraries/base/dist-install/build/Data/Complex.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Fixed.hs -o libraries/base/dist-install/build/Data/Fixed.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/STRef/Strict.hs -o libraries/base/dist-install/build/Data/STRef/Strict.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name filepath-1.2.0.0 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build/autogen -Ilibraries/filepath/. -optP-include -optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/filepath/./System/FilePath.hs -o libraries/filepath/dist-install/build/System/FilePath.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Internal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/SharedMem.hs -o libraries/unix/dist-install/build/System/Posix/SharedMem.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/IO.hs -o libraries/unix/dist-install/build/System/Posix/IO.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Process.hs -o libraries/unix/dist-install/build/System/Posix/Process.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Files.hs -o libraries/unix/dist-install/build/System/Posix/Files.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Directory.hs -o libraries/unix/dist-install/build/System/Posix/Directory.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.p_o "rm" -f libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a.contents /usr/bin/find libraries/old-locale/dist-install/build/System/Locale_p_o_split -name '*.p_o' -print >> libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a.contents echo `/usr/bin/find libraries/old-locale/dist-install/build -name "*_stub.p_o" -print` >> libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a.contents "/usr/bin/ar" q libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a @libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a.contents /usr/bin/ar: creating libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a "rm" -f libraries/old-locale/dist-install/build/libHSold-locale-1.0.0.2_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name old-time-1.0.0.6 -hide-all-packages -i -ilibraries/old-time/. -ilibraries/old-time/dist-install/build -ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/dist-install/build -Ilibraries/old-time/dist-install/build/autogen -Ilibraries/old-time/include -optP-include -optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/old-time/dist-install/build -hidir libraries/old-time/dist-install/build -stubdir libraries/old-time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/old-time/dist-install/build/System/Time.hs -o libraries/old-time/dist-install/build/System/Time.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/Private.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Private.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/Days.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Days.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock/Scale.hs -o libraries/time/dist-install/build/Data/Time/Clock/Scale.p_o "rm" -f libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a.contents /usr/bin/find libraries/extensible-exceptions/dist-install/build/Control/Exception/Extensible_p_o_split -name '*.p_o' -print >> libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a.contents echo `/usr/bin/find libraries/extensible-exceptions/dist-install/build -name "*_stub.p_o" -print` >> libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a.contents "/usr/bin/ar" q libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a @libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a.contents /usr/bin/ar: creating libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a "rm" -f libraries/extensible-exceptions/dist-install/build/libHSextensible-exceptions-0.1.1.2_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Array.hs -o libraries/haskell98/dist-install/build/Array.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Complex.hs -o libraries/haskell98/dist-install/build/Complex.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Locale.hs -o libraries/haskell98/dist-install/build/Locale.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Array.hs -o libraries/haskell2010/dist-install/build/Data/Array.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Data/Complex.hs -o libraries/haskell2010/dist-install/build/Data/Complex.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/Marshal.hs -o libraries/haskell2010/dist-install/build/Foreign/Marshal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign/C.hs -o libraries/haskell2010/dist-install/build/Foreign/C.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Tix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name pretty-1.0.1.2 -hide-all-packages -i -ilibraries/pretty/. -ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build/autogen -Ilibraries/pretty/. -optP-include -optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/pretty/./Text/PrettyPrint.hs -o libraries/pretty/dist-install/build/Text/PrettyPrint.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH/Syntax/Internals.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Text.hs -o libraries/Cabal/dist-install/build/Distribution/Text.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/dist-install/build/Distribution/ReadE.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Reader/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/Reader/Class.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./System/IO/UTF8.hs -o libraries/utf8-string/dist-install/build/System/IO/UTF8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./System/Environment/UTF8.hs -o libraries/utf8-string/dist-install/build/System/Environment/UTF8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Strict/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Strict/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.p_o SpecConstr Function `$j_s4o7{v} [lid]' has 7 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Transitional/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Frameset/Elements.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Color.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Command.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcType.lhs -o compiler/stage2/build/TcType.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsUtils.lhs -o compiler/stage2/build/HsUtils.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplStg/SRT.lhs -o compiler/stage2/build/SRT.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplStg/StgStats.lhs -o compiler/stage2/build/StgStats.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stgSyn/StgLint.lhs -o compiler/stage2/build/StgLint.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/profiling/SCCfinal.lhs -o compiler/stage2/build/SCCfinal.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Foldable.hs -o libraries/base/dist-install/build/Data/Foldable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/STRef/Lazy.hs -o libraries/base/dist-install/build/Data/STRef/Lazy.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/Base.hs -o libraries/array/dist-install/build/Data/Array/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Char8.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Lazy.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.o "rm" -f libraries/unix/dist-install/build/libHSunix-2.4.1.0.a libraries/unix/dist-install/build/libHSunix-2.4.1.0.a.contents /usr/bin/find libraries/unix/dist-install/build/System/Posix_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim_o_split libraries/unix/dist-install/build/System/Posix/Directory_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker_o_split libraries/unix/dist-install/build/System/Posix/Env_o_split libraries/unix/dist-install/build/System/Posix/Error_o_split libraries/unix/dist-install/build/System/Posix/Files_o_split libraries/unix/dist-install/build/System/Posix/IO_o_split libraries/unix/dist-install/build/System/Posix/Process_o_split libraries/unix/dist-install/build/System/Posix/Process/Internals_o_split libraries/unix/dist-install/build/System/Posix/Resource_o_split libraries/unix/dist-install/build/System/Posix/Temp_o_split libraries/unix/dist-install/build/System/Posix/Terminal_o_split libraries/unix/dist-install/build/System/Posix/Time_o_split libraries/unix/dist-install/build/System/Posix/Unistd_o_split libraries/unix/dist-install/build/System/Posix/User_o_split libraries/unix/dist-install/build/System/Posix/Signals_o_split libraries/unix/dist-install/build/System/Posix/Signals/Exts_o_split libraries/unix/dist-install/build/System/Posix/Semaphore_o_split libraries/unix/dist-install/build/System/Posix/SharedMem_o_split -name '*.o' -print >> libraries/unix/dist-install/build/libHSunix-2.4.1.0.a.contents echo libraries/unix/dist-install/build/cbits/HsUnix.o libraries/unix/dist-install/build/cbits/execvpe.o libraries/unix/dist-install/build/cbits/dirUtils.o `/usr/bin/find libraries/unix/dist-install/build -name "*_stub.o" -print` >> libraries/unix/dist-install/build/libHSunix-2.4.1.0.a.contents "/usr/bin/ar" q libraries/unix/dist-install/build/libHSunix-2.4.1.0.a @libraries/unix/dist-install/build/libHSunix-2.4.1.0.a.contents /usr/bin/ar: creating libraries/unix/dist-install/build/libHSunix-2.4.1.0.a "rm" -f libraries/unix/dist-install/build/libHSunix-2.4.1.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar.hs -o libraries/time/dist-install/build/Data/Time/Calendar.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock/UTCDiff.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.o "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a.contents /usr/bin/find libraries/directory/dist-install/build/System/Directory_o_split -name '*.o' -print >> libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a.contents echo libraries/directory/dist-install/build/cbits/directory.o `/usr/bin/find libraries/directory/dist-install/build -name "*_stub.o" -print` >> libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a.contents "/usr/bin/ar" q libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a @libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a.contents /usr/bin/ar: creating libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.1.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/process/./System/Cmd.hs -o libraries/process/dist-install/build/System/Cmd.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Directory.hs -o libraries/haskell98/dist-install/build/Directory.o SpecConstr Function `go{v s3Ef} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wa{v s3Ez} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./System.hs -o libraries/haskell98/dist-install/build/System.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH/Quote.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/mtl/./Control/Monad/RWS.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/xhtml/./Text/XHtml.hs -o libraries/xhtml/dist-install/build/Text/XHtml.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Monads.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage2/build/PPC/Cond.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage2/build/SPARC/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/Ctype.lhs -o compiler/stage2/build/Ctype.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/LexCore.hs -o compiler/stage2/build/LexCore.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Interval.hs -o compiler/stage2/build/Interval.o "/usr/bin/ld" -r -o libraries/process/dist-install/build/HSprocess-1.0.1.4.o libraries/process/dist-install/build/System/Process/Internals.o libraries/process/dist-install/build/System/Process.o libraries/process/dist-install/build/System/Cmd.o libraries/process/dist-install/build/cbits/runProcess.o `/usr/bin/find libraries/process/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/mtl/dist-install/build/HSmtl-1.1.1.0.o libraries/mtl/dist-install/build/Control/Monad/Cont.o libraries/mtl/dist-install/build/Control/Monad/Cont/Class.o libraries/mtl/dist-install/build/Control/Monad/Error.o libraries/mtl/dist-install/build/Control/Monad/Error/Class.o libraries/mtl/dist-install/build/Control/Monad/Identity.o libraries/mtl/dist-install/build/Control/Monad/List.o libraries/mtl/dist-install/build/Control/Monad/RWS.o libraries/mtl/dist-install/build/Control/Monad/RWS/Class.o libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy.o libraries/mtl/dist-install/build/Control/Monad/RWS/Strict.o libraries/mtl/dist-install/build/Control/Monad/Reader.o libraries/mtl/dist-install/build/Control/Monad/Reader/Class.o libraries/mtl/dist-install/build/Control/Monad/State.o libraries/mtl/dist-install/build/Control/Monad/State/Class.o libraries/mtl/dist-install/build/Control/Monad/State/Lazy.o libraries/mtl/dist-install/build/Control/Monad/State/Strict.o libraries/mtl/dist-install/build/Control/Monad/Trans.o libraries/mtl/dist-install/build/Control/Monad/Writer.o libraries/mtl/dist-install/build/Control/Monad/Writer/Class.o libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy.o libraries/mtl/dist-install/build/Control/Monad/Writer/Strict.o `/usr/bin/find libraries/mtl/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/xhtml/dist-install/build/HSxhtml-3000.2.0.1.o libraries/xhtml/dist-install/build/Text/XHtml.o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.o libraries/xhtml/dist-install/build/Text/XHtml/Strict.o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.o libraries/xhtml/dist-install/build/Text/XHtml/Debug.o libraries/xhtml/dist-install/build/Text/XHtml/Table.o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes.o libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements.o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes.o libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements.o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes.o libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements.o libraries/xhtml/dist-install/build/Text/XHtml/BlockTable.o libraries/xhtml/dist-install/build/Text/XHtml/Extras.o libraries/xhtml/dist-install/build/Text/XHtml/Internals.o `/usr/bin/find libraries/xhtml/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Arrow.hs -o libraries/base/dist-install/build/Control/Arrow.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./System/Timeout.hs -o libraries/base/dist-install/build/System/Timeout.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Monad/ST.hs -o libraries/base/dist-install/build/Control/Monad/ST.p_o "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a.contents /usr/bin/find libraries/filepath/dist-install/build/System/FilePath_p_o_split libraries/filepath/dist-install/build/System/FilePath/Posix_p_o_split libraries/filepath/dist-install/build/System/FilePath/Windows_p_o_split -name '*.p_o' -print >> libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a.contents echo `/usr/bin/find libraries/filepath/dist-install/build -name "*_stub.p_o" -print` >> libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a.contents "/usr/bin/ar" q libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a @libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a.contents /usr/bin/ar: creating libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a "rm" -f libraries/filepath/dist-install/build/libHSfilepath-1.2.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Unsafe.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Lazy/Internal.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/IntSet.hs -o libraries/containers/dist-install/build/Data/IntSet.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Semaphore.hs -o libraries/unix/dist-install/build/System/Posix/Semaphore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Terminal.hs -o libraries/unix/dist-install/build/System/Posix/Terminal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Temp.hs -o libraries/unix/dist-install/build/System/Posix/Temp.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Signals.hs -o libraries/unix/dist-install/build/System/Posix/Signals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.p_o "rm" -f libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a.contents /usr/bin/find libraries/old-time/dist-install/build/System/Time_p_o_split -name '*.p_o' -print >> libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a.contents echo libraries/old-time/dist-install/build/cbits/timeUtils.p_o `/usr/bin/find libraries/old-time/dist-install/build -name "*_stub.p_o" -print` >> libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a.contents "/usr/bin/ar" q libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a @libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a.contents /usr/bin/ar: creating libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a "rm" -f libraries/old-time/dist-install/build/libHSold-time-1.0.0.6_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/OrdinalDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/MonthDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/JulianYearDay.hs -o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock/UTC.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Time.hs -o libraries/haskell98/dist-install/build/Time.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell2010-1.0.0.0 -hide-all-packages -i -ilibraries/haskell2010/. -ilibraries/haskell2010/dist-install/build -ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/dist-install/build -Ilibraries/haskell2010/dist-install/build/autogen -Ilibraries/haskell2010/. -optP-include -optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -XPackageImports -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell2010/dist-install/build -hidir libraries/haskell2010/dist-install/build -stubdir libraries/haskell2010/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell2010/./Foreign.hs -o libraries/haskell2010/dist-install/build/Foreign.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.p_o "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a.contents /usr/bin/find libraries/pretty/dist-install/build/Text/PrettyPrint_p_o_split libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ_p_o_split -name '*.p_o' -print >> libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a.contents echo `/usr/bin/find libraries/pretty/dist-install/build -name "*_stub.p_o" -print` >> libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a.contents "/usr/bin/ar" q libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a @libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a.contents /usr/bin/ar: creating libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a "rm" -f libraries/pretty/dist-install/build/libHSpretty-1.0.1.2_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH/Syntax.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Version.hs -o libraries/Cabal/dist-install/build/Distribution/Version.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/dist-install/build/Distribution/ModuleName.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/dist-install/build/Language/Haskell/Extension.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/dist-install/build/Distribution/Verbosity.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/System.hs -o libraries/Cabal/dist-install/build/Distribution/System.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Cont.hs -o libraries/mtl/dist-install/build/Control/Monad/Cont.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/RWS/Class.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Class.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Identity.hs -o libraries/mtl/dist-install/build/Control/Monad/Identity.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/List.hs -o libraries/mtl/dist-install/build/Control/Monad/List.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Reader.hs -o libraries/mtl/dist-install/build/Control/Monad/Reader.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/State/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Lazy.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/State/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/State/Strict.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Writer/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Writer/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer/Strict.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Table.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Table.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Extras.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Extras.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name terminfo-0.3.1.3 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build/autogen -Ilibraries/terminfo/. -optP-include -optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package extensible-exceptions-0.1.1.2 -split-objs -Wall -XForeignFunctionInterface -XDeriveDataTypeable -XEmptyDataDecls -XScopedTypeVariables -XFlexibleInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-install/build/System/Console/Terminfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/FastTypes.lhs -o compiler/stage2/build/FastTypes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/FastBool.lhs -o compiler/stage2/build/FastBool.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/BreakArray.hs -o compiler/stage2/build/BreakArray.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/ClosureInfo.lhs -o compiler/stage2/build/ClosureInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreUtils.lhs -o compiler/stage2/build/CoreUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreFVs.lhs -o compiler/stage2/build/CoreFVs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/InstEnv.lhs -o compiler/stage2/build/InstEnv.dyn_o SpecConstr Function `go{v X4us} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/HsSyn.lhs -o compiler/stage2/build/HsSyn.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplStg/SimplStg.lhs -o compiler/stage2/build/SimplStg.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -hisuf hi -osuf o -hcsuf hc -c utils/hsc2hs/./Main.hs -o utils/hsc2hs/dist-install/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist/build -iutils/runghc/dist/build/autogen -Iutils/runghc/dist/build -Iutils/runghc/dist/build/autogen -optP-include -optPutils/runghc/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package process-1.0.1.4 -no-user-package-conf -rtsopts -cpp -DVERSION="\"7.0.1\"" -odir utils/runghc/dist/build -hidir utils/runghc/dist/build -stubdir utils/runghc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/runghc/dist/build/Main.hs -o utils/runghc/dist/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist/build -iutils/compare_sizes/dist/build/autogen -Iutils/compare_sizes/dist/build -Iutils/compare_sizes/dist/build/autogen -optP-include -optPutils/compare_sizes/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -no-user-package-conf -rtsopts -odir utils/compare_sizes/dist/build -hidir utils/compare_sizes/dist/build -stubdir utils/compare_sizes/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/compare_sizes/./Main.hs -o utils/compare_sizes/dist/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/base/./Data/Traversable.hs -o libraries/base/dist-install/build/Data/Traversable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/IArray.hs -o libraries/array/dist-install/build/Data/Array/IArray.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/MArray.hs -o libraries/array/dist-install/build/Data/Array/MArray.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/IO/Internals.hs -o libraries/array/dist-install/build/Data/Array/IO/Internals.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/Unboxed.hs -o libraries/array/dist-install/build/Data/Array/Unboxed.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bytestring/./Data/ByteString/Lazy/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.o SpecConstr Function `$wa{v s2Lb} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wa{v s2LO} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/Sequence.hs -o libraries/containers/dist-install/build/Data/Sequence.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/IntMap.hs -o libraries/containers/dist-install/build/Data/IntMap.o libraries/array/Data/Array/IO/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/Set.hs -o libraries/containers/dist-install/build/Data/Set.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Calendar/Easter.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Easter.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock.hs -o libraries/time/dist-install/build/Data/Time/Clock.o "rm" -f libraries/process/dist-install/build/libHSprocess-1.0.1.4.a libraries/process/dist-install/build/libHSprocess-1.0.1.4.a.contents /usr/bin/find libraries/process/dist-install/build/System/Process/Internals_o_split libraries/process/dist-install/build/System/Process_o_split libraries/process/dist-install/build/System/Cmd_o_split -name '*.o' -print >> libraries/process/dist-install/build/libHSprocess-1.0.1.4.a.contents echo libraries/process/dist-install/build/cbits/runProcess.o `/usr/bin/find libraries/process/dist-install/build -name "*_stub.o" -print` >> libraries/process/dist-install/build/libHSprocess-1.0.1.4.a.contents "/usr/bin/ar" q libraries/process/dist-install/build/libHSprocess-1.0.1.4.a @libraries/process/dist-install/build/libHSprocess-1.0.1.4.a.contents /usr/bin/ar: creating libraries/process/dist-install/build/libHSprocess-1.0.1.4.a "rm" -f libraries/process/dist-install/build/libHSprocess-1.0.1.4.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Utils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary/Get.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Get.o SpecConstr Function `f{v s4OA} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4PO} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4QJ} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4Rf} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wmoreBytes{v s3F1} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wmoreBytes{v s3F1} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations libraries/ghc-binary/src/Data/Binary/Get.hs:98:1: Warning: The import of `GHC.Int' is redundant except perhaps to import instances from `GHC.Int' To import instances alone, use: import GHC.Int() "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary/Builder.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Builder.o libraries/ghc-binary/src/Data/Binary/Builder.hs:60:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() libraries/ghc-binary/src/Data/Binary/Builder.hs:70:1: Warning: The import of `Data.ByteString.Lazy.Internal' is redundant except perhaps to import instances from `Data.ByteString.Lazy.Internal' To import instances alone, use: import Data.ByteString.Lazy.Internal() "rm" -f libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a.contents /usr/bin/find libraries/mtl/dist-install/build/Control/Monad/Cont_o_split libraries/mtl/dist-install/build/Control/Monad/Cont/Class_o_split libraries/mtl/dist-install/build/Control/Monad/Error_o_split libraries/mtl/dist-install/build/Control/Monad/Error/Class_o_split libraries/mtl/dist-install/build/Control/Monad/Identity_o_split libraries/mtl/dist-install/build/Control/Monad/List_o_split libraries/mtl/dist-install/build/Control/Monad/RWS_o_split libraries/mtl/dist-install/build/Control/Monad/RWS/Class_o_split libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy_o_split libraries/mtl/dist-install/build/Control/Monad/RWS/Strict_o_split libraries/mtl/dist-install/build/Control/Monad/Reader_o_split libraries/mtl/dist-install/build/Control/Monad/Reader/Class_o_split libraries/mtl/dist-install/build/Control/Monad/State_o_split libraries/mtl/dist-install/build/Control/Monad/State/Class_o_split libraries/mtl/dist-install/build/Control/Monad/State/Lazy_o_split libraries/mtl/dist-install/build/Control/Monad/State/Strict_o_split libraries/mtl/dist-install/build/Control/Monad/Trans_o_split libraries/mtl/dist-install/build/Control/Monad/Writer_o_split libraries/mtl/dist-install/build/Control/Monad/Writer/Class_o_split libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy_o_split libraries/mtl/dist-install/build/Control/Monad/Writer/Strict_o_split -name '*.o' -print >> libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a.contents echo `/usr/bin/find libraries/mtl/dist-install/build -name "*_stub.o" -print` >> libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a.contents "/usr/bin/ar" q libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a @libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a.contents /usr/bin/ar: creating libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a "rm" -f libraries/mtl/dist-install/build/libHSmtl-1.1.1.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./Codec/Binary/UTF8/Generic.hs -o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic.o "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a.contents /usr/bin/find libraries/xhtml/dist-install/build/Text/XHtml_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional_o_split libraries/xhtml/dist-install/build/Text/XHtml/Debug_o_split libraries/xhtml/dist-install/build/Text/XHtml/Table_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements_o_split libraries/xhtml/dist-install/build/Text/XHtml/BlockTable_o_split libraries/xhtml/dist-install/build/Text/XHtml/Extras_o_split libraries/xhtml/dist-install/build/Text/XHtml/Internals_o_split -name '*.o' -print >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a.contents echo `/usr/bin/find libraries/xhtml/dist-install/build -name "*_stub.o" -print` >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a.contents "/usr/bin/ar" q libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a @libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a.contents /usr/bin/ar: creating libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Util.lhs -o compiler/stage2/build/Util.o "/usr/bin/ld" -r -o libraries/base/dist-install/build/HSbase-4.3.0.0.o libraries/base/dist-install/build/Foreign/Concurrent.o libraries/base/dist-install/build/GHC/Arr.o libraries/base/dist-install/build/GHC/Base.o libraries/base/dist-install/build/GHC/Classes.o libraries/base/dist-install/build/GHC/Conc.o libraries/base/dist-install/build/GHC/Conc/IO.o libraries/base/dist-install/build/GHC/Conc/Signal.o libraries/base/dist-install/build/GHC/Conc/Sync.o libraries/base/dist-install/build/GHC/ConsoleHandler.o libraries/base/dist-install/build/GHC/Constants.o libraries/base/dist-install/build/GHC/Desugar.o libraries/base/dist-install/build/GHC/Enum.o libraries/base/dist-install/build/GHC/Environment.o libraries/base/dist-install/build/GHC/Err.o libraries/base/dist-install/build/GHC/Exception.o libraries/base/dist-install/build/GHC/Exts.o libraries/base/dist-install/build/GHC/Float.o libraries/base/dist-install/build/GHC/ForeignPtr.o libraries/base/dist-install/build/GHC/MVar.o libraries/base/dist-install/build/GHC/IO.o libraries/base/dist-install/build/GHC/IO/IOMode.o libraries/base/dist-install/build/GHC/IO/Buffer.o libraries/base/dist-install/build/GHC/IO/Device.o libraries/base/dist-install/build/GHC/IO/BufferedIO.o libraries/base/dist-install/build/GHC/IO/FD.o libraries/base/dist-install/build/GHC/IO/Exception.o libraries/base/dist-install/build/GHC/IO/Encoding.o libraries/base/dist-install/build/GHC/IO/Encoding/Latin1.o libraries/base/dist-install/build/GHC/IO/Encoding/UTF8.o libraries/base/dist-install/build/GHC/IO/Encoding/UTF16.o libraries/base/dist-install/build/GHC/IO/Encoding/UTF32.o libraries/base/dist-install/build/GHC/IO/Encoding/Types.o libraries/base/dist-install/build/GHC/IO/Encoding/Iconv.o libraries/base/dist-install/build/GHC/IO/Encoding/CodePage.o libraries/base/dist-install/build/GHC/IO/Handle.o libraries/base/dist-install/build/GHC/IO/Handle/Types.o libraries/base/dist-install/build/GHC/IO/Handle/Internals.o libraries/base/dist-install/build/GHC/IO/Handle/FD.o libraries/base/dist-install/build/GHC/IO/Handle/Text.o libraries/base/dist-install/build/GHC/IOBase.o libraries/base/dist-install/build/GHC/Handle.o libraries/base/dist-install/build/GHC/IORef.o libraries/base/dist-install/build/GHC/IOArray.o libraries/base/dist-install/build/GHC/Int.o libraries/base/dist-install/build/GHC/List.o libraries/base/dist-install/build/GHC/Num.o libraries/base/dist-install/build/GHC/PArr.o libraries/base/dist-install/build/GHC/Pack.o libraries/base/dist-install/build/GHC/Ptr.o libraries/base/dist-install/build/GHC/Read.o libraries/base/dist-install/build/GHC/Real.o libraries/base/dist-install/build/GHC/ST.o libraries/base/dist-install/build/GHC/STRef.o libraries/base/dist-install/build/GHC/Show.o libraries/base/dist-install/build/GHC/Stable.o libraries/base/dist-install/build/GHC/Storable.o libraries/base/dist-install/build/GHC/TopHandler.o libraries/base/dist-install/build/GHC/Unicode.o libraries/base/dist-install/build/GHC/Weak.o libraries/base/dist-install/build/GHC/Word.o libraries/base/dist-install/build/System/Timeout.o libraries/base/dist-install/build/System/Event.o libraries/base/dist-install/build/Control/Applicative.o libraries/base/dist-install/build/Control/Arrow.o libraries/base/dist-install/build/Control/Category.o libraries/base/dist-install/build/Control/Concurrent.o libraries/base/dist-install/build/Control/Concurrent/Chan.o libraries/base/dist-install/build/Control/Concurrent/MVar.o libraries/base/dist-install/build/Control/Concurrent/QSem.o libraries/base/dist-install/build/Control/Concurrent/QSemN.o libraries/base/dist-install/build/Control/Concurrent/SampleVar.o libraries/base/dist-install/build/Control/Exception.o libraries/base/dist-install/build/Control/Exception/Base.o libraries/base/dist-install/build/Control/OldException.o libraries/base/dist-install/build/Control/Monad.o libraries/base/dist-install/build/Control/Monad/Fix.o libraries/base/dist-install/build/Control/Monad/Instances.o libraries/base/dist-install/build/Control/Monad/ST.o libraries/base/dist-install/build/Control/Monad/ST/Lazy.o libraries/base/dist-install/build/Control/Monad/ST/Strict.o libraries/base/dist-install/build/Data/Bits.o libraries/base/dist-install/build/Data/Bool.o libraries/base/dist-install/build/Data/Char.o libraries/base/dist-install/build/Data/Complex.o libraries/base/dist-install/build/Data/Dynamic.o libraries/base/dist-install/build/Data/Either.o libraries/base/dist-install/build/Data/Eq.o libraries/base/dist-install/build/Data/Data.o libraries/base/dist-install/build/Data/Fixed.o libraries/base/dist-install/build/Data/Foldable.o libraries/base/dist-install/build/Data/Function.o libraries/base/dist-install/build/Data/Functor.o libraries/base/dist-install/build/Data/HashTable.o libraries/base/dist-install/build/Data/IORef.o libraries/base/dist-install/build/Data/Int.o libraries/base/dist-install/build/Data/Ix.o libraries/base/dist-install/build/Data/List.o libraries/base/dist-install/build/Data/Maybe.o libraries/base/dist-install/build/Data/Monoid.o libraries/base/dist-install/build/Data/Ord.o libraries/base/dist-install/build/Data/Ratio.o libraries/base/dist-install/build/Data/STRef.o libraries/base/dist-install/build/Data/STRef/Lazy.o libraries/base/dist-install/build/Data/STRef/Strict.o libraries/base/dist-install/build/Data/String.o libraries/base/dist-install/build/Data/Traversable.o libraries/base/dist-install/build/Data/Tuple.o libraries/base/dist-install/build/Data/Typeable.o libraries/base/dist-install/build/Data/Unique.o libraries/base/dist-install/build/Data/Version.o libraries/base/dist-install/build/Data/Word.o libraries/base/dist-install/build/Debug/Trace.o libraries/base/dist-install/build/Foreign.o libraries/base/dist-install/build/Foreign/C.o libraries/base/dist-install/build/Foreign/C/Error.o libraries/base/dist-install/build/Foreign/C/String.o libraries/base/dist-install/build/Foreign/C/Types.o libraries/base/dist-install/build/Foreign/ForeignPtr.o libraries/base/dist-install/build/Foreign/Marshal.o libraries/base/dist-install/build/Foreign/Marshal/Alloc.o libraries/base/dist-install/build/Foreign/Marshal/Array.o libraries/base/dist-install/build/Foreign/Marshal/Error.o libraries/base/dist-install/build/Foreign/Marshal/Pool.o libraries/base/dist-install/build/Foreign/Marshal/Utils.o libraries/base/dist-install/build/Foreign/Ptr.o libraries/base/dist-install/build/Foreign/StablePtr.o libraries/base/dist-install/build/Foreign/Storable.o libraries/base/dist-install/build/Numeric.o libraries/base/dist-install/build/Prelude.o libraries/base/dist-install/build/System/Console/GetOpt.o libraries/base/dist-install/build/System/CPUTime.o libraries/base/dist-install/build/System/Environment.o libraries/base/dist-install/build/System/Exit.o libraries/base/dist-install/build/System/IO.o libraries/base/dist-install/build/System/IO/Error.o libraries/base/dist-install/build/System/IO/Unsafe.o libraries/base/dist-install/build/System/Info.o libraries/base/dist-install/build/System/Mem.o libraries/base/dist-install/build/System/Mem/StableName.o libraries/base/dist-install/build/System/Mem/Weak.o libraries/base/dist-install/build/System/Posix/Internals.o libraries/base/dist-install/build/System/Posix/Types.o libraries/base/dist-install/build/Text/ParserCombinators/ReadP.o libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec.o libraries/base/dist-install/build/Text/Printf.o libraries/base/dist-install/build/Text/Read.o libraries/base/dist-install/build/Text/Read/Lex.o libraries/base/dist-install/build/Text/Show.o libraries/base/dist-install/build/Text/Show/Functions.o libraries/base/dist-install/build/Unsafe/Coerce.o libraries/base/dist-install/build/System/Event/Array.o libraries/base/dist-install/build/System/Event/Clock.o libraries/base/dist-install/build/System/Event/Control.o libraries/base/dist-install/build/System/Event/EPoll.o libraries/base/dist-install/build/System/Event/IntMap.o libraries/base/dist-install/build/System/Event/Internal.o libraries/base/dist-install/build/System/Event/KQueue.o libraries/base/dist-install/build/System/Event/Manager.o libraries/base/dist-install/build/System/Event/PSQ.o libraries/base/dist-install/build/System/Event/Poll.o libraries/base/dist-install/build/System/Event/Thread.o libraries/base/dist-install/build/System/Event/Unique.o libraries/base/dist-install/build/cbits/PrelIOUtils.o libraries/base/dist-install/build/cbits/WCsubst.o libraries/base/dist-install/build/cbits/Win32Utils.o libraries/base/dist-install/build/cbits/consUtils.o libraries/base/dist-install/build/cbits/iconv.o libraries/base/dist-install/build/cbits/inputReady.o libraries/base/dist-install/build/cbits/selectUtils.o libraries/base/dist-install/build/cbits/primFloat.o `/usr/bin/find libraries/base/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/bytestring/dist-install/build/HSbytestring-0.9.1.8.o libraries/bytestring/dist-install/build/Data/ByteString.o libraries/bytestring/dist-install/build/Data/ByteString/Char8.o libraries/bytestring/dist-install/build/Data/ByteString/Unsafe.o libraries/bytestring/dist-install/build/Data/ByteString/Internal.o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal.o libraries/bytestring/dist-install/build/Data/ByteString/Fusion.o libraries/bytestring/dist-install/build/cbits/fpstring.o `/usr/bin/find libraries/bytestring/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./GHC/Desugar.hs -o libraries/base/dist-install/build/GHC/Desugar.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Applicative.hs -o libraries/base/dist-install/build/Control/Applicative.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Monad/ST/Lazy.hs -o libraries/base/dist-install/build/Control/Monad/ST/Lazy.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Control/Monad/ST/Strict.hs -o libraries/base/dist-install/build/Control/Monad/ST/Strict.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/STRef/Lazy.hs -o libraries/base/dist-install/build/Data/STRef/Lazy.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/Base.hs -o libraries/array/dist-install/build/Data/Array/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString.hs -o libraries/bytestring/dist-install/build/Data/ByteString.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/./System/Posix.hs -o libraries/unix/dist-install/build/System/Posix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name unix-2.4.1.0 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build/autogen -Ilibraries/unix/include -optP-include -optPlibraries/unix/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XCPP -XForeignFunctionInterface -XEmptyDataDecls -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/Gregorian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/WeekDate.hs -o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/Julian.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Julian.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock/POSIX.hs -o libraries/time/dist-install/build/Data/Time/Clock/POSIX.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name directory-1.1.0.0 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build/autogen -Ilibraries/directory/include -optP-include -optPlibraries/directory/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package unix-2.4.1.0 -split-objs -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/directory/./System/Directory.hs -o libraries/directory/dist-install/build/System/Directory.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/process/./System/Process.hs -o libraries/process/dist-install/build/System/Process.p_o "rm" -f libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a.contents /usr/bin/find libraries/haskell2010/dist-install/build/Data/Array_p_o_split libraries/haskell2010/dist-install/build/Data/Char_p_o_split libraries/haskell2010/dist-install/build/Data/Complex_p_o_split libraries/haskell2010/dist-install/build/System/IO_p_o_split libraries/haskell2010/dist-install/build/System/IO/Error_p_o_split libraries/haskell2010/dist-install/build/Data/Ix_p_o_split libraries/haskell2010/dist-install/build/Data/List_p_o_split libraries/haskell2010/dist-install/build/Data/Maybe_p_o_split libraries/haskell2010/dist-install/build/Control/Monad_p_o_split libraries/haskell2010/dist-install/build/Data/Ratio_p_o_split libraries/haskell2010/dist-install/build/System/Environment_p_o_split libraries/haskell2010/dist-install/build/System/Exit_p_o_split libraries/haskell2010/dist-install/build/Numeric_p_o_split libraries/haskell2010/dist-install/build/Prelude_p_o_split libraries/haskell2010/dist-install/build/Data/Int_p_o_split libraries/haskell2010/dist-install/build/Data/Word_p_o_split libraries/haskell2010/dist-install/build/Data/Bits_p_o_split libraries/haskell2010/dist-install/build/Foreign_p_o_split libraries/haskell2010/dist-install/build/Foreign/Ptr_p_o_split libraries/haskell2010/dist-install/build/Foreign/ForeignPtr_p_o_split libraries/haskell2010/dist-install/build/Foreign/StablePtr_p_o_split libraries/haskell2010/dist-install/build/Foreign/Storable_p_o_split libraries/haskell2010/dist-install/build/Foreign/C_p_o_split libraries/haskell2010/dist-install/build/Foreign/C/Error_p_o_split libraries/haskell2010/dist-install/build/Foreign/C/String_p_o_split libraries/haskell2010/dist-install/build/Foreign/C/Types_p_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal_p_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Alloc_p_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Array_p_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Error_p_o_split libraries/haskell2010/dist-install/build/Foreign/Marshal/Utils_p_o_split -name '*.p_o' -print >> libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a.contents echo `/usr/bin/find libraries/haskell2010/dist-install/build -name "*_stub.p_o" -print` >> libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a.contents "/usr/bin/ar" q libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a @libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a.contents /usr/bin/ar: creating libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a "rm" -f libraries/haskell2010/dist-install/build/libHShaskell2010-1.0.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH/Lib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/dist-install/build/Distribution/Compiler.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Package.hs -o libraries/Cabal/dist-install/build/Distribution/Package.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/License.hs -o libraries/Cabal/dist-install/build/Distribution/License.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Compat/TempFile.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/TempFile.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Compiler.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Error.hs -o libraries/mtl/dist-install/build/Control/Monad/Error.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/RWS/Lazy.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/RWS/Strict.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS/Strict.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/State.hs -o libraries/mtl/dist-install/build/Control/Monad/State.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/Writer.hs -o libraries/mtl/dist-install/build/Control/Monad/Writer.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Debug.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Debug.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Transitional.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Transitional.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Frameset.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Frameset.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml/Strict.hs -o libraries/xhtml/dist-install/build/Text/XHtml/Strict.p_o "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a.contents /usr/bin/find libraries/terminfo/dist-install/build/System/Console/Terminfo_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Base_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Cursor_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Color_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Edit_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Effects_p_o_split libraries/terminfo/dist-install/build/System/Console/Terminfo/Keys_p_o_split -name '*.p_o' -print >> libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a.contents echo `/usr/bin/find libraries/terminfo/dist-install/build -name "*_stub.p_o" -print` >> libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a.contents "/usr/bin/ar" q libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a @libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a.contents /usr/bin/ar: creating libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a "rm" -f libraries/terminfo/dist-install/build/libHSterminfo-0.3.1.3_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/MonadException.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Panic.lhs -o compiler/stage2/build/Panic.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/FastFunctions.lhs -o compiler/stage2/build/FastFunctions.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/Cmm.hs -o compiler/stage2/build/Cmm.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead libraries/haskeline/System/Console/Haskeline/MonadException.hs:19:1: Warning: In the use of `E.block' (imported from Control.Exception.Extensible, but defined in GHC.IO): Deprecated: "use Control.Exception.mask instead" libraries/haskeline/System/Console/Haskeline/MonadException.hs:19:1: Warning: In the use of `E.unblock' (imported from Control.Exception.Extensible, but defined in GHC.IO): Deprecated: "use Control.Exception.mask instead" "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/OccurAnal.lhs -o compiler/stage2/build/OccurAnal.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/FamInstEnv.lhs -o compiler/stage2/build/FamInstEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreLint.lhs -o compiler/stage2/build/CoreLint.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/FunDeps.lhs -o compiler/stage2/build/FunDeps.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnHsSyn.lhs -o compiler/stage2/build/RnHsSyn.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/RdrHsSyn.lhs -o compiler/stage2/build/RdrHsSyn.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/HaddockUtils.hs -o compiler/stage2/build/HaddockUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/types/Generics.lhs -o compiler/stage2/build/Generics.dyn_o SpecConstr Function `$j_s4LT{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/HscStats.lhs -o compiler/stage2/build/HscStats.dyn_o SpecConstr Function `check{v s6ik} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/SAT.lhs -o compiler/stage2/build/SAT.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/FloatIn.lhs -o compiler/stage2/build/FloatIn.dyn_o SpecConstr Function `go{v X2bi} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bk} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bo} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bi} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bk} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bo} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/CSE.lhs -o compiler/stage2/build/CSE.dyn_o "rm" -f libraries/base/dist-install/build/libHSbase-4.3.0.0.a libraries/base/dist-install/build/libHSbase-4.3.0.0.a.contents /usr/bin/find libraries/base/dist-install/build/Foreign/Concurrent_o_split libraries/base/dist-install/build/GHC/Arr_o_split libraries/base/dist-install/build/GHC/Base_o_split libraries/base/dist-install/build/GHC/Classes_o_split libraries/base/dist-install/build/GHC/Conc_o_split libraries/base/dist-install/build/GHC/Conc/IO_o_split libraries/base/dist-install/build/GHC/Conc/Signal_o_split libraries/base/dist-install/build/GHC/Conc/Sync_o_split libraries/base/dist-install/build/GHC/ConsoleHandler_o_split libraries/base/dist-install/build/GHC/Constants_o_split libraries/base/dist-install/build/GHC/Desugar_o_split libraries/base/dist-install/build/GHC/Enum_o_split libraries/base/dist-install/build/GHC/Environment_o_split libraries/base/dist-install/build/GHC/Err_o_split libraries/base/dist-install/build/GHC/Exception_o_split libraries/base/dist-install/build/GHC/Exts_o_split libraries/base/dist-install/build/GHC/Float_o_split libraries/base/dist-install/build/GHC/ForeignPtr_o_split libraries/base/dist-install/build/GHC/MVar_o_split libraries/base/dist-install/build/GHC/IO_o_split libraries/base/dist-install/build/GHC/IO/IOMode_o_split libraries/base/dist-install/build/GHC/IO/Buffer_o_split libraries/base/dist-install/build/GHC/IO/Device_o_split libraries/base/dist-install/build/GHC/IO/BufferedIO_o_split libraries/base/dist-install/build/GHC/IO/FD_o_split libraries/base/dist-install/build/GHC/IO/Exception_o_split libraries/base/dist-install/build/GHC/IO/Encoding_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Latin1_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF8_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF16_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF32_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Types_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Iconv_o_split libraries/base/dist-install/build/GHC/IO/Encoding/CodePage_o_split libraries/base/dist-install/build/GHC/IO/Handle_o_split libraries/base/dist-install/build/GHC/IO/Handle/Types_o_split libraries/base/dist-install/build/GHC/IO/Handle/Internals_o_split libraries/base/dist-install/build/GHC/IO/Handle/FD_o_split libraries/base/dist-install/build/GHC/IO/Handle/Text_o_split libraries/base/dist-install/build/GHC/IOBase_o_split libraries/base/dist-install/build/GHC/Handle_o_split libraries/base/dist-install/build/GHC/IORef_o_split libraries/base/dist-install/build/GHC/IOArray_o_split libraries/base/dist-install/build/GHC/Int_o_split libraries/base/dist-install/build/GHC/List_o_split libraries/base/dist-install/build/GHC/Num_o_split libraries/base/dist-install/build/GHC/PArr_o_split libraries/base/dist-install/build/GHC/Pack_o_split libraries/base/dist-install/build/GHC/Ptr_o_split libraries/base/dist-install/build/GHC/Read_o_split libraries/base/dist-install/build/GHC/Real_o_split libraries/base/dist-install/build/GHC/ST_o_split libraries/base/dist-install/build/GHC/STRef_o_split libraries/base/dist-install/build/GHC/Show_o_split libraries/base/dist-install/build/GHC/Stable_o_split libraries/base/dist-install/build/GHC/Storable_o_split libraries/base/dist-install/build/GHC/TopHandler_o_split libraries/base/dist-install/build/GHC/Unicode_o_split libraries/base/dist-install/build/GHC/Weak_o_split libraries/base/dist-install/build/GHC/Word_o_split libraries/base/dist-install/build/System/Timeout_o_split libraries/base/dist-install/build/System/Event_o_split libraries/base/dist-install/build/Control/Applicative_o_split libraries/base/dist-install/build/Control/Arrow_o_split libraries/base/dist-install/build/Control/Category_o_split libraries/base/dist-install/build/Control/Concurrent_o_split libraries/base/dist-install/build/Control/Concurrent/Chan_o_split libraries/base/dist-install/build/Control/Concurrent/MVar_o_split libraries/base/dist-install/build/Control/Concurrent/QSem_o_split libraries/base/dist-install/build/Control/Concurrent/QSemN_o_split libraries/base/dist-install/build/Control/Concurrent/SampleVar_o_split libraries/base/dist-install/build/Control/Exception_o_split libraries/base/dist-install/build/Control/Exception/Base_o_split libraries/base/dist-install/build/Control/OldException_o_split libraries/base/dist-install/build/Control/Monad_o_split libraries/base/dist-install/build/Control/Monad/Fix_o_split libraries/base/dist-install/build/Control/Monad/Instances_o_split libraries/base/dist-install/build/Control/Monad/ST_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy_o_split libraries/base/dist-install/build/Control/Monad/ST/Strict_o_split libraries/base/dist-install/build/Data/Bits_o_split libraries/base/dist-install/build/Data/Bool_o_split libraries/base/dist-install/build/Data/Char_o_split libraries/base/dist-install/build/Data/Complex_o_split libraries/base/dist-install/build/Data/Dynamic_o_split libraries/base/dist-install/build/Data/Either_o_split libraries/base/dist-install/build/Data/Eq_o_split libraries/base/dist-install/build/Data/Data_o_split libraries/base/dist-install/build/Data/Fixed_o_split libraries/base/dist-install/build/Data/Foldable_o_split libraries/base/dist-install/build/Data/Function_o_split libraries/base/dist-install/build/Data/Functor_o_split libraries/base/dist-install/build/Data/HashTable_o_split libraries/base/dist-install/build/Data/IORef_o_split libraries/base/dist-install/build/Data/Int_o_split libraries/base/dist-install/build/Data/Ix_o_split libraries/base/dist-install/build/Data/List_o_split libraries/base/dist-install/build/Data/Maybe_o_split libraries/base/dist-install/build/Data/Monoid_o_split libraries/base/dist-install/build/Data/Ord_o_split libraries/base/dist-install/build/Data/Ratio_o_split libraries/base/dist-install/build/Data/STRef_o_split libraries/base/dist-install/build/Data/STRef/Lazy_o_split libraries/base/dist-install/build/Data/STRef/Strict_o_split libraries/base/dist-install/build/Data/String_o_split libraries/base/dist-install/build/Data/Traversable_o_split libraries/base/dist-install/build/Data/Tuple_o_split libraries/base/dist-install/build/Data/Typeable_o_split libraries/base/dist-install/build/Data/Unique_o_split libraries/base/dist-install/build/Data/Version_o_split libraries/base/dist-install/build/Data/Word_o_split libraries/base/dist-install/build/Debug/Trace_o_split libraries/base/dist-install/build/Foreign_o_split libraries/base/dist-install/build/Foreign/C_o_split libraries/base/dist-install/build/Foreign/C/Error_o_split libraries/base/dist-install/build/Foreign/C/String_o_split libraries/base/dist-install/build/Foreign/C/Types_o_split libraries/base/dist-install/build/Foreign/ForeignPtr_o_split libraries/base/dist-install/build/Foreign/Marshal_o_split libraries/base/dist-install/build/Foreign/Marshal/Alloc_o_split libraries/base/dist-install/build/Foreign/Marshal/Array_o_split libraries/base/dist-install/build/Foreign/Marshal/Error_o_split libraries/base/dist-install/build/Foreign/Marshal/Pool_o_split libraries/base/dist-install/build/Foreign/Marshal/Utils_o_split libraries/base/dist-install/build/Foreign/Ptr_o_split libraries/base/dist-install/build/Foreign/StablePtr_o_split libraries/base/dist-install/build/Foreign/Storable_o_split libraries/base/dist-install/build/Numeric_o_split libraries/base/dist-install/build/Prelude_o_split libraries/base/dist-install/build/System/Console/GetOpt_o_split libraries/base/dist-install/build/System/CPUTime_o_split libraries/base/dist-install/build/System/Environment_o_split libraries/base/dist-install/build/System/Exit_o_split libraries/base/dist-install/build/System/IO_o_split libraries/base/dist-install/build/System/IO/Error_o_split libraries/base/dist-install/build/System/IO/Unsafe_o_split libraries/base/dist-install/build/System/Info_o_split libraries/base/dist-install/build/System/Mem_o_split libraries/base/dist-install/build/System/Mem/StableName_o_split libraries/base/dist-install/build/System/Mem/Weak_o_split libraries/base/dist-install/build/System/Posix/Internals_o_split libraries/base/dist-install/build/System/Posix/Types_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadP_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec_o_split libraries/base/dist-install/build/Text/Printf_o_split libraries/base/dist-install/build/Text/Read_o_split libraries/base/dist-install/build/Text/Read/Lex_o_split libraries/base/dist-install/build/Text/Show_o_split libraries/base/dist-install/build/Text/Show/Functions_o_split libraries/base/dist-install/build/Unsafe/Coerce_o_split libraries/base/dist-install/build/System/Event/Array_o_split libraries/base/dist-install/build/System/Event/Clock_o_split libraries/base/dist-install/build/System/Event/Control_o_split libraries/base/dist-install/build/System/Event/EPoll_o_split libraries/base/dist-install/build/System/Event/IntMap_o_split libraries/base/dist-install/build/System/Event/Internal_o_split libraries/base/dist-install/build/System/Event/KQueue_o_split libraries/base/dist-install/build/System/Event/Manager_o_split libraries/base/dist-install/build/System/Event/PSQ_o_split libraries/base/dist-install/build/System/Event/Poll_o_split libraries/base/dist-install/build/System/Event/Thread_o_split libraries/base/dist-install/build/System/Event/Unique_o_split -name '*.o' -print >> libraries/base/dist-install/build/libHSbase-4.3.0.0.a.contents echo libraries/base/dist-install/build/cbits/PrelIOUtils.o libraries/base/dist-install/build/cbits/WCsubst.o libraries/base/dist-install/build/cbits/Win32Utils.o libraries/base/dist-install/build/cbits/consUtils.o libraries/base/dist-install/build/cbits/iconv.o libraries/base/dist-install/build/cbits/inputReady.o libraries/base/dist-install/build/cbits/selectUtils.o libraries/base/dist-install/build/cbits/primFloat.o `/usr/bin/find libraries/base/dist-install/build -name "*_stub.o" -print` >> libraries/base/dist-install/build/libHSbase-4.3.0.0.a.contents "/usr/bin/ar" q libraries/base/dist-install/build/libHSbase-4.3.0.0.a @libraries/base/dist-install/build/libHSbase-4.3.0.0.a.contents /usr/bin/ar: creating libraries/base/dist-install/build/libHSbase-4.3.0.0.a "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/IO.hs -o libraries/array/dist-install/build/Data/Array/IO.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/ST.hs -o libraries/array/dist-install/build/Data/Array/ST.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/array/./Data/Array/Storable.hs -o libraries/array/dist-install/build/Data/Array/Storable.o "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a.contents /usr/bin/find libraries/bytestring/dist-install/build/Data/ByteString_o_split libraries/bytestring/dist-install/build/Data/ByteString/Char8_o_split libraries/bytestring/dist-install/build/Data/ByteString/Unsafe_o_split libraries/bytestring/dist-install/build/Data/ByteString/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal_o_split libraries/bytestring/dist-install/build/Data/ByteString/Fusion_o_split -name '*.o' -print >> libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a.contents echo libraries/bytestring/dist-install/build/cbits/fpstring.o `/usr/bin/find libraries/bytestring/dist-install/build -name "*_stub.o" -print` >> libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a.contents "/usr/bin/ar" q libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a @libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a.contents /usr/bin/ar: creating libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/Tree.hs -o libraries/containers/dist-install/build/Data/Tree.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/Map.hs -o libraries/containers/dist-install/build/Data/Map.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/LocalTime/TimeZone.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary/Put.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Put.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./Data/String/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/String/UTF8.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./Data/ByteString/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/ByteString/UTF8.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/utf8-string/./Data/ByteString/Lazy/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8.o "rm" -f libraries/base/dist-install/build/libHSbase-4.3.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FastString.lhs -o compiler/stage2/build/FastString.o "/usr/bin/ld" -r -o libraries/array/dist-install/build/HSarray-0.3.0.2.o libraries/array/dist-install/build/Data/Array/Base.o libraries/array/dist-install/build/Data/Array/IArray.o libraries/array/dist-install/build/Data/Array/IO.o libraries/array/dist-install/build/Data/Array/IO/Internals.o libraries/array/dist-install/build/Data/Array/MArray.o libraries/array/dist-install/build/Data/Array/ST.o libraries/array/dist-install/build/Data/Array/Storable.o libraries/array/dist-install/build/Data/Array/Unboxed.o libraries/array/dist-install/build/Data/Array.o `/usr/bin/find libraries/array/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/utf8-string/dist-install/build/HSutf8-string-0.3.6.o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String.o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic.o libraries/utf8-string/dist-install/build/System/IO/UTF8.o libraries/utf8-string/dist-install/build/System/Environment/UTF8.o libraries/utf8-string/dist-install/build/Data/String/UTF8.o libraries/utf8-string/dist-install/build/Data/ByteString/UTF8.o libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8.o `/usr/bin/find libraries/utf8-string/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Foldable.hs -o libraries/base/dist-install/build/Data/Foldable.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/IArray.hs -o libraries/array/dist-install/build/Data/Array/IArray.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/MArray.hs -o libraries/array/dist-install/build/Data/Array/MArray.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/IO/Internals.hs -o libraries/array/dist-install/build/Data/Array/IO/Internals.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/Unboxed.hs -o libraries/array/dist-install/build/Data/Array/Unboxed.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Char8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Lazy.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy.p_o "rm" -f libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a.contents /usr/bin/find libraries/unix/dist-install/build/System/Posix_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim_p_o_split libraries/unix/dist-install/build/System/Posix/Directory_p_o_split libraries/unix/dist-install/build/System/Posix/DynamicLinker_p_o_split libraries/unix/dist-install/build/System/Posix/Env_p_o_split libraries/unix/dist-install/build/System/Posix/Error_p_o_split libraries/unix/dist-install/build/System/Posix/Files_p_o_split libraries/unix/dist-install/build/System/Posix/IO_p_o_split libraries/unix/dist-install/build/System/Posix/Process_p_o_split libraries/unix/dist-install/build/System/Posix/Process/Internals_p_o_split libraries/unix/dist-install/build/System/Posix/Resource_p_o_split libraries/unix/dist-install/build/System/Posix/Temp_p_o_split libraries/unix/dist-install/build/System/Posix/Terminal_p_o_split libraries/unix/dist-install/build/System/Posix/Time_p_o_split libraries/unix/dist-install/build/System/Posix/Unistd_p_o_split libraries/unix/dist-install/build/System/Posix/User_p_o_split libraries/unix/dist-install/build/System/Posix/Signals_p_o_split libraries/unix/dist-install/build/System/Posix/Signals/Exts_p_o_split libraries/unix/dist-install/build/System/Posix/Semaphore_p_o_split libraries/unix/dist-install/build/System/Posix/SharedMem_p_o_split -name '*.p_o' -print >> libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a.contents echo libraries/unix/dist-install/build/cbits/HsUnix.p_o libraries/unix/dist-install/build/cbits/execvpe.p_o libraries/unix/dist-install/build/cbits/dirUtils.p_o `/usr/bin/find libraries/unix/dist-install/build -name "*_stub.p_o" -print` >> libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a.contents "/usr/bin/ar" q libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a @libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a.contents /usr/bin/ar: creating libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a "rm" -f libraries/unix/dist-install/build/libHSunix-2.4.1.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar.hs -o libraries/time/dist-install/build/Data/Time/Calendar.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock/UTCDiff.hs -o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.p_o "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a.contents /usr/bin/find libraries/directory/dist-install/build/System/Directory_p_o_split -name '*.p_o' -print >> libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a.contents echo libraries/directory/dist-install/build/cbits/directory.p_o `/usr/bin/find libraries/directory/dist-install/build -name "*_stub.p_o" -print` >> libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a.contents "/usr/bin/ar" q libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a @libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a.contents /usr/bin/ar: creating libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a "rm" -f libraries/directory/dist-install/build/libHSdirectory-1.1.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name process-1.0.1.4 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-Dbase4 -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package unix-2.4.1.0 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/process/./System/Cmd.hs -o libraries/process/dist-install/build/System/Cmd.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Directory.hs -o libraries/haskell98/dist-install/build/Directory.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./System.hs -o libraries/haskell98/dist-install/build/System.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH/Quote.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.p_o SpecConstr Function `go{v s3Ef} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wa{v s3Ez} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription.p_o libraries/array/Data/Array/IO/Internals.hs:1:16: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name mtl-1.1.1.0 -hide-all-packages -i -ilibraries/mtl/. -ilibraries/mtl/dist-install/build -ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/dist-install/build -Ilibraries/mtl/dist-install/build/autogen -Ilibraries/mtl/. -optP-include -optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -Wall -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/mtl/dist-install/build -hidir libraries/mtl/dist-install/build -stubdir libraries/mtl/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/mtl/./Control/Monad/RWS.hs -o libraries/mtl/dist-install/build/Control/Monad/RWS.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name xhtml-3000.2.0.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build/autogen -Ilibraries/xhtml/. -optP-include -optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -O2 -W -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/xhtml/./Text/XHtml.hs -o libraries/xhtml/dist-install/build/Text/XHtml.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Monads.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage2/build/PPC/Cond.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage2/build/SPARC/Base.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/Ctype.lhs -o compiler/stage2/build/Ctype.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/LexCore.hs -o compiler/stage2/build/LexCore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Interval.hs -o compiler/stage2/build/Interval.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmUtils.hs -o compiler/stage2/build/CmmUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/X86/Regs.hs -o compiler/stage2/build/X86/Regs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Size.hs -o compiler/stage2/build/Size.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/Instruction.hs -o compiler/stage2/build/Instruction.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage2/build/SPARC/Imm.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreSubst.lhs -o compiler/stage2/build/CoreSubst.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/hsSyn/Convert.lhs -o compiler/stage2/build/Convert.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage2/build/StgCmmClosure.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmLive.hs -o compiler/stage2/build/CmmLive.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmLex.hs -o compiler/stage2/build/CmmLex.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/ParserCore.hs -o compiler/stage2/build/ParserCore.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcSet.hs -o utils/hpc/dist/build/HpcSet.o "rm" -f libraries/array/dist-install/build/libHSarray-0.3.0.2.a libraries/array/dist-install/build/libHSarray-0.3.0.2.a.contents /usr/bin/find libraries/array/dist-install/build/Data/Array/Base_o_split libraries/array/dist-install/build/Data/Array/IArray_o_split libraries/array/dist-install/build/Data/Array/IO_o_split libraries/array/dist-install/build/Data/Array/IO/Internals_o_split libraries/array/dist-install/build/Data/Array/MArray_o_split libraries/array/dist-install/build/Data/Array/ST_o_split libraries/array/dist-install/build/Data/Array/Storable_o_split libraries/array/dist-install/build/Data/Array/Unboxed_o_split libraries/array/dist-install/build/Data/Array_o_split -name '*.o' -print >> libraries/array/dist-install/build/libHSarray-0.3.0.2.a.contents echo `/usr/bin/find libraries/array/dist-install/build -name "*_stub.o" -print` >> libraries/array/dist-install/build/libHSarray-0.3.0.2.a.contents "/usr/bin/ar" q libraries/array/dist-install/build/libHSarray-0.3.0.2.a @libraries/array/dist-install/build/libHSarray-0.3.0.2.a.contents /usr/bin/ar: creating libraries/array/dist-install/build/libHSarray-0.3.0.2.a "rm" -f libraries/array/dist-install/build/libHSarray-0.3.0.2.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/containers/./Data/Graph.hs -o libraries/containers/dist-install/build/Data/Graph.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/LocalTime/TimeOfDay.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Mix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH/PprLib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/dist-install/build/Distribution/ParseUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-binary/src/Data/Binary.hs -o libraries/ghc-binary/dist-install/build/Data/Binary.o "rm" -f libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a.contents /usr/bin/find libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String_o_split libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic_o_split libraries/utf8-string/dist-install/build/System/IO/UTF8_o_split libraries/utf8-string/dist-install/build/System/Environment/UTF8_o_split libraries/utf8-string/dist-install/build/Data/String/UTF8_o_split libraries/utf8-string/dist-install/build/Data/ByteString/UTF8_o_split libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8_o_split -name '*.o' -print >> libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a.contents echo `/usr/bin/find libraries/utf8-string/dist-install/build -name "*_stub.o" -print` >> libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a.contents "/usr/bin/ar" q libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a @libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a.contents /usr/bin/ar: creating libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a "rm" -f libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Prefs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/StaticFlags.hs -o compiler/stage2/build/StaticFlags.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/BufWrite.hs -o compiler/stage2/build/BufWrite.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/FiniteMap.lhs -o compiler/stage2/build/FiniteMap.o SpecConstr Function `$j_s1rD{v} [lid]' has 8 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/StringBuffer.lhs -o compiler/stage2/build/StringBuffer.o "/usr/bin/ld" -r -o libraries/containers/dist-install/build/HScontainers-0.4.0.0.o libraries/containers/dist-install/build/Data/Graph.o libraries/containers/dist-install/build/Data/Sequence.o libraries/containers/dist-install/build/Data/Tree.o libraries/containers/dist-install/build/Data/IntMap.o libraries/containers/dist-install/build/Data/IntSet.o libraries/containers/dist-install/build/Data/Map.o libraries/containers/dist-install/build/Data/Set.o `/usr/bin/find libraries/containers/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/hpc/dist-install/build/HShpc-0.5.0.6.o libraries/hpc/dist-install/build/Trace/Hpc/Util.o libraries/hpc/dist-install/build/Trace/Hpc/Mix.o libraries/hpc/dist-install/build/Trace/Hpc/Tix.o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.o `/usr/bin/find libraries/hpc/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name base-4.3.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ilibraries/base/include -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.2.0.0 -package integer-gmp-0.2.0.2 -package rts-1.0 -split-objs -package-name base -XMagicHash -XExistentialQuantification -XRank2Types -XScopedTypeVariables -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -XFlexibleInstances -XStandaloneDeriving -XPatternGuards -XEmptyDataDecls -XNoImplicitPrelude -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/base/./Data/Traversable.hs -o libraries/base/dist-install/build/Data/Traversable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/IO.hs -o libraries/array/dist-install/build/Data/Array/IO.p_o libraries/ghc-binary/src/Data/Binary.hs:66:1: Warning: The import of `System.IO' is redundant except perhaps to import instances from `System.IO' To import instances alone, use: import System.IO() "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/ST.hs -o libraries/array/dist-install/build/Data/Array/ST.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name array-0.3.0.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/autogen -Ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build/autogen -Ilibraries/array/include -optP-include -optPlibraries/array/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -split-objs -XMultiParamTypeClasses -XFlexibleContexts -XFlexibleInstances -XTypeSynonymInstances -XRank2Types -XMagicHash -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/array/./Data/Array/Storable.hs -o libraries/array/dist-install/build/Data/Array/Storable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bytestring-0.9.1.8 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build/autogen -Ilibraries/bytestring/include -optP-include -optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package ghc-prim-0.2.0.0 -split-objs -fdicts-cheap -Wall -fno-warn-orphans -O2 -funbox-strict-fields -fno-method-sharing -fmax-simplifier-iterations10 -XUnliftedFFITypes -XMagicHash -XUnboxedTuples -XDeriveDataTypeable -XScopedTypeVariables -XNamedFieldPuns -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bytestring/./Data/ByteString/Lazy/Char8.hs -o libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/Set.hs -o libraries/containers/dist-install/build/Data/Set.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Calendar/Easter.hs -o libraries/time/dist-install/build/Data/Time/Calendar/Easter.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock.hs -o libraries/time/dist-install/build/Data/Time/Clock.p_o "rm" -f libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a.contents /usr/bin/find libraries/process/dist-install/build/System/Process/Internals_p_o_split libraries/process/dist-install/build/System/Process_p_o_split libraries/process/dist-install/build/System/Cmd_p_o_split -name '*.p_o' -print >> libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a.contents echo libraries/process/dist-install/build/cbits/runProcess.p_o `/usr/bin/find libraries/process/dist-install/build -name "*_stub.p_o" -print` >> libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a.contents "/usr/bin/ar" q libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a @libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a.contents /usr/bin/ar: creating libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a "rm" -f libraries/process/dist-install/build/libHSprocess-1.0.1.4_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Utils.p_o SpecConstr Function `$wa{v s2Lb} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wa{v s2LO} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wmoreBytes{v s3F1} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wmoreBytes{v s3F1} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-binary/src/Data/Binary/Get.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Get.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-binary/src/Data/Binary/Builder.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Builder.p_o "rm" -f libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a.contents /usr/bin/find libraries/mtl/dist-install/build/Control/Monad/Cont_p_o_split libraries/mtl/dist-install/build/Control/Monad/Cont/Class_p_o_split libraries/mtl/dist-install/build/Control/Monad/Error_p_o_split libraries/mtl/dist-install/build/Control/Monad/Error/Class_p_o_split libraries/mtl/dist-install/build/Control/Monad/Identity_p_o_split libraries/mtl/dist-install/build/Control/Monad/List_p_o_split libraries/mtl/dist-install/build/Control/Monad/RWS_p_o_split libraries/mtl/dist-install/build/Control/Monad/RWS/Class_p_o_split libraries/mtl/dist-install/build/Control/Monad/RWS/Lazy_p_o_split libraries/mtl/dist-install/build/Control/Monad/RWS/Strict_p_o_split libraries/mtl/dist-install/build/Control/Monad/Reader_p_o_split libraries/mtl/dist-install/build/Control/Monad/Reader/Class_p_o_split libraries/mtl/dist-install/build/Control/Monad/State_p_o_split libraries/mtl/dist-install/build/Control/Monad/State/Class_p_o_split libraries/mtl/dist-install/build/Control/Monad/State/Lazy_p_o_split libraries/mtl/dist-install/build/Control/Monad/State/Strict_p_o_split libraries/mtl/dist-install/build/Control/Monad/Trans_p_o_split libraries/mtl/dist-install/build/Control/Monad/Writer_p_o_split libraries/mtl/dist-install/build/Control/Monad/Writer/Class_p_o_split libraries/mtl/dist-install/build/Control/Monad/Writer/Lazy_p_o_split libraries/mtl/dist-install/build/Control/Monad/Writer/Strict_p_o_split -name '*.p_o' -print >> libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a.contents echo `/usr/bin/find libraries/mtl/dist-install/build -name "*_stub.p_o" -print` >> libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a.contents "/usr/bin/ar" q libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a @libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a.contents /usr/bin/ar: creating libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a "rm" -f libraries/mtl/dist-install/build/libHSmtl-1.1.1.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./Codec/Binary/UTF8/Generic.hs -o libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic.p_o libraries/ghc-binary/src/Data/Binary/Builder.hs:60:1: Warning: The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() libraries/ghc-binary/src/Data/Binary/Builder.hs:70:1: Warning: The import of `Data.ByteString.Lazy.Internal' is redundant except perhaps to import instances from `Data.ByteString.Lazy.Internal' To import instances alone, use: import Data.ByteString.Lazy.Internal() "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a.contents /usr/bin/find libraries/xhtml/dist-install/build/Text/XHtml_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Debug_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Table_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Attributes_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Strict/Elements_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Attributes_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Frameset/Elements_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Attributes_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Transitional/Elements_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/BlockTable_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Extras_p_o_split libraries/xhtml/dist-install/build/Text/XHtml/Internals_p_o_split -name '*.p_o' -print >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a.contents echo `/usr/bin/find libraries/xhtml/dist-install/build -name "*_stub.p_o" -print` >> libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a.contents "/usr/bin/ar" q libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a @libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a.contents /usr/bin/ar: creating libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a "rm" -f libraries/xhtml/dist-install/build/libHSxhtml-3000.2.0.1_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/PprCmm.hs -o compiler/stage2/build/PprCmm.dyn_o libraries/ghc-binary/src/Data/Binary/Get.hs:98:1: Warning: The import of `GHC.Int' is redundant except perhaps to import instances from `GHC.Int' To import instances alone, use: import GHC.Int() "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmOpt.hs -o compiler/stage2/build/CmmOpt.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgMonad.lhs -o compiler/stage2/build/CgMonad.dyn_o SpecConstr Function `$j_X3la{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s3bx{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage2/build/X86/RegInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage2/build/PPC/Regs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage2/build/SPARC/AddrMode.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreArity.lhs -o compiler/stage2/build/CoreArity.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcMap.hs -o utils/hpc/dist/build/HpcMap.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcFlags.hs -o utils/hpc/dist/build/HpcFlags.o "rm" -f libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a.contents /usr/bin/find libraries/containers/dist-install/build/Data/Graph_o_split libraries/containers/dist-install/build/Data/Sequence_o_split libraries/containers/dist-install/build/Data/Tree_o_split libraries/containers/dist-install/build/Data/IntMap_o_split libraries/containers/dist-install/build/Data/IntSet_o_split libraries/containers/dist-install/build/Data/Map_o_split libraries/containers/dist-install/build/Data/Set_o_split -name '*.o' -print >> libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a.contents echo `/usr/bin/find libraries/containers/dist-install/build -name "*_stub.o" -print` >> libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a.contents "/usr/bin/ar" q libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a @libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a.contents /usr/bin/ar: creating libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/LocalTime/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.o "rm" -f libraries/containers/dist-install/build/libHScontainers-0.4.0.0.a.contents "rm" -f libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a.contents /usr/bin/find libraries/hpc/dist-install/build/Trace/Hpc/Util_o_split libraries/hpc/dist-install/build/Trace/Hpc/Mix_o_split libraries/hpc/dist-install/build/Trace/Hpc/Tix_o_split libraries/hpc/dist-install/build/Trace/Hpc/Reflect_o_split -name '*.o' -print >> libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a.contents echo `/usr/bin/find libraries/hpc/dist-install/build -name "*_stub.o" -print` >> libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a.contents "/usr/bin/ar" q libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a @libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a.contents /usr/bin/ar: creating libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a "rm" -f libraries/hpc/dist-install/build/libHShpc-0.5.0.6.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH/Ppr.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Command.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script.o "rm" -f libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a.contents /usr/bin/find libraries/ghc-binary/dist-install/build/Data/Binary_o_split libraries/ghc-binary/dist-install/build/Data/Binary/Put_o_split libraries/ghc-binary/dist-install/build/Data/Binary/Get_o_split libraries/ghc-binary/dist-install/build/Data/Binary/Builder_o_split -name '*.o' -print >> libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a.contents echo `/usr/bin/find libraries/ghc-binary/dist-install/build -name "*_stub.o" -print` >> libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a.contents "/usr/bin/ar" q libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a @libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a.contents /usr/bin/ar: creating libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a "rm" -f libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name bin-package-db-0.0.0.0 -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs -o libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Command/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Pretty.lhs -o compiler/stage2/build/Pretty.o "/usr/bin/ld" -r -o libraries/ghc-binary/dist-install/build/HSghc-binary-0.5.0.2.o libraries/ghc-binary/dist-install/build/Data/Binary.o libraries/ghc-binary/dist-install/build/Data/Binary/Put.o libraries/ghc-binary/dist-install/build/Data/Binary/Get.o libraries/ghc-binary/dist-install/build/Data/Binary/Builder.o `/usr/bin/find libraries/ghc-binary/dist-install/build -name "*_stub.o" -print` "/usr/bin/ld" -r -o libraries/bin-package-db/dist-install/build/HSbin-package-db-0.0.0.0.o libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary.o `/usr/bin/find libraries/bin-package-db/dist-install/build -name "*_stub.o" -print` "rm" -f libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a.contents /usr/bin/find libraries/base/dist-install/build/Foreign/Concurrent_p_o_split libraries/base/dist-install/build/GHC/Arr_p_o_split libraries/base/dist-install/build/GHC/Base_p_o_split libraries/base/dist-install/build/GHC/Classes_p_o_split libraries/base/dist-install/build/GHC/Conc_p_o_split libraries/base/dist-install/build/GHC/Conc/IO_p_o_split libraries/base/dist-install/build/GHC/Conc/Signal_p_o_split libraries/base/dist-install/build/GHC/Conc/Sync_p_o_split libraries/base/dist-install/build/GHC/ConsoleHandler_p_o_split libraries/base/dist-install/build/GHC/Constants_p_o_split libraries/base/dist-install/build/GHC/Desugar_p_o_split libraries/base/dist-install/build/GHC/Enum_p_o_split libraries/base/dist-install/build/GHC/Environment_p_o_split libraries/base/dist-install/build/GHC/Err_p_o_split libraries/base/dist-install/build/GHC/Exception_p_o_split libraries/base/dist-install/build/GHC/Exts_p_o_split libraries/base/dist-install/build/GHC/Float_p_o_split libraries/base/dist-install/build/GHC/ForeignPtr_p_o_split libraries/base/dist-install/build/GHC/MVar_p_o_split libraries/base/dist-install/build/GHC/IO_p_o_split libraries/base/dist-install/build/GHC/IO/IOMode_p_o_split libraries/base/dist-install/build/GHC/IO/Buffer_p_o_split libraries/base/dist-install/build/GHC/IO/Device_p_o_split libraries/base/dist-install/build/GHC/IO/BufferedIO_p_o_split libraries/base/dist-install/build/GHC/IO/FD_p_o_split libraries/base/dist-install/build/GHC/IO/Exception_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Latin1_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF8_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF16_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/UTF32_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Types_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/Iconv_p_o_split libraries/base/dist-install/build/GHC/IO/Encoding/CodePage_p_o_split libraries/base/dist-install/build/GHC/IO/Handle_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/Types_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/Internals_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/FD_p_o_split libraries/base/dist-install/build/GHC/IO/Handle/Text_p_o_split libraries/base/dist-install/build/GHC/IOBase_p_o_split libraries/base/dist-install/build/GHC/Handle_p_o_split libraries/base/dist-install/build/GHC/IORef_p_o_split libraries/base/dist-install/build/GHC/IOArray_p_o_split libraries/base/dist-install/build/GHC/Int_p_o_split libraries/base/dist-install/build/GHC/List_p_o_split libraries/base/dist-install/build/GHC/Num_p_o_split libraries/base/dist-install/build/GHC/PArr_p_o_split libraries/base/dist-install/build/GHC/Pack_p_o_split libraries/base/dist-install/build/GHC/Ptr_p_o_split libraries/base/dist-install/build/GHC/Read_p_o_split libraries/base/dist-install/build/GHC/Real_p_o_split libraries/base/dist-install/build/GHC/ST_p_o_split libraries/base/dist-install/build/GHC/STRef_p_o_split libraries/base/dist-install/build/GHC/Show_p_o_split libraries/base/dist-install/build/GHC/Stable_p_o_split libraries/base/dist-install/build/GHC/Storable_p_o_split libraries/base/dist-install/build/GHC/TopHandler_p_o_split libraries/base/dist-install/build/GHC/Unicode_p_o_split libraries/base/dist-install/build/GHC/Weak_p_o_split libraries/base/dist-install/build/GHC/Word_p_o_split libraries/base/dist-install/build/System/Timeout_p_o_split libraries/base/dist-install/build/System/Event_p_o_split libraries/base/dist-install/build/Control/Applicative_p_o_split libraries/base/dist-install/build/Control/Arrow_p_o_split libraries/base/dist-install/build/Control/Category_p_o_split libraries/base/dist-install/build/Control/Concurrent_p_o_split libraries/base/dist-install/build/Control/Concurrent/Chan_p_o_split libraries/base/dist-install/build/Control/Concurrent/MVar_p_o_split libraries/base/dist-install/build/Control/Concurrent/QSem_p_o_split libraries/base/dist-install/build/Control/Concurrent/QSemN_p_o_split libraries/base/dist-install/build/Control/Concurrent/SampleVar_p_o_split libraries/base/dist-install/build/Control/Exception_p_o_split libraries/base/dist-install/build/Control/Exception/Base_p_o_split libraries/base/dist-install/build/Control/OldException_p_o_split libraries/base/dist-install/build/Control/Monad_p_o_split libraries/base/dist-install/build/Control/Monad/Fix_p_o_split libraries/base/dist-install/build/Control/Monad/Instances_p_o_split libraries/base/dist-install/build/Control/Monad/ST_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Lazy_p_o_split libraries/base/dist-install/build/Control/Monad/ST/Strict_p_o_split libraries/base/dist-install/build/Data/Bits_p_o_split libraries/base/dist-install/build/Data/Bool_p_o_split libraries/base/dist-install/build/Data/Char_p_o_split libraries/base/dist-install/build/Data/Complex_p_o_split libraries/base/dist-install/build/Data/Dynamic_p_o_split libraries/base/dist-install/build/Data/Either_p_o_split libraries/base/dist-install/build/Data/Eq_p_o_split libraries/base/dist-install/build/Data/Data_p_o_split libraries/base/dist-install/build/Data/Fixed_p_o_split libraries/base/dist-install/build/Data/Foldable_p_o_split libraries/base/dist-install/build/Data/Function_p_o_split libraries/base/dist-install/build/Data/Functor_p_o_split libraries/base/dist-install/build/Data/HashTable_p_o_split libraries/base/dist-install/build/Data/IORef_p_o_split libraries/base/dist-install/build/Data/Int_p_o_split libraries/base/dist-install/build/Data/Ix_p_o_split libraries/base/dist-install/build/Data/List_p_o_split libraries/base/dist-install/build/Data/Maybe_p_o_split libraries/base/dist-install/build/Data/Monoid_p_o_split libraries/base/dist-install/build/Data/Ord_p_o_split libraries/base/dist-install/build/Data/Ratio_p_o_split libraries/base/dist-install/build/Data/STRef_p_o_split libraries/base/dist-install/build/Data/STRef/Lazy_p_o_split libraries/base/dist-install/build/Data/STRef/Strict_p_o_split libraries/base/dist-install/build/Data/String_p_o_split libraries/base/dist-install/build/Data/Traversable_p_o_split libraries/base/dist-install/build/Data/Tuple_p_o_split libraries/base/dist-install/build/Data/Typeable_p_o_split libraries/base/dist-install/build/Data/Unique_p_o_split libraries/base/dist-install/build/Data/Version_p_o_split libraries/base/dist-install/build/Data/Word_p_o_split libraries/base/dist-install/build/Debug/Trace_p_o_split libraries/base/dist-install/build/Foreign_p_o_split libraries/base/dist-install/build/Foreign/C_p_o_split libraries/base/dist-install/build/Foreign/C/Error_p_o_split libraries/base/dist-install/build/Foreign/C/String_p_o_split libraries/base/dist-install/build/Foreign/C/Types_p_o_split libraries/base/dist-install/build/Foreign/ForeignPtr_p_o_split libraries/base/dist-install/build/Foreign/Marshal_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Alloc_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Array_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Error_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Pool_p_o_split libraries/base/dist-install/build/Foreign/Marshal/Utils_p_o_split libraries/base/dist-install/build/Foreign/Ptr_p_o_split libraries/base/dist-install/build/Foreign/StablePtr_p_o_split libraries/base/dist-install/build/Foreign/Storable_p_o_split libraries/base/dist-install/build/Numeric_p_o_split libraries/base/dist-install/build/Prelude_p_o_split libraries/base/dist-install/build/System/Console/GetOpt_p_o_split libraries/base/dist-install/build/System/CPUTime_p_o_split libraries/base/dist-install/build/System/Environment_p_o_split libraries/base/dist-install/build/System/Exit_p_o_split libraries/base/dist-install/build/System/IO_p_o_split libraries/base/dist-install/build/System/IO/Error_p_o_split libraries/base/dist-install/build/System/IO/Unsafe_p_o_split libraries/base/dist-install/build/System/Info_p_o_split libraries/base/dist-install/build/System/Mem_p_o_split libraries/base/dist-install/build/System/Mem/StableName_p_o_split libraries/base/dist-install/build/System/Mem/Weak_p_o_split libraries/base/dist-install/build/System/Posix/Internals_p_o_split libraries/base/dist-install/build/System/Posix/Types_p_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadP_p_o_split libraries/base/dist-install/build/Text/ParserCombinators/ReadPrec_p_o_split libraries/base/dist-install/build/Text/Printf_p_o_split libraries/base/dist-install/build/Text/Read_p_o_split libraries/base/dist-install/build/Text/Read/Lex_p_o_split libraries/base/dist-install/build/Text/Show_p_o_split libraries/base/dist-install/build/Text/Show/Functions_p_o_split libraries/base/dist-install/build/Unsafe/Coerce_p_o_split libraries/base/dist-install/build/System/Event/Array_p_o_split libraries/base/dist-install/build/System/Event/Clock_p_o_split libraries/base/dist-install/build/System/Event/Control_p_o_split libraries/base/dist-install/build/System/Event/EPoll_p_o_split libraries/base/dist-install/build/System/Event/IntMap_p_o_split libraries/base/dist-install/build/System/Event/Internal_p_o_split libraries/base/dist-install/build/System/Event/KQueue_p_o_split libraries/base/dist-install/build/System/Event/Manager_p_o_split libraries/base/dist-install/build/System/Event/PSQ_p_o_split libraries/base/dist-install/build/System/Event/Poll_p_o_split libraries/base/dist-install/build/System/Event/Thread_p_o_split libraries/base/dist-install/build/System/Event/Unique_p_o_split -name '*.p_o' -print >> libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a.contents echo libraries/base/dist-install/build/cbits/PrelIOUtils.p_o libraries/base/dist-install/build/cbits/WCsubst.p_o libraries/base/dist-install/build/cbits/Win32Utils.p_o libraries/base/dist-install/build/cbits/consUtils.p_o libraries/base/dist-install/build/cbits/iconv.p_o libraries/base/dist-install/build/cbits/inputReady.p_o libraries/base/dist-install/build/cbits/selectUtils.p_o libraries/base/dist-install/build/cbits/primFloat.p_o `/usr/bin/find libraries/base/dist-install/build -name "*_stub.p_o" -print` >> libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a.contents "/usr/bin/ar" q libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a @libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a.contents /usr/bin/ar: creating libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a "rm" -f libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a.contents /usr/bin/find libraries/array/dist-install/build/Data/Array/Base_p_o_split libraries/array/dist-install/build/Data/Array/IArray_p_o_split libraries/array/dist-install/build/Data/Array/IO_p_o_split libraries/array/dist-install/build/Data/Array/IO/Internals_p_o_split libraries/array/dist-install/build/Data/Array/MArray_p_o_split libraries/array/dist-install/build/Data/Array/ST_p_o_split libraries/array/dist-install/build/Data/Array/Storable_p_o_split libraries/array/dist-install/build/Data/Array/Unboxed_p_o_split libraries/array/dist-install/build/Data/Array_p_o_split -name '*.p_o' -print >> libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a.contents echo `/usr/bin/find libraries/array/dist-install/build -name "*_stub.p_o" -print` >> libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a.contents "/usr/bin/ar" q libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a @libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a.contents /usr/bin/ar: creating libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a "rm" -f libraries/array/dist-install/build/libHSarray-0.3.0.2_p.a.contents "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a.contents /usr/bin/find libraries/bytestring/dist-install/build/Data/ByteString_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Char8_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Unsafe_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Char8_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Internal_p_o_split libraries/bytestring/dist-install/build/Data/ByteString/Fusion_p_o_split -name '*.p_o' -print >> libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a.contents echo libraries/bytestring/dist-install/build/cbits/fpstring.p_o `/usr/bin/find libraries/bytestring/dist-install/build -name "*_stub.p_o" -print` >> libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a.contents "/usr/bin/ar" q libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a @libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a.contents /usr/bin/ar: creating libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a "rm" -f libraries/bytestring/dist-install/build/libHSbytestring-0.9.1.8_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/Sequence.hs -o libraries/containers/dist-install/build/Data/Sequence.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/IntMap.hs -o libraries/containers/dist-install/build/Data/IntMap.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/Map.hs -o libraries/containers/dist-install/build/Data/Map.p_o "rm" -f libraries/base/dist-install/build/libHSbase-4.3.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/LocalTime/TimeZone.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types.p_o SpecConstr Function `f{v s4OA} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4PO} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4QJ} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `f{v s4Rf} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-binary/src/Data/Binary/Put.hs -o libraries/ghc-binary/dist-install/build/Data/Binary/Put.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./Data/String/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/String/UTF8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./Data/ByteString/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/ByteString/UTF8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name utf8-string-0.3.6 -hide-all-packages -i -ilibraries/utf8-string/. -ilibraries/utf8-string/dist-install/build -ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/dist-install/build -Ilibraries/utf8-string/dist-install/build/autogen -Ilibraries/utf8-string/. -optP-include -optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -split-objs -W -O2 -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/utf8-string/dist-install/build -hidir libraries/utf8-string/dist-install/build -stubdir libraries/utf8-string/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/utf8-string/./Data/ByteString/Lazy/UTF8.hs -o libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgUtils.hs -o compiler/stage2/build/CgUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/TargetReg.hs -o compiler/stage2/build/TargetReg.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage2/build/SPARC/Regs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage2/build/RegAlloc/Liveness.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/ZipCfg.hs -o compiler/stage2/build/ZipCfg.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreTidy.lhs -o compiler/stage2/build/CoreTidy.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CoreUnfold.lhs -o compiler/stage2/build/CoreUnfold.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmLint.hs -o compiler/stage2/build/CmmLint.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/PprC.hs -o compiler/stage2/build/PprC.dyn_o SpecConstr Function `$j_s2se{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgExpr.lhs-boot -o compiler/stage2/build/CgExpr.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgExtCode.hs -o compiler/stage2/build/CgExtCode.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stgSyn/CoreToStg.lhs -o compiler/stage2/build/CoreToStg.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stranal/DmdAnal.lhs -o compiler/stage2/build/DmdAnal.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcUtils.hs -o utils/hpc/dist/build/HpcUtils.o SpecConstr Function `ghc-7.0.1:DmdAnal.both{v r1Vn} [lidx]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `ghc-7.0.1:DmdAnal.lub{v r1V9} [lid]' has 7 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcShowTix.hs -o utils/hpc/dist/build/HpcShowTix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcCombine.hs -o utils/hpc/dist/build/HpcCombine.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcReport.hs -o utils/hpc/dist/build/HpcReport.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/template-haskell/./Language/Haskell/TH.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.o "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a.contents /usr/bin/find libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary_o_split -name '*.o' -print >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a.contents echo `/usr/bin/find libraries/bin-package-db/dist-install/build -name "*_stub.o" -print` >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a.contents "/usr/bin/ar" q libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a @libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a.contents /usr/bin/ar: creating libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Outputable.lhs -o compiler/stage2/build/Outputable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/PprExternalCore.lhs -o compiler/stage2/build/PprExternalCore.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "/usr/bin/ld" -r -o libraries/template-haskell/dist-install/build/HStemplate-haskell-2.5.0.0.o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals.o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib.o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote.o libraries/template-haskell/dist-install/build/Language/Haskell/TH.o `/usr/bin/find libraries/template-haskell/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/Tree.hs -o libraries/containers/dist-install/build/Data/Tree.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/LocalTime/TimeOfDay.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH/PprLib.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.p_o "rm" -f libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a.contents /usr/bin/find libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/String_p_o_split libraries/utf8-string/dist-install/build/Codec/Binary/UTF8/Generic_p_o_split libraries/utf8-string/dist-install/build/System/IO/UTF8_p_o_split libraries/utf8-string/dist-install/build/System/Environment/UTF8_p_o_split libraries/utf8-string/dist-install/build/Data/String/UTF8_p_o_split libraries/utf8-string/dist-install/build/Data/ByteString/UTF8_p_o_split libraries/utf8-string/dist-install/build/Data/ByteString/Lazy/UTF8_p_o_split -name '*.p_o' -print >> libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a.contents echo `/usr/bin/find libraries/utf8-string/dist-install/build -name "*_stub.p_o" -print` >> libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a.contents "/usr/bin/ar" q libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a @libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a.contents /usr/bin/ar: creating libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a "rm" -f libraries/utf8-string/dist-install/build/libHSutf8-string-0.3.6_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Prefs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Util.lhs -o compiler/stage2/build/Util.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/FiniteMap.lhs -o compiler/stage2/build/FiniteMap.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/NCGMonad.hs -o compiler/stage2/build/NCGMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/X86/Instr.hs -o compiler/stage2/build/X86/Instr.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage2/build/PPC/Instr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage2/build/SPARC/Stack.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage2/build/RegAlloc/Graph/Coalesce.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage2/build/RegAlloc/Graph/SpillCost.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage2/build/RegAlloc/Graph/Spill.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage2/build/RegAlloc/Graph/SpillClean.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/OptimizationFuel.hs -o compiler/stage2/build/OptimizationFuel.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/specialise/Rules.lhs -o compiler/stage2/build/Rules.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgProf.hs -o compiler/stage2/build/CgProf.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgTicky.hs -o compiler/stage2/build/CgTicky.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage2/build/LlvmCodeGen/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/MkZipCfg.hs -o compiler/stage2/build/MkZipCfg.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmZipUtil.hs -o compiler/stage2/build/CmmZipUtil.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmBrokenBlock.hs -o compiler/stage2/build/CmmBrokenBlock.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/LiberateCase.lhs -o compiler/stage2/build/LiberateCase.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/ZipCfgExtras.hs -o compiler/stage2/build/ZipCfgExtras.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-binary-0.5.0.2 -package haskell98-1.1.0.0 -package process-1.0.1.4 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -hisuf hi -osuf o -hcsuf hc -c utils/ghc-pkg/./Main.hs -o utils/ghc-pkg/dist-install/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcOverlay.hs -o utils/hpc/dist/build/HpcOverlay.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcDraft.hs -o utils/hpc/dist/build/HpcDraft.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./HpcMarkup.hs -o utils/hpc/dist/build/HpcMarkup.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Clock/TAI.hs -o libraries/time/dist-install/build/Data/Time/Clock/TAI.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Format/Parse.hs -o libraries/time/dist-install/build/Data/Time/Format/Parse.o "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a.contents /usr/bin/find libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH_o_split -name '*.o' -print >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a.contents echo `/usr/bin/find libraries/template-haskell/dist-install/build -name "*_stub.o" -print` >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a.contents "/usr/bin/ar" q libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a @libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a.contents /usr/bin/ar: creating libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Setup.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Term.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead libraries/haskeline/System/Console/Haskeline/Term.hs:9:1: Warning: In the use of `isEmptyChan' (imported from Control.Concurrent, but defined in Control.Concurrent.Chan): Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See http://hackage.haskell.org/trac/ghc/ticket/4154 for details" "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/SrcLoc.lhs -o compiler/stage2/build/SrcLoc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/MonadUtils.hs -o compiler/stage2/build/MonadUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DriverPhases.hs -o compiler/stage2/build/DriverPhases.o SpecConstr Function `ghc-7.0.1:DriverPhases.happensBefore{v rij} [lidx]' has 11 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/BasicTypes.lhs -o compiler/stage2/build/BasicTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stage2/build/Fingerprint.hs -o compiler/stage2/build/Fingerprint.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/IdInfo.lhs-boot -o compiler/stage2/build/IdInfo.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcType.lhs-boot -o compiler/stage2/build/TcType.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ByteCodeFFI.lhs -o compiler/stage2/build/ByteCodeFFI.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name containers-0.4.0.0 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build/autogen -Ilibraries/containers/include -optP-include -optPlibraries/containers/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -split-objs -fregs-graph -O2 -XDeriveDataTypeable -XMagicHash -XRank2Types -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/containers/./Data/Graph.hs -o libraries/containers/dist-install/build/Data/Graph.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/LocalTime/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name hpc-0.5.0.6 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build/autogen -Ilibraries/hpc/. -optP-include -optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package old-time-1.0.0.6 -split-objs -Wall -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-install/build/Trace/Hpc/Mix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH/Ppr.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/dist-install/build/Distribution/ParseUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-binary-0.5.0.2 -hide-all-packages -i -ilibraries/ghc-binary/src -ilibraries/ghc-binary/dist-install/build -ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/dist-install/build -Ilibraries/ghc-binary/dist-install/build/autogen -Ilibraries/ghc-binary/. -optP-DAPPLICATIVE_IN_BASE -optP-include -optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -split-objs -O2 -Wall -fliberate-case-threshold=1000 -XCPP -XFlexibleContexts -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/ghc-binary/dist-install/build -hidir libraries/ghc-binary/dist-install/build -stubdir libraries/ghc-binary/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/ghc-binary/src/Data/Binary.hs -o libraries/ghc-binary/dist-install/build/Data/Binary.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Command/History.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/FastString.lhs -o compiler/stage2/build/FastString.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PIC.hs -o compiler/stage2/build/PIC.dyn_o libraries/ghc-binary/src/Data/Binary.hs:66:1: Warning: The import of `System.IO' is redundant except perhaps to import instances from `System.IO' To import instances alone, use: import System.IO() "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage2/build/SPARC/Instr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage2/build/RegAlloc/Graph/Stats.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/FreeRegs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage2/build/X86/Ppr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage2/build/PPC/RegInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage2/build/PPC/Ppr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgStackery.lhs -o compiler/stage2/build/CgStackery.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage2/build/LlvmCodeGen/Data.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage2/build/LlvmCodeGen/CodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/DFMonad.hs -o compiler/stage2/build/DFMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmProcPoint.hs -o compiler/stage2/build/CmmProcPoint.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/hpc/./Main.hs -o utils/hpc/dist/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time/Format.hs -o libraries/time/dist-install/build/Data/Time/Format.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Make.hs -o libraries/Cabal/dist-install/build/Distribution/Make.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.o SpecConstr Function `$j_s1Al{v} [lid]' has 10 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1AG{v} [lid]' has 10 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1B8{v} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1BD{v} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1Hf{v} [lid]' has 37 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1Hx{v} [lid]' has 37 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/RunCommand.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.o SpecConstr Function `$wa{v s4n5} [lid]' has 18 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/ErrUtils.lhs-boot -o compiler/stage2/build/ErrUtils.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Bag.lhs -o compiler/stage2/build/Bag.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Unique.lhs -o compiler/stage2/build/Unique.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Digraph.lhs -o compiler/stage2/build/Digraph.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/State.hs -o compiler/stage2/build/State.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsPat.lhs-boot -o compiler/stage2/build/HsPat.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsDoc.hs -o compiler/stage2/build/HsDoc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/IOEnv.hs -o compiler/stage2/build/IOEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ObjLink.lhs -o compiler/stage2/build/ObjLink.o "rm" -f libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a.contents /usr/bin/find libraries/containers/dist-install/build/Data/Graph_p_o_split libraries/containers/dist-install/build/Data/Sequence_p_o_split libraries/containers/dist-install/build/Data/Tree_p_o_split libraries/containers/dist-install/build/Data/IntMap_p_o_split libraries/containers/dist-install/build/Data/IntSet_p_o_split libraries/containers/dist-install/build/Data/Map_p_o_split libraries/containers/dist-install/build/Data/Set_p_o_split -name '*.p_o' -print >> libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a.contents echo `/usr/bin/find libraries/containers/dist-install/build -name "*_stub.p_o" -print` >> libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a.contents "/usr/bin/ar" q libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a @libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a.contents /usr/bin/ar: creating libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/LocalTime.hs -o libraries/time/dist-install/build/Data/Time/LocalTime.p_o "rm" -f libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a.contents /usr/bin/find libraries/hpc/dist-install/build/Trace/Hpc/Util_p_o_split libraries/hpc/dist-install/build/Trace/Hpc/Mix_p_o_split libraries/hpc/dist-install/build/Trace/Hpc/Tix_p_o_split libraries/hpc/dist-install/build/Trace/Hpc/Reflect_p_o_split -name '*.p_o' -print >> libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a.contents echo `/usr/bin/find libraries/hpc/dist-install/build -name "*_stub.p_o" -print` >> libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a.contents "/usr/bin/ar" q libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a @libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a.contents /usr/bin/ar: creating libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a "rm" -f libraries/hpc/dist-install/build/libHShpc-0.5.0.6_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name template-haskell-2.5.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build/autogen -Ilibraries/template-haskell/. -optP-include -optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package containers-0.4.0.0 -package pretty-1.0.1.2 -split-objs -package-name template-haskell -XMagicHash -XPatternGuards -XPolymorphicComponents -XDeriveDataTypeable -XTypeSynonymInstances -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/template-haskell/./Language/Haskell/TH.hs -o libraries/template-haskell/dist-install/build/Language/Haskell/TH.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo.p_o "rm" -f libraries/containers/dist-install/build/libHScontainers-0.4.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Command.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse.p_o "rm" -f libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a.contents /usr/bin/find libraries/ghc-binary/dist-install/build/Data/Binary_p_o_split libraries/ghc-binary/dist-install/build/Data/Binary/Put_p_o_split libraries/ghc-binary/dist-install/build/Data/Binary/Get_p_o_split libraries/ghc-binary/dist-install/build/Data/Binary/Builder_p_o_split -name '*.p_o' -print >> libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a.contents echo `/usr/bin/find libraries/ghc-binary/dist-install/build -name "*_stub.p_o" -print` >> libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a.contents "/usr/bin/ar" q libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a @libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a.contents /usr/bin/ar: creating libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a "rm" -f libraries/ghc-binary/dist-install/build/libHSghc-binary-0.5.0.2_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/StaticFlags.hs -o compiler/stage2/build/StaticFlags.p_o SpecConstr Function `$j_s1rD{v} [lid]' has 8 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/BufWrite.hs -o compiler/stage2/build/BufWrite.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/StringBuffer.lhs -o compiler/stage2/build/StringBuffer.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage2/build/SPARC/Ppr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage2/build/RegAlloc/Graph/Main.dyn_o SpecConstr Function `$j_s3h8{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage2/build/RegAlloc/Linear/StackMap.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage2/build/X86/CodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage2/build/PPC/CodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage2/build/SPARC/ShortcutJump.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage2/build/SPARC/CodeGen/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgCallConv.hs -o compiler/stage2/build/CgCallConv.dyn_o SpecConstr Function `$j_s6eZ{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$w$j{v s6l9} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage2/build/LlvmCodeGen/Ppr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/ZipDataflow.hs -o compiler/stage2/build/ZipDataflow.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/time/./Data/Time.hs -o libraries/time/dist-install/build/Data/Time.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/CmdLineParser.hs -o compiler/stage2/build/CmdLineParser.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/UniqFM.lhs -o compiler/stage2/build/UniqFM.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/UniqSupply.lhs -o compiler/stage2/build/UniqSupply.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsExpr.lhs-boot -o compiler/stage2/build/HsExpr.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegClass.hs -o compiler/stage2/build/RegClass.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/StackPlacements.hs -o compiler/stage2/build/StackPlacements.o "/usr/bin/ld" -r -o libraries/time/dist-install/build/HStime-1.2.0.3.o libraries/time/dist-install/build/Data/Time/Calendar.o libraries/time/dist-install/build/Data/Time/Calendar/MonthDay.o libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate.o libraries/time/dist-install/build/Data/Time/Calendar/WeekDate.o libraries/time/dist-install/build/Data/Time/Calendar/Julian.o libraries/time/dist-install/build/Data/Time/Calendar/Easter.o libraries/time/dist-install/build/Data/Time/Clock.o libraries/time/dist-install/build/Data/Time/Clock/POSIX.o libraries/time/dist-install/build/Data/Time/Clock/TAI.o libraries/time/dist-install/build/Data/Time/LocalTime.o libraries/time/dist-install/build/Data/Time/Format.o libraries/time/dist-install/build/Data/Time.o libraries/time/dist-install/build/Data/Time/Calendar/Private.o libraries/time/dist-install/build/Data/Time/Calendar/Days.o libraries/time/dist-install/build/Data/Time/Calendar/Gregorian.o libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay.o libraries/time/dist-install/build/Data/Time/Clock/Scale.o libraries/time/dist-install/build/Data/Time/Clock/UTC.o libraries/time/dist-install/build/Data/Time/Clock/CTimeval.o libraries/time/dist-install/build/Data/Time/Clock/UTCDiff.o libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone.o libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay.o libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime.o libraries/time/dist-install/build/Data/Time/Format/Parse.o libraries/time/dist-install/build/cbits/HsTime.o `/usr/bin/find libraries/time/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Clock/TAI.hs -o libraries/time/dist-install/build/Data/Time/Clock/TAI.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Format/Parse.hs -o libraries/time/dist-install/build/Data/Time/Format/Parse.p_o "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a.contents /usr/bin/find libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax/Internals_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/PprLib_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Ppr_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH/Quote_p_o_split libraries/template-haskell/dist-install/build/Language/Haskell/TH_p_o_split -name '*.p_o' -print >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a.contents echo `/usr/bin/find libraries/template-haskell/dist-install/build -name "*_stub.p_o" -print` >> libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a.contents "/usr/bin/ar" q libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a @libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a.contents /usr/bin/ar: creating libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a "rm" -f libraries/template-haskell/dist-install/build/libHStemplate-haskell-2.5.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Setup.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name bin-package-db-0.0.0.0 -hide-all-packages -i -ilibraries/bin-package-db/. -ilibraries/bin-package-db/dist-install/build -ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/dist-install/build -Ilibraries/bin-package-db/dist-install/build/autogen -Ilibraries/bin-package-db/. -optP-include -optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package ghc-binary-0.5.0.2 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/bin-package-db/dist-install/build -hidir libraries/bin-package-db/dist-install/build -stubdir libraries/bin-package-db/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs -o libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Term.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Pretty.lhs -o compiler/stage2/build/Pretty.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead libraries/haskeline/System/Console/Haskeline/Term.hs:9:1: Warning: In the use of `isEmptyChan' (imported from Control.Concurrent, but defined in Control.Concurrent.Chan): Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See http://hackage.haskell.org/trac/ghc/ticket/4154 for details" "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage2/build/SPARC/CodeGen/Expand.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage2/build/RegAlloc/Linear/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage2/build/SPARC/CodeGen/Sanity.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgParallel.hs -o compiler/stage2/build/CgParallel.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage2/build/LlvmMangler.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/ZipCfgCmmRep.hs -o compiler/stage2/build/ZipCfgCmmRep.dyn_o "rm" -f libraries/time/dist-install/build/libHStime-1.2.0.3.a libraries/time/dist-install/build/libHStime-1.2.0.3.a.contents /usr/bin/find libraries/time/dist-install/build/Data/Time/Calendar_o_split libraries/time/dist-install/build/Data/Time/Calendar/MonthDay_o_split libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate_o_split libraries/time/dist-install/build/Data/Time/Calendar/WeekDate_o_split libraries/time/dist-install/build/Data/Time/Calendar/Julian_o_split libraries/time/dist-install/build/Data/Time/Calendar/Easter_o_split libraries/time/dist-install/build/Data/Time/Clock_o_split libraries/time/dist-install/build/Data/Time/Clock/POSIX_o_split libraries/time/dist-install/build/Data/Time/Clock/TAI_o_split libraries/time/dist-install/build/Data/Time/LocalTime_o_split libraries/time/dist-install/build/Data/Time/Format_o_split libraries/time/dist-install/build/Data/Time_o_split libraries/time/dist-install/build/Data/Time/Calendar/Private_o_split libraries/time/dist-install/build/Data/Time/Calendar/Days_o_split libraries/time/dist-install/build/Data/Time/Calendar/Gregorian_o_split libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay_o_split libraries/time/dist-install/build/Data/Time/Clock/Scale_o_split libraries/time/dist-install/build/Data/Time/Clock/UTC_o_split libraries/time/dist-install/build/Data/Time/Clock/CTimeval_o_split libraries/time/dist-install/build/Data/Time/Clock/UTCDiff_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay_o_split libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime_o_split libraries/time/dist-install/build/Data/Time/Format/Parse_o_split -name '*.o' -print >> libraries/time/dist-install/build/libHStime-1.2.0.3.a.contents echo libraries/time/dist-install/build/cbits/HsTime.o `/usr/bin/find libraries/time/dist-install/build -name "*_stub.o" -print` >> libraries/time/dist-install/build/libHStime-1.2.0.3.a.contents "/usr/bin/ar" q libraries/time/dist-install/build/libHStime-1.2.0.3.a @libraries/time/dist-install/build/libHStime-1.2.0.3.a.contents /usr/bin/ar: creating libraries/time/dist-install/build/libHStime-1.2.0.3.a "rm" -f libraries/time/dist-install/build/libHStime-1.2.0.3.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name random-1.0.0.3 -hide-all-packages -i -ilibraries/random/. -ilibraries/random/dist-install/build -ilibraries/random/dist-install/build/autogen -Ilibraries/random/dist-install/build -Ilibraries/random/dist-install/build/autogen -Ilibraries/random/. -optP-include -optPlibraries/random/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package time-1.2.0.3 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/random/dist-install/build -hidir libraries/random/dist-install/build -stubdir libraries/random/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/random/./System/Random.hs -o libraries/random/dist-install/build/System/Random.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/UHC.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/LHC.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/NHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/NHC.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/JHC.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Backend.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Binary.hs -o compiler/stage2/build/Binary.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/UniqSet.lhs -o compiler/stage2/build/UniqSet.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/ListSetOps.lhs -o compiler/stage2/build/ListSetOps.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Reg.hs -o compiler/stage2/build/Reg.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/StaticFlagParser.hs -o compiler/stage2/build/StaticFlagParser.o "/usr/bin/ld" -r -o libraries/random/dist-install/build/HSrandom-1.0.0.3.o libraries/random/dist-install/build/System/Random.o `/usr/bin/find libraries/random/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time/Format.hs -o libraries/time/dist-install/build/Data/Time/Format.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.p_o "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a.contents /usr/bin/find libraries/bin-package-db/dist-install/build/Distribution/InstalledPackageInfo/Binary_p_o_split -name '*.p_o' -print >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a.contents echo `/usr/bin/find libraries/bin-package-db/dist-install/build -name "*_stub.p_o" -print` >> libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a.contents "/usr/bin/ar" q libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a @libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a.contents /usr/bin/ar: creating libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a "rm" -f libraries/bin-package-db/dist-install/build/libHSbin-package-db-0.0.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/RunCommand.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.p_o SpecConstr Function `$j_s1Al{v} [lid]' has 10 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1AG{v} [lid]' has 10 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1B8{v} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1BD{v} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1Hf{v} [lid]' has 37 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s1Hx{v} [lid]' has 37 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Outputable.lhs -o compiler/stage2/build/Outputable.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/PprExternalCore.lhs -o compiler/stage2/build/PprExternalCore.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage2/build/RegAlloc/Linear/Stats.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage2/build/SPARC/CodeGen/Amode.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage2/build/SPARC/CodeGen/CondCode.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgHeapery.lhs -o compiler/stage2/build/CgHeapery.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage2/build/LlvmCodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage2/build/CmmContFlowOpt.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmCallConv.hs -o compiler/stage2/build/CmmCallConv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/PprCmmZ.hs -o compiler/stage2/build/PprCmmZ.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmCommonBlockElimZ.hs -o compiler/stage2/build/CmmCommonBlockElimZ.dyn_o "rm" -f libraries/random/dist-install/build/libHSrandom-1.0.0.3.a libraries/random/dist-install/build/libHSrandom-1.0.0.3.a.contents /usr/bin/find libraries/random/dist-install/build/System/Random_o_split -name '*.o' -print >> libraries/random/dist-install/build/libHSrandom-1.0.0.3.a.contents echo `/usr/bin/find libraries/random/dist-install/build -name "*_stub.o" -print` >> libraries/random/dist-install/build/libHSrandom-1.0.0.3.a.contents "/usr/bin/ar" q libraries/random/dist-install/build/libHSrandom-1.0.0.3.a @libraries/random/dist-install/build/libHSrandom-1.0.0.3.a.contents /usr/bin/ar: creating libraries/random/dist-install/build/libHSrandom-1.0.0.3.a "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskell98/./Random.hs -o libraries/haskell98/dist-install/build/Random.o "rm" -f libraries/random/dist-install/build/libHSrandom-1.0.0.3.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Test.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/InputT.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Module.lhs -o compiler/stage2/build/Module.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/OccName.lhs -o compiler/stage2/build/OccName.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphBase.hs -o compiler/stage2/build/GraphBase.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage2/build/RegAlloc/Graph/ArchBase.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/Serialized.hs -o compiler/stage2/build/Serialized.o "/usr/bin/ld" -r -o libraries/haskell98/dist-install/build/HShaskell98-1.1.0.0.o libraries/haskell98/dist-install/build/Array.o libraries/haskell98/dist-install/build/CPUTime.o libraries/haskell98/dist-install/build/Char.o libraries/haskell98/dist-install/build/Complex.o libraries/haskell98/dist-install/build/Directory.o libraries/haskell98/dist-install/build/IO.o libraries/haskell98/dist-install/build/Ix.o libraries/haskell98/dist-install/build/List.o libraries/haskell98/dist-install/build/Locale.o libraries/haskell98/dist-install/build/Maybe.o libraries/haskell98/dist-install/build/Monad.o libraries/haskell98/dist-install/build/Random.o libraries/haskell98/dist-install/build/Ratio.o libraries/haskell98/dist-install/build/System.o libraries/haskell98/dist-install/build/Time.o libraries/haskell98/dist-install/build/Bits.o libraries/haskell98/dist-install/build/CError.o libraries/haskell98/dist-install/build/CForeign.o libraries/haskell98/dist-install/build/CString.o libraries/haskell98/dist-install/build/CTypes.o libraries/haskell98/dist-install/build/ForeignPtr.o libraries/haskell98/dist-install/build/Int.o libraries/haskell98/dist-install/build/MarshalAlloc.o libraries/haskell98/dist-install/build/MarshalArray.o libraries/haskell98/dist-install/build/MarshalError.o libraries/haskell98/dist-install/build/MarshalUtils.o libraries/haskell98/dist-install/build/Ptr.o libraries/haskell98/dist-install/build/StablePtr.o libraries/haskell98/dist-install/build/Storable.o libraries/haskell98/dist-install/build/Word.o `/usr/bin/find libraries/haskell98/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name time-1.2.0.3 -hide-all-packages -i -ilibraries/time/. -ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/autogen -Ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build/autogen -Ilibraries/time/include -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package old-locale-1.0.0.2 -split-objs -Wall -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -XForeignFunctionInterface -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/time/./Data/Time.hs -o libraries/time/dist-install/build/Data/Time.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Make.hs -o libraries/Cabal/dist-install/build/Distribution/Make.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/SrcLoc.lhs -o compiler/stage2/build/SrcLoc.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/MonadUtils.hs -o compiler/stage2/build/MonadUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/DriverPhases.hs -o compiler/stage2/build/DriverPhases.p_o SpecConstr Function `ghc-7.0.1:DriverPhases.happensBefore{v rij} [lidx]' has 11 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/BasicTypes.lhs -o compiler/stage2/build/BasicTypes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stage2/build/Fingerprint.hs -o compiler/stage2/build/Fingerprint.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/IdInfo.lhs-boot -o compiler/stage2/build/IdInfo.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcType.lhs-boot -o compiler/stage2/build/TcType.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ByteCodeFFI.lhs -o compiler/stage2/build/ByteCodeFFI.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage2/build/RegAlloc/Linear/State.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage2/build/SPARC/CodeGen/Gen64.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ByteCodeItbls.lhs -o compiler/stage2/build/ByteCodeItbls.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/MkZipCfgCmm.hs -o compiler/stage2/build/MkZipCfgCmm.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgBindery.lhs -o compiler/stage2/build/CgBindery.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmLiveZ.hs -o compiler/stage2/build/CmmLiveZ.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "rm" -f libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a.contents /usr/bin/find libraries/haskell98/dist-install/build/Array_o_split libraries/haskell98/dist-install/build/CPUTime_o_split libraries/haskell98/dist-install/build/Char_o_split libraries/haskell98/dist-install/build/Complex_o_split libraries/haskell98/dist-install/build/Directory_o_split libraries/haskell98/dist-install/build/IO_o_split libraries/haskell98/dist-install/build/Ix_o_split libraries/haskell98/dist-install/build/List_o_split libraries/haskell98/dist-install/build/Locale_o_split libraries/haskell98/dist-install/build/Maybe_o_split libraries/haskell98/dist-install/build/Monad_o_split libraries/haskell98/dist-install/build/Random_o_split libraries/haskell98/dist-install/build/Ratio_o_split libraries/haskell98/dist-install/build/System_o_split libraries/haskell98/dist-install/build/Time_o_split libraries/haskell98/dist-install/build/Bits_o_split libraries/haskell98/dist-install/build/CError_o_split libraries/haskell98/dist-install/build/CForeign_o_split libraries/haskell98/dist-install/build/CString_o_split libraries/haskell98/dist-install/build/CTypes_o_split libraries/haskell98/dist-install/build/ForeignPtr_o_split libraries/haskell98/dist-install/build/Int_o_split libraries/haskell98/dist-install/build/MarshalAlloc_o_split libraries/haskell98/dist-install/build/MarshalArray_o_split libraries/haskell98/dist-install/build/MarshalError_o_split libraries/haskell98/dist-install/build/MarshalUtils_o_split libraries/haskell98/dist-install/build/Ptr_o_split libraries/haskell98/dist-install/build/StablePtr_o_split libraries/haskell98/dist-install/build/Storable_o_split libraries/haskell98/dist-install/build/Word_o_split -name '*.o' -print >> libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a.contents echo `/usr/bin/find libraries/haskell98/dist-install/build -name "*_stub.o" -print` >> libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a.contents "/usr/bin/ar" q libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a @libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a.contents /usr/bin/ar: creating libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a "rm" -f libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Emacs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Vi.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/Encoding.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Name.lhs -o compiler/stage2/build/Name.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/PackageConfig.hs -o compiler/stage2/build/PackageConfig.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/ForeignCall.lhs -o compiler/stage2/build/ForeignCall.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage2/build/RegAlloc/Graph/TrivColorable.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphPpr.hs -o compiler/stage2/build/GraphPpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphOps.hs -o compiler/stage2/build/GraphOps.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage2/build/RegAlloc/Graph/ArchX86.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsImpExp.lhs -o compiler/stage2/build/HsImpExp.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Modules.hs -o compiler/stage2/build/Vectorise/Builtins/Modules.o "rm" -f libraries/time/dist-install/build/libHStime-1.2.0.3_p.a libraries/time/dist-install/build/libHStime-1.2.0.3_p.a.contents /usr/bin/find libraries/time/dist-install/build/Data/Time/Calendar_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/MonthDay_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/OrdinalDate_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/WeekDate_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Julian_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Easter_p_o_split libraries/time/dist-install/build/Data/Time/Clock_p_o_split libraries/time/dist-install/build/Data/Time/Clock/POSIX_p_o_split libraries/time/dist-install/build/Data/Time/Clock/TAI_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime_p_o_split libraries/time/dist-install/build/Data/Time/Format_p_o_split libraries/time/dist-install/build/Data/Time_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Private_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Days_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/Gregorian_p_o_split libraries/time/dist-install/build/Data/Time/Calendar/JulianYearDay_p_o_split libraries/time/dist-install/build/Data/Time/Clock/Scale_p_o_split libraries/time/dist-install/build/Data/Time/Clock/UTC_p_o_split libraries/time/dist-install/build/Data/Time/Clock/CTimeval_p_o_split libraries/time/dist-install/build/Data/Time/Clock/UTCDiff_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeZone_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime/TimeOfDay_p_o_split libraries/time/dist-install/build/Data/Time/LocalTime/LocalTime_p_o_split libraries/time/dist-install/build/Data/Time/Format/Parse_p_o_split -name '*.p_o' -print >> libraries/time/dist-install/build/libHStime-1.2.0.3_p.a.contents echo libraries/time/dist-install/build/cbits/HsTime.p_o `/usr/bin/find libraries/time/dist-install/build -name "*_stub.p_o" -print` >> libraries/time/dist-install/build/libHStime-1.2.0.3_p.a.contents "/usr/bin/ar" q libraries/time/dist-install/build/libHStime-1.2.0.3_p.a @libraries/time/dist-install/build/libHStime-1.2.0.3_p.a.contents /usr/bin/ar: creating libraries/time/dist-install/build/libHStime-1.2.0.3_p.a "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name random-1.0.0.3 -hide-all-packages -i -ilibraries/random/. -ilibraries/random/dist-install/build -ilibraries/random/dist-install/build/autogen -Ilibraries/random/dist-install/build -Ilibraries/random/dist-install/build/autogen -Ilibraries/random/. -optP-include -optPlibraries/random/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package time-1.2.0.3 -split-objs -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/random/dist-install/build -hidir libraries/random/dist-install/build -stubdir libraries/random/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/random/./System/Random.hs -o libraries/random/dist-install/build/System/Random.p_o "rm" -f libraries/time/dist-install/build/libHStime-1.2.0.3_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Backend.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/ErrUtils.lhs-boot -o compiler/stage2/build/ErrUtils.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Bag.lhs -o compiler/stage2/build/Bag.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Unique.lhs -o compiler/stage2/build/Unique.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Digraph.lhs -o compiler/stage2/build/Digraph.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/State.hs -o compiler/stage2/build/State.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsPat.lhs-boot -o compiler/stage2/build/HsPat.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsDoc.hs -o compiler/stage2/build/HsDoc.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/IOEnv.hs -o compiler/stage2/build/IOEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ObjLink.lhs -o compiler/stage2/build/ObjLink.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ByteCodeInstr.lhs -o compiler/stage2/build/ByteCodeInstr.dyn_o SpecConstr Function `ghc-7.0.1:RegAlloc.Linear.JoinToTargets.expandNode{v rTd} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmCvt.hs -o compiler/stage2/build/CmmCvt.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgInfoTbls.hs -o compiler/stage2/build/CgInfoTbls.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmSpillReload.hs -o compiler/stage2/build/CmmSpillReload.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage2/build/StgCmmMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgForeignCall.hs -o compiler/stage2/build/CgForeignCall.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Hugs.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Hugs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/RdrName.lhs -o compiler/stage2/build/RdrName.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Var.lhs -o compiler/stage2/build/Var.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/DataCon.lhs-boot -o compiler/stage2/build/DataCon.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/NameSet.lhs -o compiler/stage2/build/NameSet.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/utils/GraphColor.hs -o compiler/stage2/build/GraphColor.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/NameEnv.lhs -o compiler/stage2/build/NameEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Annotations.lhs -o compiler/stage2/build/Annotations.o "rm" -f libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a.contents /usr/bin/find libraries/random/dist-install/build/System/Random_p_o_split -name '*.p_o' -print >> libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a.contents echo `/usr/bin/find libraries/random/dist-install/build -name "*_stub.p_o" -print` >> libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a.contents "/usr/bin/ar" q libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a @libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a.contents /usr/bin/ar: creating libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskell98-1.1.0.0 -hide-all-packages -i -ilibraries/haskell98/. -ilibraries/haskell98/dist-install/build -ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/dist-install/build -Ilibraries/haskell98/dist-install/build/autogen -Ilibraries/haskell98/. -optP-include -optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package directory-1.1.0.0 -package old-locale-1.0.0.2 -package old-time-1.0.0.6 -package process-1.0.1.4 -package random-1.0.0.3 -split-objs -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskell98/dist-install/build -hidir libraries/haskell98/dist-install/build -stubdir libraries/haskell98/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskell98/./Random.hs -o libraries/haskell98/dist-install/build/Random.p_o "rm" -f libraries/random/dist-install/build/libHSrandom-1.0.0.3_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/GHC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/UHC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/LHC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/NHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/NHC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/JHC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/InputT.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/CmdLineParser.hs -o compiler/stage2/build/CmdLineParser.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/UniqFM.lhs -o compiler/stage2/build/UniqFM.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/UniqSupply.lhs -o compiler/stage2/build/UniqSupply.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsExpr.lhs-boot -o compiler/stage2/build/HsExpr.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegClass.hs -o compiler/stage2/build/RegClass.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/StackPlacements.hs -o compiler/stage2/build/StackPlacements.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage2/build/RegAlloc/Linear/Main.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen/CCall.hs -o compiler/stage2/build/SPARC/CodeGen/CCall.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ByteCodeAsm.lhs -o compiler/stage2/build/ByteCodeAsm.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmInfo.hs -o compiler/stage2/build/CmmInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage2/build/StgCmmUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmCPSGen.hs -o compiler/stage2/build/CmmCPSGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgClosure.lhs -o compiler/stage2/build/CgClosure.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgTailCall.lhs -o compiler/stage2/build/CgTailCall.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgPrimOp.hs -o compiler/stage2/build/CgPrimOp.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmGran.hs -o compiler/stage2/build/StgCmmGran.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage2/build/StgCmmBind.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/StackColor.hs -o compiler/stage2/build/StackColor.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Register.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Install.o SpecConstr Function `$j_s3ut{v} [lid]' has 60 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Configure.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/haskeline/./System/Console/Haskeline/IO.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrelNames.lhs -o compiler/stage2/build/PrelNames.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/profiling/CostCentre.lhs -o compiler/stage2/build/CostCentre.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Class.lhs -o compiler/stage2/build/Class.o SpecConstr Function `$j_s2tf{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/VarSet.lhs -o compiler/stage2/build/VarSet.o "/usr/bin/ld" -r -o libraries/haskeline/dist-install/build/HShaskeline-0.6.3.o libraries/haskeline/dist-install/build/System/Console/Haskeline.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding.o libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException.o libraries/haskeline/dist-install/build/System/Console/Haskeline/History.o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.o libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Key.o libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs.o libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Term.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo.o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.o libraries/haskeline/dist-install/build/cbits/h_iconv.o libraries/haskeline/dist-install/build/cbits/h_wcwidth.o `/usr/bin/find libraries/haskeline/dist-install/build -name "*_stub.o" -print` "rm" -f libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a.contents /usr/bin/find libraries/haskell98/dist-install/build/Array_p_o_split libraries/haskell98/dist-install/build/CPUTime_p_o_split libraries/haskell98/dist-install/build/Char_p_o_split libraries/haskell98/dist-install/build/Complex_p_o_split libraries/haskell98/dist-install/build/Directory_p_o_split libraries/haskell98/dist-install/build/IO_p_o_split libraries/haskell98/dist-install/build/Ix_p_o_split libraries/haskell98/dist-install/build/List_p_o_split libraries/haskell98/dist-install/build/Locale_p_o_split libraries/haskell98/dist-install/build/Maybe_p_o_split libraries/haskell98/dist-install/build/Monad_p_o_split libraries/haskell98/dist-install/build/Random_p_o_split libraries/haskell98/dist-install/build/Ratio_p_o_split libraries/haskell98/dist-install/build/System_p_o_split libraries/haskell98/dist-install/build/Time_p_o_split libraries/haskell98/dist-install/build/Bits_p_o_split libraries/haskell98/dist-install/build/CError_p_o_split libraries/haskell98/dist-install/build/CForeign_p_o_split libraries/haskell98/dist-install/build/CString_p_o_split libraries/haskell98/dist-install/build/CTypes_p_o_split libraries/haskell98/dist-install/build/ForeignPtr_p_o_split libraries/haskell98/dist-install/build/Int_p_o_split libraries/haskell98/dist-install/build/MarshalAlloc_p_o_split libraries/haskell98/dist-install/build/MarshalArray_p_o_split libraries/haskell98/dist-install/build/MarshalError_p_o_split libraries/haskell98/dist-install/build/MarshalUtils_p_o_split libraries/haskell98/dist-install/build/Ptr_p_o_split libraries/haskell98/dist-install/build/StablePtr_p_o_split libraries/haskell98/dist-install/build/Storable_p_o_split libraries/haskell98/dist-install/build/Word_p_o_split -name '*.p_o' -print >> libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a.contents echo `/usr/bin/find libraries/haskell98/dist-install/build -name "*_stub.p_o" -print` >> libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Test.p_o "/usr/bin/ar" q libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a @libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a.contents /usr/bin/ar: creating libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a "rm" -f libraries/haskell98/dist-install/build/libHShaskell98-1.1.0.0_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Emacs.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Vi.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/Encoding.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Binary.hs -o compiler/stage2/build/Binary.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/UniqSet.lhs -o compiler/stage2/build/UniqSet.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/ListSetOps.lhs -o compiler/stage2/build/ListSetOps.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Reg.hs -o compiler/stage2/build/Reg.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/StaticFlagParser.hs -o compiler/stage2/build/StaticFlagParser.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/AsmCodeGen.lhs -o compiler/stage2/build/AsmCodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage2/build/SPARC/CodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/HscTypes.lhs -o compiler/stage2/build/HscTypes.dyn_o SpecConstr Function `$w$j{v s2Jt} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmProcPointZ.hs -o compiler/stage2/build/CmmProcPointZ.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage2/build/StgCmmEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmProf.hs -o compiler/stage2/build/StgCmmProf.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmCPS.hs -o compiler/stage2/build/CmmCPS.dyn_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmParse.hs -o compiler/stage2/build/CmmParse.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage2/build/StgCmmTicky.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ByteCodeLink.lhs -o compiler/stage2/build/ByteCodeLink.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build.o "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a.contents /usr/bin/find libraries/haskeline/dist-install/build/System/Console/Haskeline_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/History_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/IO_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Key_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Term_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi_o_split -name '*.o' -print >> libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a.contents echo libraries/haskeline/dist-install/build/cbits/h_iconv.o libraries/haskeline/dist-install/build/cbits/h_wcwidth.o `/usr/bin/find libraries/haskeline/dist-install/build -name "*_stub.o" -print` >> libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a.contents "/usr/bin/ar" q libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a @libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a.contents /usr/bin/ar: creating libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DynFlags.hs -o compiler/stage2/build/DynFlags.o "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.6.3.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TyCon.lhs -o compiler/stage2/build/TyCon.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/VarEnv.lhs -o compiler/stage2/build/VarEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Prelude.hs -o compiler/stage2/build/Vectorise/Builtins/Prelude.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Module.lhs -o compiler/stage2/build/Module.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/OccName.lhs -o compiler/stage2/build/OccName.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/GraphBase.hs -o compiler/stage2/build/GraphBase.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage2/build/RegAlloc/Graph/ArchBase.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/Serialized.hs -o compiler/stage2/build/Serialized.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcRnTypes.lhs -o compiler/stage2/build/TcRnTypes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/MkCore.lhs -o compiler/stage2/build/MkCore.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/Finder.lhs -o compiler/stage2/build/Finder.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/parser/Parser.hs -o compiler/stage2/build/Parser.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcTyDecls.lhs -o compiler/stage2/build/TcTyDecls.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/MkExternalCore.lhs -o compiler/stage2/build/MkExternalCore.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmStackLayout.hs -o compiler/stage2/build/CmmStackLayout.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage2/build/StgCmmForeign.dyn_o SpecConstr Function `$wfindSpace{v X2XK} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XO} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XO} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XD} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XD} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgHpc.hs -o compiler/stage2/build/CgHpc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage2/build/StgCmmLayout.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage2/build/Vectorise/Env.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/Coverage.lhs -o compiler/stage2/build/Coverage.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Haddock.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/TypeRep.lhs -o compiler/stage2/build/TypeRep.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Demand.lhs -o compiler/stage2/build/Demand.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgBindery.lhs-boot -o compiler/stage2/build/CgBindery.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stage2/build/LibFFI.hs -o compiler/stage2/build/LibFFI.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Hugs.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Hugs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name haskeline-0.6.3 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build/autogen -Ilibraries/haskeline/includes -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package extensible-exceptions-0.1.1.2 -package filepath-1.2.0.0 -package mtl-1.1.1.0 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -package utf8-string-0.3.6 -split-objs -Wall -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XPatternSignatures -XCPP -XDeriveDataTypeable -XPatternGuards -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/haskeline/./System/Console/Haskeline/IO.hs -o libraries/haskeline/dist-install/build/System/Console/Haskeline/IO.p_o on the commandline: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Name.lhs -o compiler/stage2/build/Name.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/PackageConfig.hs -o compiler/stage2/build/PackageConfig.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/ForeignCall.lhs -o compiler/stage2/build/ForeignCall.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage2/build/RegAlloc/Graph/TrivColorable.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/GraphPpr.hs -o compiler/stage2/build/GraphPpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/GraphOps.hs -o compiler/stage2/build/GraphOps.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage2/build/RegAlloc/Graph/ArchX86.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsImpExp.lhs -o compiler/stage2/build/HsImpExp.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Builtins/Modules.hs -o compiler/stage2/build/Vectorise/Builtins/Modules.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/TcIface.lhs-boot -o compiler/stage2/build/TcIface.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/PrelRules.lhs -o compiler/stage2/build/PrelRules.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcRnMonad.lhs -o compiler/stage2/build/TcRnMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcUnify.lhs-boot -o compiler/stage2/build/TcUnify.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcExpr.lhs-boot -o compiler/stage2/build/TcExpr.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcSplice.lhs-boot -o compiler/stage2/build/TcSplice.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcMatches.lhs-boot -o compiler/stage2/build/TcMatches.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnExpr.lhs-boot -o compiler/stage2/build/RnExpr.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnHsDoc.hs -o compiler/stage2/build/RnHsDoc.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/HeaderInfo.hs -o compiler/stage2/build/HeaderInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/CodeOutput.lhs -o compiler/stage2/build/CodeOutput.dyn_o SpecConstr Function `relop{v s4eY} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `two_lits{v s4eW} [lid]' has 26 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage2/build/CmmBuildInfoTables.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage2/build/StgCmmHpc.dyn_o SpecConstr Function `a_s4gG{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s4gG{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage2/build/StgCmmHeap.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage2/build/StgCmmPrim.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/Cabal/./Distribution/Simple.hs -o libraries/Cabal/dist-install/build/Distribution/Simple.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/ErrUtils.lhs -o compiler/stage2/build/ErrUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Type.lhs -o compiler/stage2/build/Type.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Register.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Install.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Configure.p_o "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a.contents /usr/bin/find libraries/haskeline/dist-install/build/System/Console/Haskeline_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Completion_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Encoding_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/MonadException_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/History_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/IO_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Terminfo_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/WCWidth_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/DumbTerm_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Completion_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/History_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/KillRing_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Emacs_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/InputT_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Key_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/LineState_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Monads_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Prefs_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/RunCommand_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Term_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/Undo_p_o_split libraries/haskeline/dist-install/build/System/Console/Haskeline/Vi_p_o_split -name '*.p_o' -print >> libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a.contents echo libraries/haskeline/dist-install/build/cbits/h_iconv.p_o libraries/haskeline/dist-install/build/cbits/h_wcwidth.p_o `/usr/bin/find libraries/haskeline/dist-install/build -name "*_stub.p_o" -print` >> libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a.contents "/usr/bin/ar" q libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a @libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a.contents /usr/bin/ar: creating libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/RdrName.lhs -o compiler/stage2/build/RdrName.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Var.lhs -o compiler/stage2/build/Var.p_o "rm" -f libraries/haskeline/dist-install/build/libHShaskeline-0.6.3_p.a.contents "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/DataCon.lhs-boot -o compiler/stage2/build/DataCon.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/NameSet.lhs -o compiler/stage2/build/NameSet.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/utils/GraphColor.hs -o compiler/stage2/build/GraphColor.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/NameEnv.lhs -o compiler/stage2/build/NameEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/Annotations.lhs -o compiler/stage2/build/Annotations.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/basicTypes/MkId.lhs -o compiler/stage2/build/MkId.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcMType.lhs -o compiler/stage2/build/TcMType.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/cmm/CmmCPSZ.hs -o compiler/stage2/build/CmmCPSZ.dyn_o "rm" -f libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a.contents /usr/bin/find libraries/Cabal/dist-install/build/Distribution/Compiler_o_split libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo_o_split libraries/Cabal/dist-install/build/Distribution/License_o_split libraries/Cabal/dist-install/build/Distribution/Make_o_split libraries/Cabal/dist-install/build/Distribution/ModuleName_o_split libraries/Cabal/dist-install/build/Distribution/Package_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check_o_split libraries/Cabal/dist-install/build/Distribution/ParseUtils_o_split libraries/Cabal/dist-install/build/Distribution/ReadE_o_split libraries/Cabal/dist-install/build/Distribution/Simple_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Build_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule_o_split libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Command_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Compiler_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Configure_o_split libraries/Cabal/dist-install/build/Distribution/Simple/GHC_o_split libraries/Cabal/dist-install/build/Distribution/Simple/LHC_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Haddock_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Hugs_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Install_o_split libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs_o_split libraries/Cabal/dist-install/build/Distribution/Simple/JHC_o_split libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo_o_split libraries/Cabal/dist-install/build/Distribution/Simple/NHC_o_split libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex_o_split libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess_o_split libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Register_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Setup_o_split libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Test_o_split libraries/Cabal/dist-install/build/Distribution/Simple/UHC_o_split libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Utils_o_split libraries/Cabal/dist-install/build/Distribution/System_o_split libraries/Cabal/dist-install/build/Distribution/TestSuite_o_split libraries/Cabal/dist-install/build/Distribution/Text_o_split libraries/Cabal/dist-install/build/Distribution/Verbosity_o_split libraries/Cabal/dist-install/build/Distribution/Version_o_split libraries/Cabal/dist-install/build/Distribution/Compat/ReadP_o_split libraries/Cabal/dist-install/build/Language/Haskell/Extension_o_split libraries/Cabal/dist-install/build/Distribution/GetOpt_o_split libraries/Cabal/dist-install/build/Distribution/Compat/Exception_o_split libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile_o_split libraries/Cabal/dist-install/build/Distribution/Compat/TempFile_o_split libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641_o_split libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642_o_split libraries/Cabal/dist-install/build/Paths_Cabal_o_split -name '*.o' -print >> libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a.contents echo `/usr/bin/find libraries/Cabal/dist-install/build -name "*_stub.o" -print` >> libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a.contents "/usr/bin/ar" q libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a @libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a.contents /usr/bin/ar: creating libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Coercion.lhs -o compiler/stage2/build/Coercion.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Packages.lhs -o compiler/stage2/build/Packages.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsTypes.lhs -o compiler/stage2/build/HsTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/Lexer.hs -o compiler/stage2/build/Lexer.o "rm" -f libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/SysTools.lhs -o compiler/stage2/build/SysTools.o "/usr/bin/ld" -r -o libraries/Cabal/dist-install/build/HSCabal-1.10.0.0.o libraries/Cabal/dist-install/build/Distribution/Compiler.o libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo.o libraries/Cabal/dist-install/build/Distribution/License.o libraries/Cabal/dist-install/build/Distribution/Make.o libraries/Cabal/dist-install/build/Distribution/ModuleName.o libraries/Cabal/dist-install/build/Distribution/Package.o libraries/Cabal/dist-install/build/Distribution/PackageDescription.o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration.o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse.o libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check.o libraries/Cabal/dist-install/build/Distribution/ParseUtils.o libraries/Cabal/dist-install/build/Distribution/ReadE.o libraries/Cabal/dist-install/build/Distribution/Simple.o libraries/Cabal/dist-install/build/Distribution/Simple/Build.o libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros.o libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule.o libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths.o libraries/Cabal/dist-install/build/Distribution/Simple/Command.o libraries/Cabal/dist-install/build/Distribution/Simple/Compiler.o libraries/Cabal/dist-install/build/Distribution/Simple/Configure.o libraries/Cabal/dist-install/build/Distribution/Simple/GHC.o libraries/Cabal/dist-install/build/Distribution/Simple/LHC.o libraries/Cabal/dist-install/build/Distribution/Simple/Haddock.o libraries/Cabal/dist-install/build/Distribution/Simple/Hugs.o libraries/Cabal/dist-install/build/Distribution/Simple/Install.o libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs.o libraries/Cabal/dist-install/build/Distribution/Simple/JHC.o libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo.o libraries/Cabal/dist-install/build/Distribution/Simple/NHC.o libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex.o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess.o libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit.o libraries/Cabal/dist-install/build/Distribution/Simple/Program.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script.o libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types.o libraries/Cabal/dist-install/build/Distribution/Simple/Register.o libraries/Cabal/dist-install/build/Distribution/Simple/Setup.o libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist.o libraries/Cabal/dist-install/build/Distribution/Simple/Test.o libraries/Cabal/dist-install/build/Distribution/Simple/UHC.o libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks.o libraries/Cabal/dist-install/build/Distribution/Simple/Utils.o libraries/Cabal/dist-install/build/Distribution/System.o libraries/Cabal/dist-install/build/Distribution/TestSuite.o libraries/Cabal/dist-install/build/Distribution/Text.o libraries/Cabal/dist-install/build/Distribution/Verbosity.o libraries/Cabal/dist-install/build/Distribution/Version.o libraries/Cabal/dist-install/build/Distribution/Compat/ReadP.o libraries/Cabal/dist-install/build/Language/Haskell/Extension.o libraries/Cabal/dist-install/build/Distribution/GetOpt.o libraries/Cabal/dist-install/build/Distribution/Compat/Exception.o libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile.o libraries/Cabal/dist-install/build/Distribution/Compat/TempFile.o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641.o libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642.o libraries/Cabal/dist-install/build/Paths_Cabal.o `/usr/bin/find libraries/Cabal/dist-install/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Build.p_o SpecConstr Function `a_X6lO{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_X6lN{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_X6lN{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s6gS{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/PrelNames.lhs -o compiler/stage2/build/PrelNames.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/profiling/CostCentre.lhs -o compiler/stage2/build/CostCentre.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/Class.lhs -o compiler/stage2/build/Class.p_o SpecConstr Function `$j_s2tf{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/VarSet.lhs -o compiler/stage2/build/VarSet.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/IfaceEnv.lhs -o compiler/stage2/build/IfaceEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/prelude/PrelInfo.lhs -o compiler/stage2/build/PrelInfo.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stranal/WwLib.lhs -o compiler/stage2/build/WwLib.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcHsSyn.lhs -o compiler/stage2/build/TcHsSyn.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/FamInst.lhs -o compiler/stage2/build/FamInst.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/ByteCodeGen.lhs -o compiler/stage2/build/ByteCodeGen.dyn_o "inplace/bin/ghc-stage1" -o utils/hsc2hs/dist-install/build/tmp/hsc2hs -H32m -O -lffi -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/autogen -Iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build/autogen -optP-include -optPutils/hsc2hs/dist-install/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package haskell98-1.1.0.0 -package process-1.0.1.4 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -DNEW_GHC_LAYOUT -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -hisuf hi -osuf o -hcsuf hc utils/hsc2hs/dist-install/build/Main.o utils/hsc2hs/dist-install/build/Paths_hsc2hs.o "inplace/bin/ghc-stage1" -o utils/ghc-pkg/dist-install/build/tmp/ghc-pkg -H32m -O -lffi -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build/autogen -optP-include -optPutils/ghc-pkg/dist-install/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-binary-0.5.0.2 -package haskell98-1.1.0.0 -package process-1.0.1.4 -package terminfo-0.3.1.3 -package unix-2.4.1.0 -XCPP -XForeignFunctionInterface -no-user-package-conf -rtsopts -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -hisuf hi -osuf o -hcsuf hc utils/ghc-pkg/dist-install/build/Main.o utils/ghc-pkg/dist-install/build/Version.o "inplace/bin/ghc-stage1" -o utils/hpc/dist/build/tmp/hpc -H32m -O -lffi -i -iutils/hpc/. -iutils/hpc/dist/build -iutils/hpc/dist/build/autogen -Iutils/hpc/dist/build -Iutils/hpc/dist/build/autogen -cpp -package hpc -no-user-package-conf -rtsopts -odir utils/hpc/dist/build -hidir utils/hpc/dist/build -stubdir utils/hpc/dist/build -hisuf hi -osuf o -hcsuf hc utils/hpc/dist/build/Main.o utils/hpc/dist/build/HpcCombine.o utils/hpc/dist/build/HpcDraft.o utils/hpc/dist/build/HpcFlags.o utils/hpc/dist/build/HpcLexer.o utils/hpc/dist/build/HpcMap.o utils/hpc/dist/build/HpcMarkup.o utils/hpc/dist/build/HpcOverlay.o utils/hpc/dist/build/HpcParser.o utils/hpc/dist/build/HpcReport.o utils/hpc/dist/build/HpcSet.o utils/hpc/dist/build/HpcShowTix.o utils/hpc/dist/build/HpcUtils.o "inplace/bin/ghc-stage1" -o utils/runghc/dist/build/tmp/runghc -H32m -O -lffi -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist/build -iutils/runghc/dist/build/autogen -Iutils/runghc/dist/build -Iutils/runghc/dist/build/autogen -optP-include -optPutils/runghc/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package process-1.0.1.4 -no-user-package-conf -rtsopts -cpp -DVERSION="\"7.0.1\"" -odir utils/runghc/dist/build -hidir utils/runghc/dist/build -stubdir utils/runghc/dist/build -hisuf hi -osuf o -hcsuf hc utils/runghc/dist/build/Main.o "inplace/bin/ghc-stage1" -o utils/compare_sizes/dist/build/tmp/compareSizes -H32m -O -lffi -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist/build -iutils/compare_sizes/dist/build/autogen -Iutils/compare_sizes/dist/build -Iutils/compare_sizes/dist/build/autogen -optP-include -optPutils/compare_sizes/dist/build/autogen/cabal_macros.h -package base-4.3.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -no-user-package-conf -rtsopts -odir utils/compare_sizes/dist/build -hidir utils/compare_sizes/dist/build -stubdir utils/compare_sizes/dist/build -hisuf hi -osuf o -hcsuf hc utils/compare_sizes/dist/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/DataCon.lhs -o compiler/stage2/build/DataCon.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/TysPrim.lhs -o compiler/stage2/build/TysPrim.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsLit.lhs -o compiler/stage2/build/HsLit.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/dist-install/build/Distribution/Simple/Haddock.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/DynFlags.hs -o compiler/stage2/build/DynFlags.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/TyCon.lhs -o compiler/stage2/build/TyCon.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/VarEnv.lhs -o compiler/stage2/build/VarEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Builtins/Prelude.hs -o compiler/stage2/build/Vectorise/Builtins/Prelude.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/BinIface.hs -o compiler/stage2/build/BinIface.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/stranal/WorkWrap.lhs -o compiler/stage2/build/WorkWrap.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/BuildTyCl.lhs -o compiler/stage2/build/BuildTyCl.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcGenDeriv.lhs -o compiler/stage2/build/TcGenDeriv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgCon.lhs -o compiler/stage2/build/CgCon.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmCon.hs -o compiler/stage2/build/StgCmmCon.dyn_o "cp" -p utils/hpc/dist/build/tmp/hpc inplace/bin/hpc touch inplace/bin/hpc "cp" -p utils/runghc/dist/build/tmp/runghc inplace/lib/runghc touch inplace/lib/runghc "cp" -p utils/compare_sizes/dist/build/tmp/compareSizes inplace/bin/compareSizes touch inplace/bin/compareSizes "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/MkId.lhs-boot -o compiler/stage2/build/MkId.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Literal.lhs -o compiler/stage2/build/Literal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Unify.lhs -o compiler/stage2/build/Unify.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage2/build/Vectorise/Type/Classify.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name Cabal-1.10.0.0 -hide-all-packages -i -ilibraries/Cabal/. -ilibraries/Cabal/dist-install/build -ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/dist-install/build -Ilibraries/Cabal/dist-install/build/autogen -Ilibraries/Cabal/. -optP-include -optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package old-time-1.0.0.6 -package pretty-1.0.1.2 -package process-1.0.1.4 -package unix-2.4.1.0 -split-objs -fwarn-tabs -Wall -fno-ignore-asserts -XCPP -no-user-package-conf -rtsopts -O2 -XGenerics -odir libraries/Cabal/dist-install/build -hidir libraries/Cabal/dist-install/build -stubdir libraries/Cabal/dist-install/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c libraries/Cabal/./Distribution/Simple.hs -o libraries/Cabal/dist-install/build/Distribution/Simple.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/TypeRep.lhs -o compiler/stage2/build/TypeRep.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Demand.lhs -o compiler/stage2/build/Demand.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgBindery.lhs-boot -o compiler/stage2/build/CgBindery.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stage2/build/LibFFI.hs -o compiler/stage2/build/LibFFI.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/LoadIface.lhs -o compiler/stage2/build/LoadIface.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgCase.lhs -o compiler/stage2/build/CgCase.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage2/build/StgCmmExpr.dyn_o "rm" -f inplace/bin/runghc echo '#!/bin/sh' >> inplace/bin/runghc echo 'executablename="/builddir/build/BUILD/ghc-7.0.1/inplace/lib/runghc"' >> inplace/bin/runghc echo 'datadir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/runghc echo 'bindir="/builddir/build/BUILD/ghc-7.0.1/inplace/bin"' >> inplace/bin/runghc echo 'topdir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/runghc echo 'pgmgcc="/usr/bin/gcc"' >> inplace/bin/runghc cat utils/runghc/runghc.wrapper >> inplace/bin/runghc "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/TysWiredIn.lhs -o compiler/stage2/build/TysWiredIn.o chmod +x inplace/bin/runghc "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreSyn.lhs -o compiler/stage2/build/CoreSyn.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/OptCoercion.lhs -o compiler/stage2/build/OptCoercion.o "rm" -f libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a.contents /usr/bin/find libraries/Cabal/dist-install/build/Distribution/Compiler_p_o_split libraries/Cabal/dist-install/build/Distribution/InstalledPackageInfo_p_o_split libraries/Cabal/dist-install/build/Distribution/License_p_o_split libraries/Cabal/dist-install/build/Distribution/Make_p_o_split libraries/Cabal/dist-install/build/Distribution/ModuleName_p_o_split libraries/Cabal/dist-install/build/Distribution/Package_p_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription_p_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription/Configuration_p_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription/Parse_p_o_split libraries/Cabal/dist-install/build/Distribution/PackageDescription/Check_p_o_split libraries/Cabal/dist-install/build/Distribution/ParseUtils_p_o_split libraries/Cabal/dist-install/build/Distribution/ReadE_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Build_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Build/Macros_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Build/PathsModule_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/BuildPaths_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Command_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Compiler_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Configure_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/GHC_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/LHC_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Haddock_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Hugs_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Install_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/InstallDirs_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/JHC_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/LocalBuildInfo_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/NHC_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/PackageIndex_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/PreProcess/Unlit_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ar_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Builtin_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Db_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/HcPkg_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Ld_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Run_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Script_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Program/Types_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Register_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Setup_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/SrcDist_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Test_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/UHC_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/UserHooks_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/Utils_p_o_split libraries/Cabal/dist-install/build/Distribution/System_p_o_split libraries/Cabal/dist-install/build/Distribution/TestSuite_p_o_split libraries/Cabal/dist-install/build/Distribution/Text_p_o_split libraries/Cabal/dist-install/build/Distribution/Verbosity_p_o_split libraries/Cabal/dist-install/build/Distribution/Version_p_o_split libraries/Cabal/dist-install/build/Distribution/Compat/ReadP_p_o_split libraries/Cabal/dist-install/build/Language/Haskell/Extension_p_o_split libraries/Cabal/dist-install/build/Distribution/GetOpt_p_o_split libraries/Cabal/dist-install/build/Distribution/Compat/Exception_p_o_split libraries/Cabal/dist-install/build/Distribution/Compat/CopyFile_p_o_split libraries/Cabal/dist-install/build/Distribution/Compat/TempFile_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI641_p_o_split libraries/Cabal/dist-install/build/Distribution/Simple/GHC/IPI642_p_o_split libraries/Cabal/dist-install/build/Paths_Cabal_p_o_split -name '*.p_o' -print >> libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a.contents echo `/usr/bin/find libraries/Cabal/dist-install/build -name "*_stub.p_o" -print` >> libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a.contents "/usr/bin/ar" q libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a @libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a.contents /usr/bin/ar: creating libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/Type.lhs -o compiler/stage2/build/Type.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/TcIface.lhs -o compiler/stage2/build/TcIface.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/iface/MkIface.lhs -o compiler/stage2/build/MkIface.dyn_o "rm" -f libraries/Cabal/dist-install/build/libHSCabal-1.10.0.0_p.a.contents "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgLetNoEscape.lhs -o compiler/stage2/build/CgLetNoEscape.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmmBind.hs -o compiler/stage2/build/StgCmmBind.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/Linker.lhs -o compiler/stage2/build/Linker.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrimOp.lhs -o compiler/stage2/build/PrimOp.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage2/build/Vectorise/Builtins/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage2/build/Vectorise/Vect.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/ErrUtils.lhs -o compiler/stage2/build/ErrUtils.p_o SpecConstr Function `$wlvl{v s7g6} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7g6} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7g6} [lid]' has two call patterns, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7g6} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7g6} [lid]' has two call patterns, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/Coercion.lhs -o compiler/stage2/build/Coercion.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsTypes.lhs -o compiler/stage2/build/HsTypes.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsMonad.lhs -o compiler/stage2/build/DsMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcEnv.lhs -o compiler/stage2/build/TcEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CgExpr.lhs -o compiler/stage2/build/CgExpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/StgCmm.hs -o compiler/stage2/build/StgCmm.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/IdInfo.lhs -o compiler/stage2/build/IdInfo.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/DataCon.lhs -o compiler/stage2/build/DataCon.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/TysPrim.lhs -o compiler/stage2/build/TysPrim.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/Packages.lhs -o compiler/stage2/build/Packages.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsLit.lhs -o compiler/stage2/build/HsLit.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/Lexer.hs -o compiler/stage2/build/Lexer.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/SysTools.lhs -o compiler/stage2/build/SysTools.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsExpr.lhs-boot -o compiler/stage2/build/DsExpr.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/Match.lhs-boot -o compiler/stage2/build/Match.dyn_o-boot "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/Inst.lhs -o compiler/stage2/build/Inst.dyn_o SpecConstr Function `a_X6lO{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_X6lN{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_X6lN{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s6gS{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnEnv.lhs -o compiler/stage2/build/RnEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/CoreMonad.lhs -o compiler/stage2/build/CoreMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/codeGen/CodeGen.lhs -o compiler/stage2/build/CodeGen.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage2/build/Vectorise/Builtins/Initialise.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsCCall.lhs -o compiler/stage2/build/DsCCall.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CLabel.hs -o compiler/stage2/build/CLabel.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/Id.lhs -o compiler/stage2/build/Id.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/MkId.lhs-boot -o compiler/stage2/build/MkId.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Literal.lhs -o compiler/stage2/build/Literal.p_o SpecConstr Function `$j_s4LM{v} [lid]' has 8 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/Unify.lhs -o compiler/stage2/build/Unify.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage2/build/Vectorise/Type/Classify.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsUtils.lhs -o compiler/stage2/build/DsUtils.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcSMonad.lhs -o compiler/stage2/build/TcSMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnTypes.lhs -o compiler/stage2/build/RnTypes.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnNames.lhs -o compiler/stage2/build/RnNames.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/TidyPgm.lhs -o compiler/stage2/build/TidyPgm.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/coreSyn/CorePrep.lhs -o compiler/stage2/build/CorePrep.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage2/build/Vectorise/Builtins.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/specialise/SpecConstr.lhs -o compiler/stage2/build/SpecConstr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/specialise/Specialise.lhs -o compiler/stage2/build/Specialise.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/SetLevels.lhs -o compiler/stage2/build/SetLevels.dyn_o SpecConstr Function `$j_s6la{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/SimplMonad.lhs -o compiler/stage2/build/SimplMonad.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsForeign.lhs -o compiler/stage2/build/DsForeign.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/PprCore.lhs -o compiler/stage2/build/PprCore.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/BlockId.hs -o compiler/stage2/build/BlockId.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PprBase.hs -o compiler/stage2/build/PprBase.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/IfaceType.lhs -o compiler/stage2/build/IfaceType.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/TysWiredIn.lhs -o compiler/stage2/build/TysWiredIn.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreSyn.lhs -o compiler/stage2/build/CoreSyn.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/OptCoercion.lhs -o compiler/stage2/build/OptCoercion.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/MatchLit.lhs -o compiler/stage2/build/MatchLit.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsGRHSs.lhs -o compiler/stage2/build/DsGRHSs.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcErrors.lhs -o compiler/stage2/build/TcErrors.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnPat.lhs -o compiler/stage2/build/RnPat.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage2/build/Vectorise/Monad/Base.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/FloatOut.lhs -o compiler/stage2/build/FloatOut.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/SimplEnv.lhs -o compiler/stage2/build/SimplEnv.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsBinds.lhs -o compiler/stage2/build/HsBinds.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmExpr.hs -o compiler/stage2/build/CmmExpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/IfaceSyn.lhs -o compiler/stage2/build/IfaceSyn.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage2/build/Llvm/Types.o SpecConstr Function `$j_s3z6{v} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -fforce-recomp -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/PrimOp.lhs -o compiler/stage2/build/PrimOp.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage2/build/Vectorise/Builtins/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage2/build/Vectorise/Vect.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsMeta.hs -o compiler/stage2/build/DsMeta.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsBinds.lhs -o compiler/stage2/build/DsBinds.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/Check.lhs -o compiler/stage2/build/Check.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcUnify.lhs -o compiler/stage2/build/TcUnify.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcCanonical.lhs -o compiler/stage2/build/TcCanonical.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnBinds.lhs -o compiler/stage2/build/RnBinds.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage2/build/Vectorise/Monad/Global.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage2/build/Vectorise/Monad/Local.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage2/build/Vectorise/Monad/Naming.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/SimplUtils.lhs -o compiler/stage2/build/SimplUtils.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsPat.lhs -o compiler/stage2/build/HsPat.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/SMRep.lhs -o compiler/stage2/build/SMRep.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/RegPlate.hs -o compiler/stage2/build/SPARC/RegPlate.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage2/build/Llvm/AbsSyn.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/IdInfo.lhs -o compiler/stage2/build/IdInfo.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/MatchCon.lhs -o compiler/stage2/build/MatchCon.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcHsType.lhs -o compiler/stage2/build/TcHsType.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcInteract.lhs -o compiler/stage2/build/TcInteract.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnSource.lhs -o compiler/stage2/build/RnSource.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage2/build/Vectorise/Monad/InstEnv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/Simplify.lhs -o compiler/stage2/build/Simplify.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/RtClosureInspect.hs -o compiler/stage2/build/RtClosureInspect.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsDecls.lhs -o compiler/stage2/build/HsDecls.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/Bitmap.hs -o compiler/stage2/build/Bitmap.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage2/build/Llvm/PpLlvm.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CLabel.hs -o compiler/stage2/build/CLabel.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/Id.lhs -o compiler/stage2/build/Id.p_o SpecConstr Function `$j_s4LM{v} [lid]' has 8 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/Match.lhs -o compiler/stage2/build/Match.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcSimplify.lhs -o compiler/stage2/build/TcSimplify.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcPat.lhs -o compiler/stage2/build/TcPat.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/rename/RnExpr.lhs -o compiler/stage2/build/RnExpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage2/build/Vectorise/Monad.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stgSyn/StgSyn.lhs -o compiler/stage2/build/StgSyn.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/Llvm.hs -o compiler/stage2/build/Llvm.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/PprCore.lhs -o compiler/stage2/build/PprCore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/BlockId.hs -o compiler/stage2/build/BlockId.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PprBase.hs -o compiler/stage2/build/PprBase.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/IfaceType.lhs -o compiler/stage2/build/IfaceType.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsArrows.lhs -o compiler/stage2/build/DsArrows.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsListComp.lhs -o compiler/stage2/build/DsListComp.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcBinds.lhs -o compiler/stage2/build/TcBinds.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcDefaults.lhs -o compiler/stage2/build/TcDefaults.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage2/build/Vectorise/Utils/Base.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsExpr.lhs -o compiler/stage2/build/HsExpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage2/build/LlvmCodeGen/Regs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplStg/SRT.lhs -o compiler/stage2/build/SRT.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplStg/StgStats.lhs -o compiler/stage2/build/StgStats.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stgSyn/StgLint.lhs -o compiler/stage2/build/StgLint.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/profiling/SCCfinal.lhs -o compiler/stage2/build/SCCfinal.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsBinds.lhs -o compiler/stage2/build/HsBinds.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmExpr.hs -o compiler/stage2/build/CmmExpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/IfaceSyn.lhs -o compiler/stage2/build/IfaceSyn.p_o SpecConstr Function `$j_s3z6{v} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage2/build/Llvm/Types.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/DsExpr.lhs -o compiler/stage2/build/DsExpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcMatches.lhs -o compiler/stage2/build/TcMatches.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcClassDcl.lhs -o compiler/stage2/build/TcClassDcl.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage2/build/Vectorise/Utils/PADict.dyn_o SpecConstr Function `ghc-7.0.1:TcClassDcl.eqPatType{v r2Wm} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplStg/SimplStg.lhs -o compiler/stage2/build/SimplStg.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsPat.lhs -o compiler/stage2/build/HsPat.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/SMRep.lhs -o compiler/stage2/build/SMRep.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/RegPlate.hs -o compiler/stage2/build/SPARC/RegPlate.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage2/build/Llvm/AbsSyn.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcArrows.lhs -o compiler/stage2/build/TcArrows.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcTyClsDecls.lhs -o compiler/stage2/build/TcTyClsDecls.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcDeriv.lhs -o compiler/stage2/build/TcDeriv.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage2/build/Vectorise/Utils/Poly.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils/PRDict.hs -o compiler/stage2/build/Vectorise/Utils/PRDict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/deSugar/Desugar.lhs -o compiler/stage2/build/Desugar.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcType.lhs -o compiler/stage2/build/TcType.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsUtils.lhs -o compiler/stage2/build/HsUtils.o SpecConstr Function `$j_s85F{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsDecls.lhs -o compiler/stage2/build/HsDecls.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/Bitmap.hs -o compiler/stage2/build/Bitmap.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage2/build/Llvm/PpLlvm.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcExpr.lhs -o compiler/stage2/build/TcExpr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage2/build/Vectorise/Utils/Hoisting.dyn_o SpecConstr Function `$j_s2Ov{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/ClosureInfo.lhs -o compiler/stage2/build/ClosureInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreUtils.lhs -o compiler/stage2/build/CoreUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreFVs.lhs -o compiler/stage2/build/CoreFVs.o SpecConstr Function `go{v X4us} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/InstEnv.lhs -o compiler/stage2/build/InstEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/HsSyn.lhs -o compiler/stage2/build/HsSyn.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stgSyn/StgSyn.lhs -o compiler/stage2/build/StgSyn.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/Llvm.hs -o compiler/stage2/build/Llvm.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcInstDcls.lhs -o compiler/stage2/build/TcInstDcls.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage2/build/Vectorise/Utils/Closure.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/Cmm.hs -o compiler/stage2/build/Cmm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/OccurAnal.lhs -o compiler/stage2/build/OccurAnal.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/FamInstEnv.lhs -o compiler/stage2/build/FamInstEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreLint.lhs -o compiler/stage2/build/CoreLint.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/FunDeps.lhs -o compiler/stage2/build/FunDeps.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnHsSyn.lhs -o compiler/stage2/build/RnHsSyn.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/RdrHsSyn.lhs -o compiler/stage2/build/RdrHsSyn.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/HaddockUtils.hs -o compiler/stage2/build/HaddockUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/types/Generics.lhs -o compiler/stage2/build/Generics.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HscStats.lhs -o compiler/stage2/build/HscStats.o SpecConstr Function `$j_s4LT{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SAT.lhs -o compiler/stage2/build/SAT.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/FloatIn.lhs -o compiler/stage2/build/FloatIn.o SpecConstr Function `check{v s6ik} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bi} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bk} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bo} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bi} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bk} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bo} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/CSE.lhs -o compiler/stage2/build/CSE.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsExpr.lhs -o compiler/stage2/build/HsExpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage2/build/LlvmCodeGen/Regs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplStg/SRT.lhs -o compiler/stage2/build/SRT.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplStg/StgStats.lhs -o compiler/stage2/build/StgStats.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stgSyn/StgLint.lhs -o compiler/stage2/build/StgLint.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/profiling/SCCfinal.lhs -o compiler/stage2/build/SCCfinal.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcForeign.lhs -o compiler/stage2/build/TcForeign.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcRules.lhs -o compiler/stage2/build/TcRules.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcAnnotations.lhs -o compiler/stage2/build/TcAnnotations.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage2/build/Vectorise/Utils.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmUtils.hs -o compiler/stage2/build/CmmUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Regs.hs -o compiler/stage2/build/X86/Regs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Size.hs -o compiler/stage2/build/Size.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/Instruction.hs -o compiler/stage2/build/Instruction.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage2/build/SPARC/Imm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreSubst.lhs -o compiler/stage2/build/CoreSubst.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/hsSyn/Convert.lhs -o compiler/stage2/build/Convert.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage2/build/StgCmmClosure.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLive.hs -o compiler/stage2/build/CmmLive.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLex.hs -o compiler/stage2/build/CmmLex.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/ParserCore.hs -o compiler/stage2/build/ParserCore.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplStg/SimplStg.lhs -o compiler/stage2/build/SimplStg.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcRnDriver.lhs -o compiler/stage2/build/TcRnDriver.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage2/build/Vectorise/Type/Type.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/Repr.hs -o compiler/stage2/build/Vectorise/Type/Repr.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/PprCmm.hs -o compiler/stage2/build/PprCmm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmOpt.hs -o compiler/stage2/build/CmmOpt.o SpecConstr Function `$j_X3la{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s3bx{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgMonad.lhs -o compiler/stage2/build/CgMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage2/build/X86/RegInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage2/build/PPC/Regs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage2/build/SPARC/AddrMode.o SpecConstr Function `$j_s9YO{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreArity.lhs -o compiler/stage2/build/CoreArity.o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage2/build/Vectorise/Var.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage2/build/Vectorise/Convert.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/PRepr.hs -o compiler/stage2/build/Vectorise/Type/PRepr.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/PData.hs -o compiler/stage2/build/Vectorise/Type/PData.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/PRDict.hs -o compiler/stage2/build/Vectorise/Type/PRDict.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage2/build/Vectorise/Type/TyConDecl.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgUtils.hs -o compiler/stage2/build/CgUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/TargetReg.hs -o compiler/stage2/build/TargetReg.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage2/build/SPARC/Regs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage2/build/RegAlloc/Liveness.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipCfg.hs -o compiler/stage2/build/ZipCfg.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreTidy.lhs -o compiler/stage2/build/CoreTidy.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CoreUnfold.lhs -o compiler/stage2/build/CoreUnfold.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLint.hs -o compiler/stage2/build/CmmLint.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/PprC.hs -o compiler/stage2/build/PprC.o SpecConstr Function `$j_s2se{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgExpr.lhs-boot -o compiler/stage2/build/CgExpr.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgExtCode.hs -o compiler/stage2/build/CgExtCode.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stgSyn/CoreToStg.lhs -o compiler/stage2/build/CoreToStg.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stranal/DmdAnal.lhs -o compiler/stage2/build/DmdAnal.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcType.lhs -o compiler/stage2/build/TcType.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsUtils.lhs -o compiler/stage2/build/HsUtils.p_o SpecConstr Function `ghc-7.0.1:DmdAnal.both{v r1Vn} [lidx]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `ghc-7.0.1:DmdAnal.lub{v r1V9} [lid]' has 7 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage2/build/Vectorise/Exp.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/PADict.hs -o compiler/stage2/build/Vectorise/Type/PADict.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/NCGMonad.hs -o compiler/stage2/build/NCGMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Instr.hs -o compiler/stage2/build/X86/Instr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage2/build/PPC/Instr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage2/build/SPARC/Stack.o SpecConstr Function `$j_s4rJ{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage2/build/RegAlloc/Graph/Coalesce.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage2/build/RegAlloc/Graph/SpillCost.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage2/build/RegAlloc/Graph/Spill.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage2/build/RegAlloc/Graph/SpillClean.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/OptimizationFuel.hs -o compiler/stage2/build/OptimizationFuel.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/specialise/Rules.lhs -o compiler/stage2/build/Rules.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgProf.hs -o compiler/stage2/build/CgProf.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgTicky.hs -o compiler/stage2/build/CgTicky.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage2/build/LlvmCodeGen/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/MkZipCfg.hs -o compiler/stage2/build/MkZipCfg.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmZipUtil.hs -o compiler/stage2/build/CmmZipUtil.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmBrokenBlock.hs -o compiler/stage2/build/CmmBrokenBlock.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/LiberateCase.lhs -o compiler/stage2/build/LiberateCase.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipCfgExtras.hs -o compiler/stage2/build/ZipCfgExtras.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/ClosureInfo.lhs -o compiler/stage2/build/ClosureInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreUtils.lhs -o compiler/stage2/build/CoreUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreFVs.lhs -o compiler/stage2/build/CoreFVs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/InstEnv.lhs -o compiler/stage2/build/InstEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/HsSyn.lhs -o compiler/stage2/build/HsSyn.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage2/build/Vectorise/Type/Env.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PIC.hs -o compiler/stage2/build/PIC.o SpecConstr Function `go{v X4us} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage2/build/SPARC/Instr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage2/build/RegAlloc/Graph/Stats.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/FreeRegs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage2/build/X86/Ppr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage2/build/PPC/RegInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage2/build/PPC/Ppr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgStackery.lhs -o compiler/stage2/build/CgStackery.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage2/build/LlvmCodeGen/Data.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage2/build/LlvmCodeGen/CodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/DFMonad.hs -o compiler/stage2/build/DFMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmProcPoint.hs -o compiler/stage2/build/CmmProcPoint.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/Cmm.hs -o compiler/stage2/build/Cmm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/OccurAnal.lhs -o compiler/stage2/build/OccurAnal.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/FamInstEnv.lhs -o compiler/stage2/build/FamInstEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreLint.lhs -o compiler/stage2/build/CoreLint.p_o SpecConstr Function `$wa{v s4n5} [lid]' has 18 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/FunDeps.lhs -o compiler/stage2/build/FunDeps.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnHsSyn.lhs -o compiler/stage2/build/RnHsSyn.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/RdrHsSyn.lhs -o compiler/stage2/build/RdrHsSyn.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/HaddockUtils.hs -o compiler/stage2/build/HaddockUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/types/Generics.lhs -o compiler/stage2/build/Generics.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/HscStats.lhs -o compiler/stage2/build/HscStats.p_o SpecConstr Function `$j_s4LT{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/SAT.lhs -o compiler/stage2/build/SAT.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/FloatIn.lhs -o compiler/stage2/build/FloatIn.p_o SpecConstr Function `check{v s6ik} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bi} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bk} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bo} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bi} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bk} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bo} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bu} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `go{v X2bt} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/CSE.lhs -o compiler/stage2/build/CSE.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/vectorise/Vectorise.hs -o compiler/stage2/build/Vectorise.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage2/build/SPARC/Ppr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage2/build/RegAlloc/Graph/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage2/build/RegAlloc/Linear/StackMap.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage2/build/X86/CodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage2/build/PPC/CodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage2/build/SPARC/ShortcutJump.o SpecConstr Function `$j_s3h8{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage2/build/SPARC/CodeGen/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgCallConv.hs -o compiler/stage2/build/CgCallConv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage2/build/LlvmCodeGen/Ppr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipDataflow.hs -o compiler/stage2/build/ZipDataflow.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmUtils.hs -o compiler/stage2/build/CmmUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/X86/Regs.hs -o compiler/stage2/build/X86/Regs.p_o SpecConstr Function `$j_s6eZ{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$w$j{v s6l9} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Size.hs -o compiler/stage2/build/Size.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/Instruction.hs -o compiler/stage2/build/Instruction.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage2/build/SPARC/Imm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreSubst.lhs -o compiler/stage2/build/CoreSubst.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/hsSyn/Convert.lhs -o compiler/stage2/build/Convert.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage2/build/StgCmmClosure.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmLive.hs -o compiler/stage2/build/CmmLive.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmLex.hs -o compiler/stage2/build/CmmLex.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/ParserCore.hs -o compiler/stage2/build/ParserCore.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/simplCore/SimplCore.lhs -o compiler/stage2/build/SimplCore.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage2/build/SPARC/CodeGen/Expand.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage2/build/RegAlloc/Linear/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage2/build/SPARC/CodeGen/Gen32.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage2/build/SPARC/CodeGen/Sanity.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgParallel.hs -o compiler/stage2/build/CgParallel.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage2/build/LlvmMangler.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/ZipCfgCmmRep.hs -o compiler/stage2/build/ZipCfgCmmRep.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/PprCmm.hs -o compiler/stage2/build/PprCmm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmOpt.hs -o compiler/stage2/build/CmmOpt.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgMonad.lhs -o compiler/stage2/build/CgMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage2/build/X86/RegInfo.p_o SpecConstr Function `$j_X3la{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s3bx{v} [lid]' has five call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage2/build/PPC/Regs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage2/build/SPARC/AddrMode.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreArity.lhs -o compiler/stage2/build/CoreArity.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/HscMain.lhs -o compiler/stage2/build/HscMain.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage2/build/RegAlloc/Linear/Stats.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage2/build/SPARC/CodeGen/Amode.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage2/build/SPARC/CodeGen/CondCode.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgHeapery.lhs -o compiler/stage2/build/CgHeapery.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage2/build/LlvmCodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage2/build/CmmContFlowOpt.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCallConv.hs -o compiler/stage2/build/CmmCallConv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/PprCmmZ.hs -o compiler/stage2/build/PprCmmZ.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCommonBlockElimZ.hs -o compiler/stage2/build/CmmCommonBlockElimZ.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgUtils.hs -o compiler/stage2/build/CgUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/TargetReg.hs -o compiler/stage2/build/TargetReg.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage2/build/SPARC/Regs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage2/build/RegAlloc/Liveness.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/ZipCfg.hs -o compiler/stage2/build/ZipCfg.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreTidy.lhs -o compiler/stage2/build/CoreTidy.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CoreUnfold.lhs -o compiler/stage2/build/CoreUnfold.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmLint.hs -o compiler/stage2/build/CmmLint.p_o SpecConstr Function `$j_s2se{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/PprC.hs -o compiler/stage2/build/PprC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgExpr.lhs-boot -o compiler/stage2/build/CgExpr.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgExtCode.hs -o compiler/stage2/build/CgExtCode.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stgSyn/CoreToStg.lhs -o compiler/stage2/build/CoreToStg.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stranal/DmdAnal.lhs -o compiler/stage2/build/DmdAnal.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/typecheck/TcSplice.lhs -o compiler/stage2/build/TcSplice.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/DriverPipeline.hs -o compiler/stage2/build/DriverPipeline.dyn_o SpecConstr Function `ghc-7.0.1:DmdAnal.both{v r1Vn} [lidx]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `ghc-7.0.1:DmdAnal.lub{v r1V9} [lid]' has 7 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/InteractiveEval.hs -o compiler/stage2/build/InteractiveEval.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage2/build/RegAlloc/Linear/State.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage2/build/SPARC/CodeGen/Gen64.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ByteCodeItbls.lhs -o compiler/stage2/build/ByteCodeItbls.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/MkZipCfgCmm.hs -o compiler/stage2/build/MkZipCfgCmm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgBindery.lhs -o compiler/stage2/build/CgBindery.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmLiveZ.hs -o compiler/stage2/build/CmmLiveZ.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/NCGMonad.hs -o compiler/stage2/build/NCGMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/X86/Instr.hs -o compiler/stage2/build/X86/Instr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage2/build/PPC/Instr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage2/build/SPARC/Stack.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage2/build/RegAlloc/Graph/Coalesce.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage2/build/RegAlloc/Graph/SpillCost.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage2/build/RegAlloc/Graph/Spill.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage2/build/RegAlloc/Graph/SpillClean.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/OptimizationFuel.hs -o compiler/stage2/build/OptimizationFuel.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/specialise/Rules.lhs -o compiler/stage2/build/Rules.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgProf.hs -o compiler/stage2/build/CgProf.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgTicky.hs -o compiler/stage2/build/CgTicky.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage2/build/LlvmCodeGen/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/MkZipCfg.hs -o compiler/stage2/build/MkZipCfg.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmZipUtil.hs -o compiler/stage2/build/CmmZipUtil.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmBrokenBlock.hs -o compiler/stage2/build/CmmBrokenBlock.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/LiberateCase.lhs -o compiler/stage2/build/LiberateCase.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/ZipCfgExtras.hs -o compiler/stage2/build/ZipCfgExtras.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/GHC.hs -o compiler/stage2/build/GHC.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage2/build/SPARC/CodeGen/Gen32.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ByteCodeInstr.lhs -o compiler/stage2/build/ByteCodeInstr.o SpecConstr Function `ghc-7.0.1:RegAlloc.Linear.JoinToTargets.expandNode{v rTd} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCvt.hs -o compiler/stage2/build/CmmCvt.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgInfoTbls.hs -o compiler/stage2/build/CgInfoTbls.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmSpillReload.hs -o compiler/stage2/build/CmmSpillReload.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage2/build/StgCmmMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgForeignCall.hs -o compiler/stage2/build/CgForeignCall.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PIC.hs -o compiler/stage2/build/PIC.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage2/build/SPARC/Instr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage2/build/RegAlloc/Graph/Stats.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage2/build/RegAlloc/Linear/FreeRegs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage2/build/X86/Ppr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage2/build/PPC/RegInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage2/build/PPC/Ppr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgStackery.lhs -o compiler/stage2/build/CgStackery.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage2/build/LlvmCodeGen/Data.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage2/build/LlvmCodeGen/CodeGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/DFMonad.hs -o compiler/stage2/build/DFMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmProcPoint.hs -o compiler/stage2/build/CmmProcPoint.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/PprTyThing.hs -o compiler/stage2/build/PprTyThing.dyn_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/main/DriverMkDepend.hs -o compiler/stage2/build/DriverMkDepend.dyn_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage2/build/RegAlloc/Linear/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen/CCall.hs -o compiler/stage2/build/SPARC/CodeGen/CCall.o SpecConstr Function `$wa{v s4n5} [lid]' has 18 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ByteCodeAsm.lhs -o compiler/stage2/build/ByteCodeAsm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmInfo.hs -o compiler/stage2/build/CmmInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage2/build/StgCmmUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCPSGen.hs -o compiler/stage2/build/CmmCPSGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgClosure.lhs -o compiler/stage2/build/CgClosure.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgTailCall.lhs -o compiler/stage2/build/CgTailCall.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgPrimOp.hs -o compiler/stage2/build/CgPrimOp.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmGran.hs -o compiler/stage2/build/StgCmmGran.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage2/build/StgCmmBind.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/StackColor.hs -o compiler/stage2/build/StackColor.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage2/build/SPARC/Ppr.p_o SpecConstr Function `$j_s3ut{v} [lid]' has 60 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage2/build/RegAlloc/Graph/Main.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage2/build/RegAlloc/Linear/StackMap.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage2/build/X86/CodeGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage2/build/PPC/CodeGen.p_o SpecConstr Function `$j_s3h8{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage2/build/SPARC/ShortcutJump.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage2/build/SPARC/CodeGen/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgCallConv.hs -o compiler/stage2/build/CgCallConv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage2/build/LlvmCodeGen/Ppr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/ZipDataflow.hs -o compiler/stage2/build/ZipDataflow.p_o "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf dyn_hi -osuf dyn_o -hcsuf dyn_hc -c compiler/ghci/Debugger.hs -o compiler/stage2/build/Debugger.dyn_o SpecConstr Function `$j_s6eZ{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$w$j{v s6l9} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/AsmCodeGen.lhs -o compiler/stage2/build/AsmCodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage2/build/SPARC/CodeGen.o SpecConstr Function `$w$j{v s2Jt} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HscTypes.lhs -o compiler/stage2/build/HscTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmProcPointZ.hs -o compiler/stage2/build/CmmProcPointZ.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage2/build/StgCmmEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmProf.hs -o compiler/stage2/build/StgCmmProf.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCPS.hs -o compiler/stage2/build/CmmCPS.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmParse.hs -o compiler/stage2/build/CmmParse.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage2/build/StgCmmTicky.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ByteCodeLink.lhs -o compiler/stage2/build/ByteCodeLink.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage2/build/SPARC/CodeGen/Expand.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage2/build/RegAlloc/Linear/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage2/build/SPARC/CodeGen/Gen32.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage2/build/SPARC/CodeGen/Sanity.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgParallel.hs -o compiler/stage2/build/CgParallel.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage2/build/LlvmMangler.p_o "inplace/bin/ghc-stage1" compiler/stage2/build/AsmCodeGen.dyn_o compiler/stage2/build/TargetReg.dyn_o compiler/stage2/build/NCGMonad.dyn_o compiler/stage2/build/Instruction.dyn_o compiler/stage2/build/Size.dyn_o compiler/stage2/build/Reg.dyn_o compiler/stage2/build/RegClass.dyn_o compiler/stage2/build/PIC.dyn_o compiler/stage2/build/Platform.dyn_o compiler/stage2/build/Alpha/Regs.dyn_o compiler/stage2/build/Alpha/RegInfo.dyn_o compiler/stage2/build/Alpha/Instr.dyn_o compiler/stage2/build/Alpha/CodeGen.dyn_o compiler/stage2/build/X86/Regs.dyn_o compiler/stage2/build/X86/RegInfo.dyn_o compiler/stage2/build/X86/Instr.dyn_o compiler/stage2/build/X86/Cond.dyn_o compiler/stage2/build/X86/Ppr.dyn_o compiler/stage2/build/X86/CodeGen.dyn_o compiler/stage2/build/PPC/Regs.dyn_o compiler/stage2/build/PPC/RegInfo.dyn_o compiler/stage2/build/PPC/Instr.dyn_o compiler/stage2/build/PPC/Cond.dyn_o compiler/stage2/build/PPC/Ppr.dyn_o compiler/stage2/build/PPC/CodeGen.dyn_o compiler/stage2/build/SPARC/Base.dyn_o compiler/stage2/build/SPARC/Regs.dyn_o compiler/stage2/build/SPARC/RegPlate.dyn_o compiler/stage2/build/SPARC/Imm.dyn_o compiler/stage2/build/SPARC/AddrMode.dyn_o compiler/stage2/build/SPARC/Cond.dyn_o compiler/stage2/build/SPARC/Instr.dyn_o compiler/stage2/build/SPARC/Stack.dyn_o compiler/stage2/build/SPARC/ShortcutJump.dyn_o compiler/stage2/build/SPARC/Ppr.dyn_o compiler/stage2/build/SPARC/CodeGen.dyn_o compiler/stage2/build/SPARC/CodeGen/Amode.dyn_o compiler/stage2/build/SPARC/CodeGen/Base.dyn_o compiler/stage2/build/SPARC/CodeGen/CCall.dyn_o compiler/stage2/build/SPARC/CodeGen/CondCode.dyn_o compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o compiler/stage2/build/SPARC/CodeGen/Gen64.dyn_o compiler/stage2/build/SPARC/CodeGen/Sanity.dyn_o compiler/stage2/build/SPARC/CodeGen/Expand.dyn_o compiler/stage2/build/RegAlloc/Liveness.dyn_o compiler/stage2/build/RegAlloc/Graph/Main.dyn_o compiler/stage2/build/RegAlloc/Graph/Stats.dyn_o compiler/stage2/build/RegAlloc/Graph/ArchBase.dyn_o compiler/stage2/build/RegAlloc/Graph/ArchX86.dyn_o compiler/stage2/build/RegAlloc/Graph/Coalesce.dyn_o compiler/stage2/build/RegAlloc/Graph/Spill.dyn_o compiler/stage2/build/RegAlloc/Graph/SpillClean.dyn_o compiler/stage2/build/RegAlloc/Graph/SpillCost.dyn_o compiler/stage2/build/RegAlloc/Graph/TrivColorable.dyn_o compiler/stage2/build/RegAlloc/Linear/Main.dyn_o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.dyn_o compiler/stage2/build/RegAlloc/Linear/State.dyn_o compiler/stage2/build/RegAlloc/Linear/Stats.dyn_o compiler/stage2/build/RegAlloc/Linear/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/StackMap.dyn_o compiler/stage2/build/RegAlloc/Linear/Base.dyn_o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.dyn_o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.dyn_o compiler/stage2/build/DsMeta.dyn_o compiler/stage2/build/TcSplice.dyn_o compiler/stage2/build/Convert.dyn_o compiler/stage2/build/ByteCodeAsm.dyn_o compiler/stage2/build/ByteCodeFFI.dyn_o compiler/stage2/build/ByteCodeGen.dyn_o compiler/stage2/build/ByteCodeInstr.dyn_o compiler/stage2/build/ByteCodeItbls.dyn_o compiler/stage2/build/ByteCodeLink.dyn_o compiler/stage2/build/Debugger.dyn_o compiler/stage2/build/LibFFI.dyn_o compiler/stage2/build/Linker.dyn_o compiler/stage2/build/ObjLink.dyn_o compiler/stage2/build/RtClosureInspect.dyn_o compiler/stage2/build/BasicTypes.dyn_o compiler/stage2/build/DataCon.dyn_o compiler/stage2/build/Demand.dyn_o compiler/stage2/build/Exception.dyn_o compiler/stage2/build/Id.dyn_o compiler/stage2/build/IdInfo.dyn_o compiler/stage2/build/Literal.dyn_o compiler/stage2/build/Llvm.dyn_o compiler/stage2/build/Llvm/AbsSyn.dyn_o compiler/stage2/build/Llvm/PpLlvm.dyn_o compiler/stage2/build/Llvm/Types.dyn_o compiler/stage2/build/LlvmCodeGen.dyn_o compiler/stage2/build/LlvmCodeGen/Base.dyn_o compiler/stage2/build/LlvmCodeGen/CodeGen.dyn_o compiler/stage2/build/LlvmCodeGen/Data.dyn_o compiler/stage2/build/LlvmCodeGen/Ppr.dyn_o compiler/stage2/build/LlvmCodeGen/Regs.dyn_o compiler/stage2/build/LlvmMangler.dyn_o compiler/stage2/build/MkId.dyn_o compiler/stage2/build/Module.dyn_o compiler/stage2/build/Name.dyn_o compiler/stage2/build/NameEnv.dyn_o compiler/stage2/build/NameSet.dyn_o compiler/stage2/build/OccName.dyn_o compiler/stage2/build/RdrName.dyn_o compiler/stage2/build/SrcLoc.dyn_o compiler/stage2/build/UniqSupply.dyn_o compiler/stage2/build/Unique.dyn_o compiler/stage2/build/Var.dyn_o compiler/stage2/build/VarEnv.dyn_o compiler/stage2/build/VarSet.dyn_o compiler/stage2/build/BlockId.dyn_o compiler/stage2/build/CLabel.dyn_o compiler/stage2/build/Cmm.dyn_o compiler/stage2/build/CmmBrokenBlock.dyn_o compiler/stage2/build/CmmBuildInfoTables.dyn_o compiler/stage2/build/CmmCPS.dyn_o compiler/stage2/build/CmmCPSGen.dyn_o compiler/stage2/build/CmmCPSZ.dyn_o compiler/stage2/build/CmmCallConv.dyn_o compiler/stage2/build/CmmCommonBlockElimZ.dyn_o compiler/stage2/build/CmmContFlowOpt.dyn_o compiler/stage2/build/CmmCvt.dyn_o compiler/stage2/build/CmmExpr.dyn_o compiler/stage2/build/CmmInfo.dyn_o compiler/stage2/build/CmmLex.dyn_o compiler/stage2/build/CmmLint.dyn_o compiler/stage2/build/CmmLive.dyn_o compiler/stage2/build/CmmLiveZ.dyn_o compiler/stage2/build/CmmOpt.dyn_o compiler/stage2/build/CmmParse.dyn_o compiler/stage2/build/CmmProcPoint.dyn_o compiler/stage2/build/CmmProcPointZ.dyn_o compiler/stage2/build/CmmSpillReload.dyn_o compiler/stage2/build/CmmStackLayout.dyn_o compiler/stage2/build/CmmTx.dyn_o compiler/stage2/build/CmmUtils.dyn_o compiler/stage2/build/CmmZipUtil.dyn_o compiler/stage2/build/DFMonad.dyn_o compiler/stage2/build/Dataflow.dyn_o compiler/stage2/build/MkZipCfg.dyn_o compiler/stage2/build/MkZipCfgCmm.dyn_o compiler/stage2/build/OptimizationFuel.dyn_o compiler/stage2/build/PprBase.dyn_o compiler/stage2/build/PprC.dyn_o compiler/stage2/build/PprCmm.dyn_o compiler/stage2/build/PprCmmZ.dyn_o compiler/stage2/build/StackColor.dyn_o compiler/stage2/build/StackPlacements.dyn_o compiler/stage2/build/ZipCfg.dyn_o compiler/stage2/build/ZipCfgCmmRep.dyn_o compiler/stage2/build/ZipCfgExtras.dyn_o compiler/stage2/build/ZipDataflow.dyn_o compiler/stage2/build/Bitmap.dyn_o compiler/stage2/build/CgBindery.dyn_o compiler/stage2/build/CgCallConv.dyn_o compiler/stage2/build/CgCase.dyn_o compiler/stage2/build/CgClosure.dyn_o compiler/stage2/build/CgCon.dyn_o compiler/stage2/build/CgExpr.dyn_o compiler/stage2/build/CgExtCode.dyn_o compiler/stage2/build/CgForeignCall.dyn_o compiler/stage2/build/CgHeapery.dyn_o compiler/stage2/build/CgHpc.dyn_o compiler/stage2/build/CgInfoTbls.dyn_o compiler/stage2/build/CgLetNoEscape.dyn_o compiler/stage2/build/CgMonad.dyn_o compiler/stage2/build/CgParallel.dyn_o compiler/stage2/build/CgPrimOp.dyn_o compiler/stage2/build/CgProf.dyn_o compiler/stage2/build/CgStackery.dyn_o compiler/stage2/build/CgTailCall.dyn_o compiler/stage2/build/CgTicky.dyn_o compiler/stage2/build/CgUtils.dyn_o compiler/stage2/build/StgCmm.dyn_o compiler/stage2/build/StgCmmBind.dyn_o compiler/stage2/build/StgCmmClosure.dyn_o compiler/stage2/build/StgCmmCon.dyn_o compiler/stage2/build/StgCmmEnv.dyn_o compiler/stage2/build/StgCmmExpr.dyn_o compiler/stage2/build/StgCmmForeign.dyn_o compiler/stage2/build/StgCmmGran.dyn_o compiler/stage2/build/StgCmmHeap.dyn_o compiler/stage2/build/StgCmmHpc.dyn_o compiler/stage2/build/StgCmmLayout.dyn_o compiler/stage2/build/StgCmmMonad.dyn_o compiler/stage2/build/StgCmmPrim.dyn_o compiler/stage2/build/StgCmmProf.dyn_o compiler/stage2/build/StgCmmTicky.dyn_o compiler/stage2/build/StgCmmUtils.dyn_o compiler/stage2/build/ClosureInfo.dyn_o compiler/stage2/build/CodeGen.dyn_o compiler/stage2/build/SMRep.dyn_o compiler/stage2/build/CoreArity.dyn_o compiler/stage2/build/CoreFVs.dyn_o compiler/stage2/build/CoreLint.dyn_o compiler/stage2/build/CorePrep.dyn_o compiler/stage2/build/CoreSubst.dyn_o compiler/stage2/build/CoreSyn.dyn_o compiler/stage2/build/CoreTidy.dyn_o compiler/stage2/build/CoreUnfold.dyn_o compiler/stage2/build/CoreUtils.dyn_o compiler/stage2/build/ExternalCore.dyn_o compiler/stage2/build/MkCore.dyn_o compiler/stage2/build/MkExternalCore.dyn_o compiler/stage2/build/PprCore.dyn_o compiler/stage2/build/PprExternalCore.dyn_o compiler/stage2/build/Check.dyn_o compiler/stage2/build/Coverage.dyn_o compiler/stage2/build/Desugar.dyn_o compiler/stage2/build/DsArrows.dyn_o compiler/stage2/build/DsBinds.dyn_o compiler/stage2/build/DsCCall.dyn_o compiler/stage2/build/DsExpr.dyn_o compiler/stage2/build/DsForeign.dyn_o compiler/stage2/build/DsGRHSs.dyn_o compiler/stage2/build/DsListComp.dyn_o compiler/stage2/build/DsMonad.dyn_o compiler/stage2/build/DsUtils.dyn_o compiler/stage2/build/Match.dyn_o compiler/stage2/build/MatchCon.dyn_o compiler/stage2/build/MatchLit.dyn_o compiler/stage2/build/HsBinds.dyn_o compiler/stage2/build/HsDecls.dyn_o compiler/stage2/build/HsDoc.dyn_o compiler/stage2/build/HsExpr.dyn_o compiler/stage2/build/HsImpExp.dyn_o compiler/stage2/build/HsLit.dyn_o compiler/stage2/build/HsPat.dyn_o compiler/stage2/build/HsSyn.dyn_o compiler/stage2/build/HsTypes.dyn_o compiler/stage2/build/HsUtils.dyn_o compiler/stage2/build/BinIface.dyn_o compiler/stage2/build/BuildTyCl.dyn_o compiler/stage2/build/IfaceEnv.dyn_o compiler/stage2/build/IfaceSyn.dyn_o compiler/stage2/build/IfaceType.dyn_o compiler/stage2/build/LoadIface.dyn_o compiler/stage2/build/MkIface.dyn_o compiler/stage2/build/TcIface.dyn_o compiler/stage2/build/Annotations.dyn_o compiler/stage2/build/BreakArray.dyn_o compiler/stage2/build/CmdLineParser.dyn_o compiler/stage2/build/CodeOutput.dyn_o compiler/stage2/build/Config.dyn_o compiler/stage2/build/Constants.dyn_o compiler/stage2/build/DriverMkDepend.dyn_o compiler/stage2/build/DriverPhases.dyn_o compiler/stage2/build/DriverPipeline.dyn_o compiler/stage2/build/DynFlags.dyn_o compiler/stage2/build/ErrUtils.dyn_o compiler/stage2/build/Finder.dyn_o compiler/stage2/build/GHC.dyn_o compiler/stage2/build/HeaderInfo.dyn_o compiler/stage2/build/HscMain.dyn_o compiler/stage2/build/HscStats.dyn_o compiler/stage2/build/HscTypes.dyn_o compiler/stage2/build/InteractiveEval.dyn_o compiler/stage2/build/PackageConfig.dyn_o compiler/stage2/build/Packages.dyn_o compiler/stage2/build/PprTyThing.dyn_o compiler/stage2/build/StaticFlags.dyn_o compiler/stage2/build/StaticFlagParser.dyn_o compiler/stage2/build/SysTools.dyn_o compiler/stage2/build/TidyPgm.dyn_o compiler/stage2/build/Ctype.dyn_o compiler/stage2/build/HaddockUtils.dyn_o compiler/stage2/build/LexCore.dyn_o compiler/stage2/build/Lexer.dyn_o compiler/stage2/build/OptCoercion.dyn_o compiler/stage2/build/Parser.dyn_o compiler/stage2/build/ParserCore.dyn_o compiler/stage2/build/ParserCoreUtils.dyn_o compiler/stage2/build/RdrHsSyn.dyn_o compiler/stage2/build/ForeignCall.dyn_o compiler/stage2/build/PrelInfo.dyn_o compiler/stage2/build/PrelNames.dyn_o compiler/stage2/build/PrelRules.dyn_o compiler/stage2/build/PrimOp.dyn_o compiler/stage2/build/TysPrim.dyn_o compiler/stage2/build/TysWiredIn.dyn_o compiler/stage2/build/CostCentre.dyn_o compiler/stage2/build/SCCfinal.dyn_o compiler/stage2/build/RnBinds.dyn_o compiler/stage2/build/RnEnv.dyn_o compiler/stage2/build/RnExpr.dyn_o compiler/stage2/build/RnHsDoc.dyn_o compiler/stage2/build/RnHsSyn.dyn_o compiler/stage2/build/RnNames.dyn_o compiler/stage2/build/RnPat.dyn_o compiler/stage2/build/RnSource.dyn_o compiler/stage2/build/RnTypes.dyn_o compiler/stage2/build/CoreMonad.dyn_o compiler/stage2/build/CSE.dyn_o compiler/stage2/build/FloatIn.dyn_o compiler/stage2/build/FloatOut.dyn_o compiler/stage2/build/LiberateCase.dyn_o compiler/stage2/build/OccurAnal.dyn_o compiler/stage2/build/SAT.dyn_o compiler/stage2/build/SetLevels.dyn_o compiler/stage2/build/SimplCore.dyn_o compiler/stage2/build/SimplEnv.dyn_o compiler/stage2/build/SimplMonad.dyn_o compiler/stage2/build/SimplUtils.dyn_o compiler/stage2/build/Simplify.dyn_o compiler/stage2/build/SRT.dyn_o compiler/stage2/build/SimplStg.dyn_o compiler/stage2/build/StgStats.dyn_o compiler/stage2/build/Rules.dyn_o compiler/stage2/build/SpecConstr.dyn_o compiler/stage2/build/Specialise.dyn_o compiler/stage2/build/CoreToStg.dyn_o compiler/stage2/build/StgLint.dyn_o compiler/stage2/build/StgSyn.dyn_o compiler/stage2/build/DmdAnal.dyn_o compiler/stage2/build/WorkWrap.dyn_o compiler/stage2/build/WwLib.dyn_o compiler/stage2/build/FamInst.dyn_o compiler/stage2/build/Inst.dyn_o compiler/stage2/build/TcAnnotations.dyn_o compiler/stage2/build/TcArrows.dyn_o compiler/stage2/build/TcBinds.dyn_o compiler/stage2/build/TcClassDcl.dyn_o compiler/stage2/build/TcDefaults.dyn_o compiler/stage2/build/TcDeriv.dyn_o compiler/stage2/build/TcEnv.dyn_o compiler/stage2/build/TcExpr.dyn_o compiler/stage2/build/TcForeign.dyn_o compiler/stage2/build/TcGenDeriv.dyn_o compiler/stage2/build/TcHsSyn.dyn_o compiler/stage2/build/TcHsType.dyn_o compiler/stage2/build/TcInstDcls.dyn_o compiler/stage2/build/TcMType.dyn_o compiler/stage2/build/TcMatches.dyn_o compiler/stage2/build/TcPat.dyn_o compiler/stage2/build/TcRnDriver.dyn_o compiler/stage2/build/TcRnMonad.dyn_o compiler/stage2/build/TcRnTypes.dyn_o compiler/stage2/build/TcRules.dyn_o compiler/stage2/build/TcSimplify.dyn_o compiler/stage2/build/TcErrors.dyn_o compiler/stage2/build/TcTyClsDecls.dyn_o compiler/stage2/build/TcTyDecls.dyn_o compiler/stage2/build/TcType.dyn_o compiler/stage2/build/TcUnify.dyn_o compiler/stage2/build/TcInteract.dyn_o compiler/stage2/build/TcCanonical.dyn_o compiler/stage2/build/TcSMonad.dyn_o compiler/stage2/build/Class.dyn_o compiler/stage2/build/Coercion.dyn_o compiler/stage2/build/FamInstEnv.dyn_o compiler/stage2/build/FunDeps.dyn_o compiler/stage2/build/Generics.dyn_o compiler/stage2/build/InstEnv.dyn_o compiler/stage2/build/TyCon.dyn_o compiler/stage2/build/Type.dyn_o compiler/stage2/build/TypeRep.dyn_o compiler/stage2/build/Unify.dyn_o compiler/stage2/build/Bag.dyn_o compiler/stage2/build/Binary.dyn_o compiler/stage2/build/BufWrite.dyn_o compiler/stage2/build/Digraph.dyn_o compiler/stage2/build/Encoding.dyn_o compiler/stage2/build/FastBool.dyn_o compiler/stage2/build/FastFunctions.dyn_o compiler/stage2/build/FastMutInt.dyn_o compiler/stage2/build/FastString.dyn_o compiler/stage2/build/FastTypes.dyn_o compiler/stage2/build/Fingerprint.dyn_o compiler/stage2/build/FiniteMap.dyn_o compiler/stage2/build/GraphBase.dyn_o compiler/stage2/build/GraphColor.dyn_o compiler/stage2/build/GraphOps.dyn_o compiler/stage2/build/GraphPpr.dyn_o compiler/stage2/build/IOEnv.dyn_o compiler/stage2/build/Interval.dyn_o compiler/stage2/build/ListSetOps.dyn_o compiler/stage2/build/Maybes.dyn_o compiler/stage2/build/MonadUtils.dyn_o compiler/stage2/build/OrdList.dyn_o compiler/stage2/build/Outputable.dyn_o compiler/stage2/build/Panic.dyn_o compiler/stage2/build/Pretty.dyn_o compiler/stage2/build/Serialized.dyn_o compiler/stage2/build/State.dyn_o compiler/stage2/build/StringBuffer.dyn_o compiler/stage2/build/UniqFM.dyn_o compiler/stage2/build/UniqSet.dyn_o compiler/stage2/build/Util.dyn_o compiler/stage2/build/Vectorise/Builtins/Base.dyn_o compiler/stage2/build/Vectorise/Builtins/Initialise.dyn_o compiler/stage2/build/Vectorise/Builtins/Modules.dyn_o compiler/stage2/build/Vectorise/Builtins/Prelude.dyn_o compiler/stage2/build/Vectorise/Builtins.dyn_o compiler/stage2/build/Vectorise/Monad/Base.dyn_o compiler/stage2/build/Vectorise/Monad/Naming.dyn_o compiler/stage2/build/Vectorise/Monad/Local.dyn_o compiler/stage2/build/Vectorise/Monad/Global.dyn_o compiler/stage2/build/Vectorise/Monad/InstEnv.dyn_o compiler/stage2/build/Vectorise/Monad.dyn_o compiler/stage2/build/Vectorise/Utils/Base.dyn_o compiler/stage2/build/Vectorise/Utils/Closure.dyn_o compiler/stage2/build/Vectorise/Utils/Hoisting.dyn_o compiler/stage2/build/Vectorise/Utils/PADict.dyn_o compiler/stage2/build/Vectorise/Utils/PRDict.dyn_o compiler/stage2/build/Vectorise/Utils/Poly.dyn_o compiler/stage2/build/Vectorise/Utils.dyn_o compiler/stage2/build/Vectorise/Type/Env.dyn_o compiler/stage2/build/Vectorise/Type/Repr.dyn_o compiler/stage2/build/Vectorise/Type/PData.dyn_o compiler/stage2/build/Vectorise/Type/PRepr.dyn_o compiler/stage2/build/Vectorise/Type/PADict.dyn_o compiler/stage2/build/Vectorise/Type/PRDict.dyn_o compiler/stage2/build/Vectorise/Type/Type.dyn_o compiler/stage2/build/Vectorise/Type/TyConDecl.dyn_o compiler/stage2/build/Vectorise/Type/Classify.dyn_o compiler/stage2/build/Vectorise/Convert.dyn_o compiler/stage2/build/Vectorise/Vect.dyn_o compiler/stage2/build/Vectorise/Var.dyn_o compiler/stage2/build/Vectorise/Env.dyn_o compiler/stage2/build/Vectorise/Exp.dyn_o compiler/stage2/build/Vectorise.dyn_o compiler/stage2/build/ghci/keepCAFsForGHCi.dyn_o compiler/stage2/build/parser/cutils.dyn_o compiler/stage2/build/utils/md5.dyn_o `/usr/bin/find compiler/stage2/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/lib64/ghc-7.0.1/`basename "compiler/stage2/build/libHSghc-7.0.1-ghc7.0.1.so" | sed 's/^libHS//;s/[-]ghc.*//'`/`basename "compiler/stage2/build/libHSghc-7.0.1-ghc7.0.1.so"` -no-auto-link-packages -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -o compiler/stage2/build/libHSghc-7.0.1-ghc7.0.1.so "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRnTypes.lhs -o compiler/stage2/build/TcRnTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/MkCore.lhs -o compiler/stage2/build/MkCore.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/Finder.lhs -o compiler/stage2/build/Finder.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/parser/Parser.hs -o compiler/stage2/build/Parser.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcTyDecls.lhs -o compiler/stage2/build/TcTyDecls.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/MkExternalCore.lhs -o compiler/stage2/build/MkExternalCore.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmStackLayout.hs -o compiler/stage2/build/CmmStackLayout.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage2/build/StgCmmForeign.o SpecConstr Function `$wfindSpace{v X2XK} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XO} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XO} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XD} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XD} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgHpc.hs -o compiler/stage2/build/CgHpc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage2/build/StgCmmLayout.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage2/build/Vectorise/Env.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Coverage.lhs -o compiler/stage2/build/Coverage.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage2/build/RegAlloc/Linear/Stats.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage2/build/SPARC/CodeGen/Amode.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage2/build/SPARC/CodeGen/CondCode.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgHeapery.lhs -o compiler/stage2/build/CgHeapery.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage2/build/LlvmCodeGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/ZipCfgCmmRep.hs -o compiler/stage2/build/ZipCfgCmmRep.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/TcIface.lhs-boot -o compiler/stage2/build/TcIface.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrelRules.lhs -o compiler/stage2/build/PrelRules.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRnMonad.lhs -o compiler/stage2/build/TcRnMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcUnify.lhs-boot -o compiler/stage2/build/TcUnify.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcExpr.lhs-boot -o compiler/stage2/build/TcExpr.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcSplice.lhs-boot -o compiler/stage2/build/TcSplice.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcMatches.lhs-boot -o compiler/stage2/build/TcMatches.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnExpr.lhs-boot -o compiler/stage2/build/RnExpr.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnHsDoc.hs -o compiler/stage2/build/RnHsDoc.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HeaderInfo.hs -o compiler/stage2/build/HeaderInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/CodeOutput.lhs -o compiler/stage2/build/CodeOutput.o SpecConstr Function `relop{v s4eY} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `two_lits{v s4eW} [lid]' has 26 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage2/build/CmmBuildInfoTables.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage2/build/StgCmmHpc.o SpecConstr Function `a_s4gG{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s4gG{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage2/build/StgCmmHeap.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage2/build/StgCmmPrim.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage2/build/RegAlloc/Linear/State.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage2/build/SPARC/CodeGen/Gen64.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ByteCodeItbls.lhs -o compiler/stage2/build/ByteCodeItbls.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage2/build/CmmContFlowOpt.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmCallConv.hs -o compiler/stage2/build/CmmCallConv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgBindery.lhs -o compiler/stage2/build/CgBindery.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/PprCmmZ.hs -o compiler/stage2/build/PprCmmZ.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmCommonBlockElimZ.hs -o compiler/stage2/build/CmmCommonBlockElimZ.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/basicTypes/MkId.lhs -o compiler/stage2/build/MkId.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcMType.lhs -o compiler/stage2/build/TcMType.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmCPSZ.hs -o compiler/stage2/build/CmmCPSZ.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage2/build/SPARC/CodeGen/Gen32.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ByteCodeInstr.lhs -o compiler/stage2/build/ByteCodeInstr.p_o SpecConstr Function `ghc-7.0.1:RegAlloc.Linear.JoinToTargets.expandNode{v rTd} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/MkZipCfgCmm.hs -o compiler/stage2/build/MkZipCfgCmm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgInfoTbls.hs -o compiler/stage2/build/CgInfoTbls.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmLiveZ.hs -o compiler/stage2/build/CmmLiveZ.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgForeignCall.hs -o compiler/stage2/build/CgForeignCall.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/IfaceEnv.lhs -o compiler/stage2/build/IfaceEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/prelude/PrelInfo.lhs -o compiler/stage2/build/PrelInfo.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stranal/WwLib.lhs -o compiler/stage2/build/WwLib.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcHsSyn.lhs -o compiler/stage2/build/TcHsSyn.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/FamInst.lhs -o compiler/stage2/build/FamInst.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/ByteCodeGen.lhs -o compiler/stage2/build/ByteCodeGen.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage2/build/RegAlloc/Linear/Main.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen/CCall.hs -o compiler/stage2/build/SPARC/CodeGen/CCall.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ByteCodeAsm.lhs -o compiler/stage2/build/ByteCodeAsm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmCvt.hs -o compiler/stage2/build/CmmCvt.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmInfo.hs -o compiler/stage2/build/CmmInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmSpillReload.hs -o compiler/stage2/build/CmmSpillReload.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage2/build/StgCmmMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmCPSGen.hs -o compiler/stage2/build/CmmCPSGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgClosure.lhs -o compiler/stage2/build/CgClosure.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgTailCall.lhs -o compiler/stage2/build/CgTailCall.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgPrimOp.hs -o compiler/stage2/build/CgPrimOp.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/BinIface.hs -o compiler/stage2/build/BinIface.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/stranal/WorkWrap.lhs -o compiler/stage2/build/WorkWrap.o SpecConstr Function `$j_s3ut{v} [lid]' has 60 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/BuildTyCl.lhs -o compiler/stage2/build/BuildTyCl.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcGenDeriv.lhs -o compiler/stage2/build/TcGenDeriv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgCon.lhs -o compiler/stage2/build/CgCon.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmCon.hs -o compiler/stage2/build/StgCmmCon.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/AsmCodeGen.lhs -o compiler/stage2/build/AsmCodeGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage2/build/SPARC/CodeGen.p_o SpecConstr Function `$w$j{v s2Jt} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/HscTypes.lhs -o compiler/stage2/build/HscTypes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmProcPointZ.hs -o compiler/stage2/build/CmmProcPointZ.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage2/build/StgCmmUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmCPS.hs -o compiler/stage2/build/CmmCPS.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmParse.hs -o compiler/stage2/build/CmmParse.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmGran.hs -o compiler/stage2/build/StgCmmGran.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage2/build/StgCmmBind.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ByteCodeLink.lhs -o compiler/stage2/build/ByteCodeLink.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/StackColor.hs -o compiler/stage2/build/StackColor.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/LoadIface.lhs -o compiler/stage2/build/LoadIface.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgCase.lhs -o compiler/stage2/build/CgCase.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage2/build/StgCmmExpr.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcRnTypes.lhs -o compiler/stage2/build/TcRnTypes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/MkCore.lhs -o compiler/stage2/build/MkCore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/Finder.lhs -o compiler/stage2/build/Finder.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/parser/Parser.hs -o compiler/stage2/build/Parser.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcTyDecls.lhs -o compiler/stage2/build/TcTyDecls.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/MkExternalCore.lhs -o compiler/stage2/build/MkExternalCore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmStackLayout.hs -o compiler/stage2/build/CmmStackLayout.p_o SpecConstr Function `$wfindSpace{v X2XK} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XO} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XO} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XD} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wfindSpace{v X2XD} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage2/build/StgCmmEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmProf.hs -o compiler/stage2/build/StgCmmProf.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgHpc.hs -o compiler/stage2/build/CgHpc.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage2/build/StgCmmTicky.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage2/build/Vectorise/Env.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/Coverage.lhs -o compiler/stage2/build/Coverage.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/TcIface.lhs -o compiler/stage2/build/TcIface.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/iface/MkIface.lhs -o compiler/stage2/build/MkIface.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgLetNoEscape.lhs -o compiler/stage2/build/CgLetNoEscape.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmmBind.hs -o compiler/stage2/build/StgCmmBind.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/Linker.lhs -o compiler/stage2/build/Linker.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/TcIface.lhs-boot -o compiler/stage2/build/TcIface.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/PrelRules.lhs -o compiler/stage2/build/PrelRules.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcRnMonad.lhs -o compiler/stage2/build/TcRnMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcUnify.lhs-boot -o compiler/stage2/build/TcUnify.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcExpr.lhs-boot -o compiler/stage2/build/TcExpr.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcSplice.lhs-boot -o compiler/stage2/build/TcSplice.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcMatches.lhs-boot -o compiler/stage2/build/TcMatches.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnExpr.lhs-boot -o compiler/stage2/build/RnExpr.p_o-boot SpecConstr Function `relop{v s4eY} [lid]' has six call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `two_lits{v s4eW} [lid]' has 26 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnHsDoc.hs -o compiler/stage2/build/RnHsDoc.p_o SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/HeaderInfo.hs -o compiler/stage2/build/HeaderInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/CodeOutput.lhs -o compiler/stage2/build/CodeOutput.p_o SpecConstr Function `a_s4gG{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s4gG{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage2/build/StgCmmForeign.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage2/build/StgCmmLayout.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsMonad.lhs -o compiler/stage2/build/DsMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcEnv.lhs -o compiler/stage2/build/TcEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CgExpr.lhs -o compiler/stage2/build/CgExpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/StgCmm.hs -o compiler/stage2/build/StgCmm.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/basicTypes/MkId.lhs -o compiler/stage2/build/MkId.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcMType.lhs -o compiler/stage2/build/TcMType.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage2/build/CmmBuildInfoTables.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage2/build/StgCmmHpc.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage2/build/StgCmmHeap.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage2/build/StgCmmPrim.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsExpr.lhs-boot -o compiler/stage2/build/DsExpr.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Match.lhs-boot -o compiler/stage2/build/Match.o-boot "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/Inst.lhs -o compiler/stage2/build/Inst.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnEnv.lhs -o compiler/stage2/build/RnEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/CoreMonad.lhs -o compiler/stage2/build/CoreMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/codeGen/CodeGen.lhs -o compiler/stage2/build/CodeGen.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage2/build/Vectorise/Builtins/Initialise.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsCCall.lhs -o compiler/stage2/build/DsCCall.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/IfaceEnv.lhs -o compiler/stage2/build/IfaceEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/prelude/PrelInfo.lhs -o compiler/stage2/build/PrelInfo.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stranal/WwLib.lhs -o compiler/stage2/build/WwLib.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcHsSyn.lhs -o compiler/stage2/build/TcHsSyn.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/FamInst.lhs -o compiler/stage2/build/FamInst.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/cmm/CmmCPSZ.hs -o compiler/stage2/build/CmmCPSZ.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/ByteCodeGen.lhs -o compiler/stage2/build/ByteCodeGen.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsUtils.lhs -o compiler/stage2/build/DsUtils.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcSMonad.lhs -o compiler/stage2/build/TcSMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnTypes.lhs -o compiler/stage2/build/RnTypes.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnNames.lhs -o compiler/stage2/build/RnNames.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/TidyPgm.lhs -o compiler/stage2/build/TidyPgm.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/coreSyn/CorePrep.lhs -o compiler/stage2/build/CorePrep.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage2/build/Vectorise/Builtins.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/specialise/SpecConstr.lhs -o compiler/stage2/build/SpecConstr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/specialise/Specialise.lhs -o compiler/stage2/build/Specialise.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SetLevels.lhs -o compiler/stage2/build/SetLevels.o SpecConstr Function `$j_s6la{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplMonad.lhs -o compiler/stage2/build/SimplMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsForeign.lhs -o compiler/stage2/build/DsForeign.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/BinIface.hs -o compiler/stage2/build/BinIface.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/stranal/WorkWrap.lhs -o compiler/stage2/build/WorkWrap.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/BuildTyCl.lhs -o compiler/stage2/build/BuildTyCl.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcGenDeriv.lhs -o compiler/stage2/build/TcGenDeriv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgCon.lhs -o compiler/stage2/build/CgCon.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmCon.hs -o compiler/stage2/build/StgCmmCon.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/MatchLit.lhs -o compiler/stage2/build/MatchLit.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsGRHSs.lhs -o compiler/stage2/build/DsGRHSs.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcErrors.lhs -o compiler/stage2/build/TcErrors.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnPat.lhs -o compiler/stage2/build/RnPat.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage2/build/Vectorise/Monad/Base.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/FloatOut.lhs -o compiler/stage2/build/FloatOut.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplEnv.lhs -o compiler/stage2/build/SimplEnv.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/LoadIface.lhs -o compiler/stage2/build/LoadIface.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgCase.lhs -o compiler/stage2/build/CgCase.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage2/build/StgCmmExpr.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsMeta.hs -o compiler/stage2/build/DsMeta.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsBinds.lhs -o compiler/stage2/build/DsBinds.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Check.lhs -o compiler/stage2/build/Check.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcUnify.lhs -o compiler/stage2/build/TcUnify.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcCanonical.lhs -o compiler/stage2/build/TcCanonical.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnBinds.lhs -o compiler/stage2/build/RnBinds.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage2/build/Vectorise/Monad/Global.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage2/build/Vectorise/Monad/Local.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage2/build/Vectorise/Monad/Naming.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplUtils.lhs -o compiler/stage2/build/SimplUtils.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/TcIface.lhs -o compiler/stage2/build/TcIface.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/iface/MkIface.lhs -o compiler/stage2/build/MkIface.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgLetNoEscape.lhs -o compiler/stage2/build/CgLetNoEscape.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmmBind.hs -o compiler/stage2/build/StgCmmBind.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/Linker.lhs -o compiler/stage2/build/Linker.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/MatchCon.lhs -o compiler/stage2/build/MatchCon.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcHsType.lhs -o compiler/stage2/build/TcHsType.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcInteract.lhs -o compiler/stage2/build/TcInteract.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnSource.lhs -o compiler/stage2/build/RnSource.o SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$wlvl{v s7ge} [lid]' has two call patterns, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage2/build/Vectorise/Monad/InstEnv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/Simplify.lhs -o compiler/stage2/build/Simplify.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/RtClosureInspect.hs -o compiler/stage2/build/RtClosureInspect.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsMonad.lhs -o compiler/stage2/build/DsMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcEnv.lhs -o compiler/stage2/build/TcEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CgExpr.lhs -o compiler/stage2/build/CgExpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/StgCmm.hs -o compiler/stage2/build/StgCmm.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Match.lhs -o compiler/stage2/build/Match.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcSimplify.lhs -o compiler/stage2/build/TcSimplify.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcPat.lhs -o compiler/stage2/build/TcPat.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/rename/RnExpr.lhs -o compiler/stage2/build/RnExpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage2/build/Vectorise/Monad.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsExpr.lhs-boot -o compiler/stage2/build/DsExpr.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/Match.lhs-boot -o compiler/stage2/build/Match.p_o-boot "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/Inst.lhs -o compiler/stage2/build/Inst.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnEnv.lhs -o compiler/stage2/build/RnEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/CoreMonad.lhs -o compiler/stage2/build/CoreMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/codeGen/CodeGen.lhs -o compiler/stage2/build/CodeGen.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage2/build/Vectorise/Builtins/Initialise.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsCCall.lhs -o compiler/stage2/build/DsCCall.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsArrows.lhs -o compiler/stage2/build/DsArrows.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsListComp.lhs -o compiler/stage2/build/DsListComp.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcBinds.lhs -o compiler/stage2/build/TcBinds.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcDefaults.lhs -o compiler/stage2/build/TcDefaults.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage2/build/Vectorise/Utils/Base.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsUtils.lhs -o compiler/stage2/build/DsUtils.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcSMonad.lhs -o compiler/stage2/build/TcSMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnTypes.lhs -o compiler/stage2/build/RnTypes.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnNames.lhs -o compiler/stage2/build/RnNames.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/TidyPgm.lhs -o compiler/stage2/build/TidyPgm.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/coreSyn/CorePrep.lhs -o compiler/stage2/build/CorePrep.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage2/build/Vectorise/Builtins.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/specialise/SpecConstr.lhs -o compiler/stage2/build/SpecConstr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/specialise/Specialise.lhs -o compiler/stage2/build/Specialise.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/SetLevels.lhs -o compiler/stage2/build/SetLevels.p_o SpecConstr Function `$j_s6la{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/SimplMonad.lhs -o compiler/stage2/build/SimplMonad.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsForeign.lhs -o compiler/stage2/build/DsForeign.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/DsExpr.lhs -o compiler/stage2/build/DsExpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcMatches.lhs -o compiler/stage2/build/TcMatches.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcClassDcl.lhs -o compiler/stage2/build/TcClassDcl.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage2/build/Vectorise/Utils/PADict.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/MatchLit.lhs -o compiler/stage2/build/MatchLit.p_o SpecConstr Function `ghc-7.0.1:TcClassDcl.eqPatType{v r2Wm} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsGRHSs.lhs -o compiler/stage2/build/DsGRHSs.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcErrors.lhs -o compiler/stage2/build/TcErrors.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnPat.lhs -o compiler/stage2/build/RnPat.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage2/build/Vectorise/Monad/Base.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/FloatOut.lhs -o compiler/stage2/build/FloatOut.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/SimplEnv.lhs -o compiler/stage2/build/SimplEnv.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcArrows.lhs -o compiler/stage2/build/TcArrows.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcTyClsDecls.lhs -o compiler/stage2/build/TcTyClsDecls.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcDeriv.lhs -o compiler/stage2/build/TcDeriv.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage2/build/Vectorise/Utils/Poly.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/PRDict.hs -o compiler/stage2/build/Vectorise/Utils/PRDict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/deSugar/Desugar.lhs -o compiler/stage2/build/Desugar.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsMeta.hs -o compiler/stage2/build/DsMeta.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsBinds.lhs -o compiler/stage2/build/DsBinds.p_o SpecConstr Function `$j_s85F{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/Check.lhs -o compiler/stage2/build/Check.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcUnify.lhs -o compiler/stage2/build/TcUnify.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcCanonical.lhs -o compiler/stage2/build/TcCanonical.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnBinds.lhs -o compiler/stage2/build/RnBinds.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage2/build/Vectorise/Monad/Global.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage2/build/Vectorise/Monad/Local.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage2/build/Vectorise/Monad/Naming.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/SimplUtils.lhs -o compiler/stage2/build/SimplUtils.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcExpr.lhs -o compiler/stage2/build/TcExpr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcInstDcls.lhs -o compiler/stage2/build/TcInstDcls.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage2/build/Vectorise/Utils/Hoisting.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/MatchCon.lhs -o compiler/stage2/build/MatchCon.p_o SpecConstr Function `$j_s2Ov{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcHsType.lhs -o compiler/stage2/build/TcHsType.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcInteract.lhs -o compiler/stage2/build/TcInteract.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnSource.lhs -o compiler/stage2/build/RnSource.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage2/build/Vectorise/Monad/InstEnv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/Simplify.lhs -o compiler/stage2/build/Simplify.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/RtClosureInspect.hs -o compiler/stage2/build/RtClosureInspect.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcForeign.lhs -o compiler/stage2/build/TcForeign.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRules.lhs -o compiler/stage2/build/TcRules.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcAnnotations.lhs -o compiler/stage2/build/TcAnnotations.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage2/build/Vectorise/Utils/Closure.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/Match.lhs -o compiler/stage2/build/Match.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcSimplify.lhs -o compiler/stage2/build/TcSimplify.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcPat.lhs -o compiler/stage2/build/TcPat.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/rename/RnExpr.lhs -o compiler/stage2/build/RnExpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage2/build/Vectorise/Monad.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcRnDriver.lhs -o compiler/stage2/build/TcRnDriver.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage2/build/Vectorise/Utils.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsArrows.lhs -o compiler/stage2/build/DsArrows.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsListComp.lhs -o compiler/stage2/build/DsListComp.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcBinds.lhs -o compiler/stage2/build/TcBinds.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcDefaults.lhs -o compiler/stage2/build/TcDefaults.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage2/build/Vectorise/Utils/Base.p_o SpecConstr Function `$j_s9YO{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage2/build/Vectorise/Type/Type.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Repr.hs -o compiler/stage2/build/Vectorise/Type/Repr.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/DsExpr.lhs -o compiler/stage2/build/DsExpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage2/build/Vectorise/Utils/PADict.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage2/build/Vectorise/Var.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage2/build/Vectorise/Convert.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PRepr.hs -o compiler/stage2/build/Vectorise/Type/PRepr.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PData.hs -o compiler/stage2/build/Vectorise/Type/PData.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PRDict.hs -o compiler/stage2/build/Vectorise/Type/PRDict.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage2/build/Vectorise/Type/TyConDecl.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcMatches.lhs -o compiler/stage2/build/TcMatches.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcClassDcl.lhs -o compiler/stage2/build/TcClassDcl.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage2/build/Vectorise/Utils/Poly.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils/PRDict.hs -o compiler/stage2/build/Vectorise/Utils/PRDict.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage2/build/Vectorise/Exp.o SpecConstr Function `ghc-7.0.1:TcClassDcl.eqPatType{v r2Wm} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/PADict.hs -o compiler/stage2/build/Vectorise/Type/PADict.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage2/build/Vectorise/Utils/Hoisting.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/deSugar/Desugar.lhs -o compiler/stage2/build/Desugar.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage2/build/Vectorise/Type/Env.o SpecConstr Function `$j_s2Ov{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcArrows.lhs -o compiler/stage2/build/TcArrows.p_o SpecConstr Function `$j_s4rJ{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcTyClsDecls.lhs -o compiler/stage2/build/TcTyClsDecls.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcDeriv.lhs -o compiler/stage2/build/TcDeriv.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage2/build/Vectorise/Utils/Closure.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/vectorise/Vectorise.hs -o compiler/stage2/build/Vectorise.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcExpr.lhs -o compiler/stage2/build/TcExpr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage2/build/Vectorise/Utils.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/simplCore/SimplCore.lhs -o compiler/stage2/build/SimplCore.o SpecConstr Function `$j_s85F{v} [lid]' has four call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage2/build/Vectorise/Type/Type.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/Repr.hs -o compiler/stage2/build/Vectorise/Type/Repr.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/HscMain.lhs -o compiler/stage2/build/HscMain.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage2/build/Vectorise/Var.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage2/build/Vectorise/Convert.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/PRepr.hs -o compiler/stage2/build/Vectorise/Type/PRepr.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/PData.hs -o compiler/stage2/build/Vectorise/Type/PData.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/PRDict.hs -o compiler/stage2/build/Vectorise/Type/PRDict.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage2/build/Vectorise/Type/TyConDecl.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcInstDcls.lhs -o compiler/stage2/build/TcInstDcls.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcForeign.lhs -o compiler/stage2/build/TcForeign.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcRules.lhs -o compiler/stage2/build/TcRules.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcAnnotations.lhs -o compiler/stage2/build/TcAnnotations.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage2/build/Vectorise/Exp.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/PADict.hs -o compiler/stage2/build/Vectorise/Type/PADict.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/typecheck/TcSplice.lhs -o compiler/stage2/build/TcSplice.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DriverPipeline.hs -o compiler/stage2/build/DriverPipeline.o SpecConstr Function `$j_s4rJ{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/InteractiveEval.hs -o compiler/stage2/build/InteractiveEval.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcRnDriver.lhs -o compiler/stage2/build/TcRnDriver.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage2/build/Vectorise/Type/Env.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/GHC.hs -o compiler/stage2/build/GHC.o SpecConstr Function `$j_s9YO{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/vectorise/Vectorise.hs -o compiler/stage2/build/Vectorise.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/simplCore/SimplCore.lhs -o compiler/stage2/build/SimplCore.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/HscMain.lhs -o compiler/stage2/build/HscMain.p_o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/PprTyThing.hs -o compiler/stage2/build/PprTyThing.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/main/DriverMkDepend.hs -o compiler/stage2/build/DriverMkDepend.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -O2 -DGHCI -threaded -package ghc-7.0.1 -package haskeline -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf hi -osuf o -hcsuf hc -c ghc/./GhciMonad.hs -o ghc/stage2/build/GhciMonad.o "inplace/bin/ghc-stage1" -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf hi -osuf o -hcsuf hc -c compiler/ghci/Debugger.hs -o compiler/stage2/build/Debugger.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/typecheck/TcSplice.lhs -o compiler/stage2/build/TcSplice.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/DriverPipeline.hs -o compiler/stage2/build/DriverPipeline.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/InteractiveEval.hs -o compiler/stage2/build/InteractiveEval.p_o "rm" -f compiler/stage2/build/libHSghc-7.0.1.a compiler/stage2/build/libHSghc-7.0.1.a.contents echo compiler/stage2/build/AsmCodeGen.o compiler/stage2/build/TargetReg.o compiler/stage2/build/NCGMonad.o compiler/stage2/build/Instruction.o compiler/stage2/build/Size.o compiler/stage2/build/Reg.o compiler/stage2/build/RegClass.o compiler/stage2/build/PIC.o compiler/stage2/build/Platform.o compiler/stage2/build/Alpha/Regs.o compiler/stage2/build/Alpha/RegInfo.o compiler/stage2/build/Alpha/Instr.o compiler/stage2/build/Alpha/CodeGen.o compiler/stage2/build/X86/Regs.o compiler/stage2/build/X86/RegInfo.o compiler/stage2/build/X86/Instr.o compiler/stage2/build/X86/Cond.o compiler/stage2/build/X86/Ppr.o compiler/stage2/build/X86/CodeGen.o compiler/stage2/build/PPC/Regs.o compiler/stage2/build/PPC/RegInfo.o compiler/stage2/build/PPC/Instr.o compiler/stage2/build/PPC/Cond.o compiler/stage2/build/PPC/Ppr.o compiler/stage2/build/PPC/CodeGen.o compiler/stage2/build/SPARC/Base.o compiler/stage2/build/SPARC/Regs.o compiler/stage2/build/SPARC/RegPlate.o compiler/stage2/build/SPARC/Imm.o compiler/stage2/build/SPARC/AddrMode.o compiler/stage2/build/SPARC/Cond.o compiler/stage2/build/SPARC/Instr.o compiler/stage2/build/SPARC/Stack.o compiler/stage2/build/SPARC/ShortcutJump.o compiler/stage2/build/SPARC/Ppr.o compiler/stage2/build/SPARC/CodeGen.o compiler/stage2/build/SPARC/CodeGen/Amode.o compiler/stage2/build/SPARC/CodeGen/Base.o compiler/stage2/build/SPARC/CodeGen/CCall.o compiler/stage2/build/SPARC/CodeGen/CondCode.o compiler/stage2/build/SPARC/CodeGen/Gen32.o compiler/stage2/build/SPARC/CodeGen/Gen64.o compiler/stage2/build/SPARC/CodeGen/Sanity.o compiler/stage2/build/SPARC/CodeGen/Expand.o compiler/stage2/build/RegAlloc/Liveness.o compiler/stage2/build/RegAlloc/Graph/Main.o compiler/stage2/build/RegAlloc/Graph/Stats.o compiler/stage2/build/RegAlloc/Graph/ArchBase.o compiler/stage2/build/RegAlloc/Graph/ArchX86.o compiler/stage2/build/RegAlloc/Graph/Coalesce.o compiler/stage2/build/RegAlloc/Graph/Spill.o compiler/stage2/build/RegAlloc/Graph/SpillClean.o compiler/stage2/build/RegAlloc/Graph/SpillCost.o compiler/stage2/build/RegAlloc/Graph/TrivColorable.o compiler/stage2/build/RegAlloc/Linear/Main.o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.o compiler/stage2/build/RegAlloc/Linear/State.o compiler/stage2/build/RegAlloc/Linear/Stats.o compiler/stage2/build/RegAlloc/Linear/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/StackMap.o compiler/stage2/build/RegAlloc/Linear/Base.o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage2/build/DsMeta.o compiler/stage2/build/TcSplice.o compiler/stage2/build/Convert.o compiler/stage2/build/ByteCodeAsm.o compiler/stage2/build/ByteCodeFFI.o compiler/stage2/build/ByteCodeGen.o compiler/stage2/build/ByteCodeInstr.o compiler/stage2/build/ByteCodeItbls.o compiler/stage2/build/ByteCodeLink.o compiler/stage2/build/Debugger.o compiler/stage2/build/LibFFI.o compiler/stage2/build/Linker.o compiler/stage2/build/ObjLink.o compiler/stage2/build/RtClosureInspect.o compiler/stage2/build/BasicTypes.o compiler/stage2/build/DataCon.o compiler/stage2/build/Demand.o compiler/stage2/build/Exception.o compiler/stage2/build/Id.o compiler/stage2/build/IdInfo.o compiler/stage2/build/Literal.o compiler/stage2/build/Llvm.o compiler/stage2/build/Llvm/AbsSyn.o compiler/stage2/build/Llvm/PpLlvm.o compiler/stage2/build/Llvm/Types.o compiler/stage2/build/LlvmCodeGen.o compiler/stage2/build/LlvmCodeGen/Base.o compiler/stage2/build/LlvmCodeGen/CodeGen.o compiler/stage2/build/LlvmCodeGen/Data.o compiler/stage2/build/LlvmCodeGen/Ppr.o compiler/stage2/build/LlvmCodeGen/Regs.o compiler/stage2/build/LlvmMangler.o compiler/stage2/build/MkId.o compiler/stage2/build/Module.o compiler/stage2/build/Name.o compiler/stage2/build/NameEnv.o compiler/stage2/build/NameSet.o compiler/stage2/build/OccName.o compiler/stage2/build/RdrName.o compiler/stage2/build/SrcLoc.o compiler/stage2/build/UniqSupply.o compiler/stage2/build/Unique.o compiler/stage2/build/Var.o compiler/stage2/build/VarEnv.o compiler/stage2/build/VarSet.o compiler/stage2/build/BlockId.o compiler/stage2/build/CLabel.o compiler/stage2/build/Cmm.o compiler/stage2/build/CmmBrokenBlock.o compiler/stage2/build/CmmBuildInfoTables.o compiler/stage2/build/CmmCPS.o compiler/stage2/build/CmmCPSGen.o compiler/stage2/build/CmmCPSZ.o compiler/stage2/build/CmmCallConv.o compiler/stage2/build/CmmCommonBlockElimZ.o compiler/stage2/build/CmmContFlowOpt.o compiler/stage2/build/CmmCvt.o compiler/stage2/build/CmmExpr.o compiler/stage2/build/CmmInfo.o compiler/stage2/build/CmmLex.o compiler/stage2/build/CmmLint.o compiler/stage2/build/CmmLive.o compiler/stage2/build/CmmLiveZ.o compiler/stage2/build/CmmOpt.o compiler/stage2/build/CmmParse.o compiler/stage2/build/CmmProcPoint.o compiler/stage2/build/CmmProcPointZ.o compiler/stage2/build/CmmSpillReload.o compiler/stage2/build/CmmStackLayout.o compiler/stage2/build/CmmTx.o compiler/stage2/build/CmmUtils.o compiler/stage2/build/CmmZipUtil.o compiler/stage2/build/DFMonad.o compiler/stage2/build/Dataflow.o compiler/stage2/build/MkZipCfg.o compiler/stage2/build/MkZipCfgCmm.o compiler/stage2/build/OptimizationFuel.o compiler/stage2/build/PprBase.o compiler/stage2/build/PprC.o compiler/stage2/build/PprCmm.o compiler/stage2/build/PprCmmZ.o compiler/stage2/build/StackColor.o compiler/stage2/build/StackPlacements.o compiler/stage2/build/ZipCfg.o compiler/stage2/build/ZipCfgCmmRep.o compiler/stage2/build/ZipCfgExtras.o compiler/stage2/build/ZipDataflow.o compiler/stage2/build/Bitmap.o compiler/stage2/build/CgBindery.o compiler/stage2/build/CgCallConv.o compiler/stage2/build/CgCase.o compiler/stage2/build/CgClosure.o compiler/stage2/build/CgCon.o compiler/stage2/build/CgExpr.o compiler/stage2/build/CgExtCode.o compiler/stage2/build/CgForeignCall.o compiler/stage2/build/CgHeapery.o compiler/stage2/build/CgHpc.o compiler/stage2/build/CgInfoTbls.o compiler/stage2/build/CgLetNoEscape.o compiler/stage2/build/CgMonad.o compiler/stage2/build/CgParallel.o compiler/stage2/build/CgPrimOp.o compiler/stage2/build/CgProf.o compiler/stage2/build/CgStackery.o compiler/stage2/build/CgTailCall.o compiler/stage2/build/CgTicky.o compiler/stage2/build/CgUtils.o compiler/stage2/build/StgCmm.o compiler/stage2/build/StgCmmBind.o compiler/stage2/build/StgCmmClosure.o compiler/stage2/build/StgCmmCon.o compiler/stage2/build/StgCmmEnv.o compiler/stage2/build/StgCmmExpr.o compiler/stage2/build/StgCmmForeign.o compiler/stage2/build/StgCmmGran.o compiler/stage2/build/StgCmmHeap.o compiler/stage2/build/StgCmmHpc.o compiler/stage2/build/StgCmmLayout.o compiler/stage2/build/StgCmmMonad.o compiler/stage2/build/StgCmmPrim.o compiler/stage2/build/StgCmmProf.o compiler/stage2/build/StgCmmTicky.o compiler/stage2/build/StgCmmUtils.o compiler/stage2/build/ClosureInfo.o compiler/stage2/build/CodeGen.o compiler/stage2/build/SMRep.o compiler/stage2/build/CoreArity.o compiler/stage2/build/CoreFVs.o compiler/stage2/build/CoreLint.o compiler/stage2/build/CorePrep.o compiler/stage2/build/CoreSubst.o compiler/stage2/build/CoreSyn.o compiler/stage2/build/CoreTidy.o compiler/stage2/build/CoreUnfold.o compiler/stage2/build/CoreUtils.o compiler/stage2/build/ExternalCore.o compiler/stage2/build/MkCore.o compiler/stage2/build/MkExternalCore.o compiler/stage2/build/PprCore.o compiler/stage2/build/PprExternalCore.o compiler/stage2/build/Check.o compiler/stage2/build/Coverage.o compiler/stage2/build/Desugar.o compiler/stage2/build/DsArrows.o compiler/stage2/build/DsBinds.o compiler/stage2/build/DsCCall.o compiler/stage2/build/DsExpr.o compiler/stage2/build/DsForeign.o compiler/stage2/build/DsGRHSs.o compiler/stage2/build/DsListComp.o compiler/stage2/build/DsMonad.o compiler/stage2/build/DsUtils.o compiler/stage2/build/Match.o compiler/stage2/build/MatchCon.o compiler/stage2/build/MatchLit.o compiler/stage2/build/HsBinds.o compiler/stage2/build/HsDecls.o compiler/stage2/build/HsDoc.o compiler/stage2/build/HsExpr.o compiler/stage2/build/HsImpExp.o compiler/stage2/build/HsLit.o compiler/stage2/build/HsPat.o compiler/stage2/build/HsSyn.o compiler/stage2/build/HsTypes.o compiler/stage2/build/HsUtils.o compiler/stage2/build/BinIface.o compiler/stage2/build/BuildTyCl.o compiler/stage2/build/IfaceEnv.o compiler/stage2/build/IfaceSyn.o compiler/stage2/build/IfaceType.o compiler/stage2/build/LoadIface.o compiler/stage2/build/MkIface.o compiler/stage2/build/TcIface.o compiler/stage2/build/Annotations.o compiler/stage2/build/BreakArray.o compiler/stage2/build/CmdLineParser.o compiler/stage2/build/CodeOutput.o compiler/stage2/build/Config.o compiler/stage2/build/Constants.o compiler/stage2/build/DriverMkDepend.o compiler/stage2/build/DriverPhases.o compiler/stage2/build/DriverPipeline.o compiler/stage2/build/DynFlags.o compiler/stage2/build/ErrUtils.o compiler/stage2/build/Finder.o compiler/stage2/build/GHC.o compiler/stage2/build/HeaderInfo.o compiler/stage2/build/HscMain.o compiler/stage2/build/HscStats.o compiler/stage2/build/HscTypes.o compiler/stage2/build/InteractiveEval.o compiler/stage2/build/PackageConfig.o compiler/stage2/build/Packages.o compiler/stage2/build/PprTyThing.o compiler/stage2/build/StaticFlags.o compiler/stage2/build/StaticFlagParser.o compiler/stage2/build/SysTools.o compiler/stage2/build/TidyPgm.o compiler/stage2/build/Ctype.o compiler/stage2/build/HaddockUtils.o compiler/stage2/build/LexCore.o compiler/stage2/build/Lexer.o compiler/stage2/build/OptCoercion.o compiler/stage2/build/Parser.o compiler/stage2/build/ParserCore.o compiler/stage2/build/ParserCoreUtils.o compiler/stage2/build/RdrHsSyn.o compiler/stage2/build/ForeignCall.o compiler/stage2/build/PrelInfo.o compiler/stage2/build/PrelNames.o compiler/stage2/build/PrelRules.o compiler/stage2/build/PrimOp.o compiler/stage2/build/TysPrim.o compiler/stage2/build/TysWiredIn.o compiler/stage2/build/CostCentre.o compiler/stage2/build/SCCfinal.o compiler/stage2/build/RnBinds.o compiler/stage2/build/RnEnv.o compiler/stage2/build/RnExpr.o compiler/stage2/build/RnHsDoc.o compiler/stage2/build/RnHsSyn.o compiler/stage2/build/RnNames.o compiler/stage2/build/RnPat.o compiler/stage2/build/RnSource.o compiler/stage2/build/RnTypes.o compiler/stage2/build/CoreMonad.o compiler/stage2/build/CSE.o compiler/stage2/build/FloatIn.o compiler/stage2/build/FloatOut.o compiler/stage2/build/LiberateCase.o compiler/stage2/build/OccurAnal.o compiler/stage2/build/SAT.o compiler/stage2/build/SetLevels.o compiler/stage2/build/SimplCore.o compiler/stage2/build/SimplEnv.o compiler/stage2/build/SimplMonad.o compiler/stage2/build/SimplUtils.o compiler/stage2/build/Simplify.o compiler/stage2/build/SRT.o compiler/stage2/build/SimplStg.o compiler/stage2/build/StgStats.o compiler/stage2/build/Rules.o compiler/stage2/build/SpecConstr.o compiler/stage2/build/Specialise.o compiler/stage2/build/CoreToStg.o compiler/stage2/build/StgLint.o compiler/stage2/build/StgSyn.o compiler/stage2/build/DmdAnal.o compiler/stage2/build/WorkWrap.o compiler/stage2/build/WwLib.o compiler/stage2/build/FamInst.o compiler/stage2/build/Inst.o compiler/stage2/build/TcAnnotations.o compiler/stage2/build/TcArrows.o compiler/stage2/build/TcBinds.o compiler/stage2/build/TcClassDcl.o compiler/stage2/build/TcDefaults.o compiler/stage2/build/TcDeriv.o compiler/stage2/build/TcEnv.o compiler/stage2/build/TcExpr.o compiler/stage2/build/TcForeign.o compiler/stage2/build/TcGenDeriv.o compiler/stage2/build/TcHsSyn.o compiler/stage2/build/TcHsType.o compiler/stage2/build/TcInstDcls.o compiler/stage2/build/TcMType.o compiler/stage2/build/TcMatches.o compiler/stage2/build/TcPat.o compiler/stage2/build/TcRnDriver.o compiler/stage2/build/TcRnMonad.o compiler/stage2/build/TcRnTypes.o compiler/stage2/build/TcRules.o compiler/stage2/build/TcSimplify.o compiler/stage2/build/TcErrors.o compiler/stage2/build/TcTyClsDecls.o compiler/stage2/build/TcTyDecls.o compiler/stage2/build/TcType.o compiler/stage2/build/TcUnify.o compiler/stage2/build/TcInteract.o compiler/stage2/build/TcCanonical.o compiler/stage2/build/TcSMonad.o compiler/stage2/build/Class.o compiler/stage2/build/Coercion.o compiler/stage2/build/FamInstEnv.o compiler/stage2/build/FunDeps.o compiler/stage2/build/Generics.o compiler/stage2/build/InstEnv.o compiler/stage2/build/TyCon.o compiler/stage2/build/Type.o compiler/stage2/build/TypeRep.o compiler/stage2/build/Unify.o compiler/stage2/build/Bag.o compiler/stage2/build/Binary.o compiler/stage2/build/BufWrite.o compiler/stage2/build/Digraph.o compiler/stage2/build/Encoding.o compiler/stage2/build/FastBool.o compiler/stage2/build/FastFunctions.o compiler/stage2/build/FastMutInt.o compiler/stage2/build/FastString.o compiler/stage2/build/FastTypes.o compiler/stage2/build/Fingerprint.o compiler/stage2/build/FiniteMap.o compiler/stage2/build/GraphBase.o compiler/stage2/build/GraphColor.o compiler/stage2/build/GraphOps.o compiler/stage2/build/GraphPpr.o compiler/stage2/build/IOEnv.o compiler/stage2/build/Interval.o compiler/stage2/build/ListSetOps.o compiler/stage2/build/Maybes.o compiler/stage2/build/MonadUtils.o compiler/stage2/build/OrdList.o compiler/stage2/build/Outputable.o compiler/stage2/build/Panic.o compiler/stage2/build/Pretty.o compiler/stage2/build/Serialized.o compiler/stage2/build/State.o compiler/stage2/build/StringBuffer.o compiler/stage2/build/UniqFM.o compiler/stage2/build/UniqSet.o compiler/stage2/build/Util.o compiler/stage2/build/Vectorise/Builtins/Base.o compiler/stage2/build/Vectorise/Builtins/Initialise.o compiler/stage2/build/Vectorise/Builtins/Modules.o compiler/stage2/build/Vectorise/Builtins/Prelude.o compiler/stage2/build/Vectorise/Builtins.o compiler/stage2/build/Vectorise/Monad/Base.o compiler/stage2/build/Vectorise/Monad/Naming.o compiler/stage2/build/Vectorise/Monad/Local.o compiler/stage2/build/Vectorise/Monad/Global.o compiler/stage2/build/Vectorise/Monad/InstEnv.o compiler/stage2/build/Vectorise/Monad.o compiler/stage2/build/Vectorise/Utils/Base.o compiler/stage2/build/Vectorise/Utils/Closure.o compiler/stage2/build/Vectorise/Utils/Hoisting.o compiler/stage2/build/Vectorise/Utils/PADict.o compiler/stage2/build/Vectorise/Utils/PRDict.o compiler/stage2/build/Vectorise/Utils/Poly.o compiler/stage2/build/Vectorise/Utils.o compiler/stage2/build/Vectorise/Type/Env.o compiler/stage2/build/Vectorise/Type/Repr.o compiler/stage2/build/Vectorise/Type/PData.o compiler/stage2/build/Vectorise/Type/PRepr.o compiler/stage2/build/Vectorise/Type/PADict.o compiler/stage2/build/Vectorise/Type/PRDict.o compiler/stage2/build/Vectorise/Type/Type.o compiler/stage2/build/Vectorise/Type/TyConDecl.o compiler/stage2/build/Vectorise/Type/Classify.o compiler/stage2/build/Vectorise/Convert.o compiler/stage2/build/Vectorise/Vect.o compiler/stage2/build/Vectorise/Var.o compiler/stage2/build/Vectorise/Env.o compiler/stage2/build/Vectorise/Exp.o compiler/stage2/build/Vectorise.o compiler/stage2/build/ghci/keepCAFsForGHCi.o compiler/stage2/build/parser/cutils.o compiler/stage2/build/utils/md5.o `/usr/bin/find compiler/stage2/build -name "*_stub.o" -print` >> compiler/stage2/build/libHSghc-7.0.1.a.contents "/usr/bin/ar" q compiler/stage2/build/libHSghc-7.0.1.a @compiler/stage2/build/libHSghc-7.0.1.a.contents /usr/bin/ar: creating compiler/stage2/build/libHSghc-7.0.1.a "rm" -f compiler/stage2/build/libHSghc-7.0.1.a.contents "inplace/bin/ghc-stage1" -H32m -O -lffi -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -O2 -DGHCI -threaded -package ghc-7.0.1 -package haskeline -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf hi -osuf o -hcsuf hc -c ghc/./GhciTags.hs -o ghc/stage2/build/GhciTags.o "/usr/bin/ld" -r -o compiler/stage2/build/HSghc-7.0.1.o compiler/stage2/build/AsmCodeGen.o compiler/stage2/build/TargetReg.o compiler/stage2/build/NCGMonad.o compiler/stage2/build/Instruction.o compiler/stage2/build/Size.o compiler/stage2/build/Reg.o compiler/stage2/build/RegClass.o compiler/stage2/build/PIC.o compiler/stage2/build/Platform.o compiler/stage2/build/Alpha/Regs.o compiler/stage2/build/Alpha/RegInfo.o compiler/stage2/build/Alpha/Instr.o compiler/stage2/build/Alpha/CodeGen.o compiler/stage2/build/X86/Regs.o compiler/stage2/build/X86/RegInfo.o compiler/stage2/build/X86/Instr.o compiler/stage2/build/X86/Cond.o compiler/stage2/build/X86/Ppr.o compiler/stage2/build/X86/CodeGen.o compiler/stage2/build/PPC/Regs.o compiler/stage2/build/PPC/RegInfo.o compiler/stage2/build/PPC/Instr.o compiler/stage2/build/PPC/Cond.o compiler/stage2/build/PPC/Ppr.o compiler/stage2/build/PPC/CodeGen.o compiler/stage2/build/SPARC/Base.o compiler/stage2/build/SPARC/Regs.o compiler/stage2/build/SPARC/RegPlate.o compiler/stage2/build/SPARC/Imm.o compiler/stage2/build/SPARC/AddrMode.o compiler/stage2/build/SPARC/Cond.o compiler/stage2/build/SPARC/Instr.o compiler/stage2/build/SPARC/Stack.o compiler/stage2/build/SPARC/ShortcutJump.o compiler/stage2/build/SPARC/Ppr.o compiler/stage2/build/SPARC/CodeGen.o compiler/stage2/build/SPARC/CodeGen/Amode.o compiler/stage2/build/SPARC/CodeGen/Base.o compiler/stage2/build/SPARC/CodeGen/CCall.o compiler/stage2/build/SPARC/CodeGen/CondCode.o compiler/stage2/build/SPARC/CodeGen/Gen32.o compiler/stage2/build/SPARC/CodeGen/Gen64.o compiler/stage2/build/SPARC/CodeGen/Sanity.o compiler/stage2/build/SPARC/CodeGen/Expand.o compiler/stage2/build/RegAlloc/Liveness.o compiler/stage2/build/RegAlloc/Graph/Main.o compiler/stage2/build/RegAlloc/Graph/Stats.o compiler/stage2/build/RegAlloc/Graph/ArchBase.o compiler/stage2/build/RegAlloc/Graph/ArchX86.o compiler/stage2/build/RegAlloc/Graph/Coalesce.o compiler/stage2/build/RegAlloc/Graph/Spill.o compiler/stage2/build/RegAlloc/Graph/SpillClean.o compiler/stage2/build/RegAlloc/Graph/SpillCost.o compiler/stage2/build/RegAlloc/Graph/TrivColorable.o compiler/stage2/build/RegAlloc/Linear/Main.o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.o compiler/stage2/build/RegAlloc/Linear/State.o compiler/stage2/build/RegAlloc/Linear/Stats.o compiler/stage2/build/RegAlloc/Linear/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/StackMap.o compiler/stage2/build/RegAlloc/Linear/Base.o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage2/build/DsMeta.o compiler/stage2/build/TcSplice.o compiler/stage2/build/Convert.o compiler/stage2/build/ByteCodeAsm.o compiler/stage2/build/ByteCodeFFI.o compiler/stage2/build/ByteCodeGen.o compiler/stage2/build/ByteCodeInstr.o compiler/stage2/build/ByteCodeItbls.o compiler/stage2/build/ByteCodeLink.o compiler/stage2/build/Debugger.o compiler/stage2/build/LibFFI.o compiler/stage2/build/Linker.o compiler/stage2/build/ObjLink.o compiler/stage2/build/RtClosureInspect.o compiler/stage2/build/BasicTypes.o compiler/stage2/build/DataCon.o compiler/stage2/build/Demand.o compiler/stage2/build/Exception.o compiler/stage2/build/Id.o compiler/stage2/build/IdInfo.o compiler/stage2/build/Literal.o compiler/stage2/build/Llvm.o compiler/stage2/build/Llvm/AbsSyn.o compiler/stage2/build/Llvm/PpLlvm.o compiler/stage2/build/Llvm/Types.o compiler/stage2/build/LlvmCodeGen.o compiler/stage2/build/LlvmCodeGen/Base.o compiler/stage2/build/LlvmCodeGen/CodeGen.o compiler/stage2/build/LlvmCodeGen/Data.o compiler/stage2/build/LlvmCodeGen/Ppr.o compiler/stage2/build/LlvmCodeGen/Regs.o compiler/stage2/build/LlvmMangler.o compiler/stage2/build/MkId.o compiler/stage2/build/Module.o compiler/stage2/build/Name.o compiler/stage2/build/NameEnv.o compiler/stage2/build/NameSet.o compiler/stage2/build/OccName.o compiler/stage2/build/RdrName.o compiler/stage2/build/SrcLoc.o compiler/stage2/build/UniqSupply.o compiler/stage2/build/Unique.o compiler/stage2/build/Var.o compiler/stage2/build/VarEnv.o compiler/stage2/build/VarSet.o compiler/stage2/build/BlockId.o compiler/stage2/build/CLabel.o compiler/stage2/build/Cmm.o compiler/stage2/build/CmmBrokenBlock.o compiler/stage2/build/CmmBuildInfoTables.o compiler/stage2/build/CmmCPS.o compiler/stage2/build/CmmCPSGen.o compiler/stage2/build/CmmCPSZ.o compiler/stage2/build/CmmCallConv.o compiler/stage2/build/CmmCommonBlockElimZ.o compiler/stage2/build/CmmContFlowOpt.o compiler/stage2/build/CmmCvt.o compiler/stage2/build/CmmExpr.o compiler/stage2/build/CmmInfo.o compiler/stage2/build/CmmLex.o compiler/stage2/build/CmmLint.o compiler/stage2/build/CmmLive.o compiler/stage2/build/CmmLiveZ.o compiler/stage2/build/CmmOpt.o compiler/stage2/build/CmmParse.o compiler/stage2/build/CmmProcPoint.o compiler/stage2/build/CmmProcPointZ.o compiler/stage2/build/CmmSpillReload.o compiler/stage2/build/CmmStackLayout.o compiler/stage2/build/CmmTx.o compiler/stage2/build/CmmUtils.o compiler/stage2/build/CmmZipUtil.o compiler/stage2/build/DFMonad.o compiler/stage2/build/Dataflow.o compiler/stage2/build/MkZipCfg.o compiler/stage2/build/MkZipCfgCmm.o compiler/stage2/build/OptimizationFuel.o compiler/stage2/build/PprBase.o compiler/stage2/build/PprC.o compiler/stage2/build/PprCmm.o compiler/stage2/build/PprCmmZ.o compiler/stage2/build/StackColor.o compiler/stage2/build/StackPlacements.o compiler/stage2/build/ZipCfg.o compiler/stage2/build/ZipCfgCmmRep.o compiler/stage2/build/ZipCfgExtras.o compiler/stage2/build/ZipDataflow.o compiler/stage2/build/Bitmap.o compiler/stage2/build/CgBindery.o compiler/stage2/build/CgCallConv.o compiler/stage2/build/CgCase.o compiler/stage2/build/CgClosure.o compiler/stage2/build/CgCon.o compiler/stage2/build/CgExpr.o compiler/stage2/build/CgExtCode.o compiler/stage2/build/CgForeignCall.o compiler/stage2/build/CgHeapery.o compiler/stage2/build/CgHpc.o compiler/stage2/build/CgInfoTbls.o compiler/stage2/build/CgLetNoEscape.o compiler/stage2/build/CgMonad.o compiler/stage2/build/CgParallel.o compiler/stage2/build/CgPrimOp.o compiler/stage2/build/CgProf.o compiler/stage2/build/CgStackery.o compiler/stage2/build/CgTailCall.o compiler/stage2/build/CgTicky.o compiler/stage2/build/CgUtils.o compiler/stage2/build/StgCmm.o compiler/stage2/build/StgCmmBind.o compiler/stage2/build/StgCmmClosure.o compiler/stage2/build/StgCmmCon.o compiler/stage2/build/StgCmmEnv.o compiler/stage2/build/StgCmmExpr.o compiler/stage2/build/StgCmmForeign.o compiler/stage2/build/StgCmmGran.o compiler/stage2/build/StgCmmHeap.o compiler/stage2/build/StgCmmHpc.o compiler/stage2/build/StgCmmLayout.o compiler/stage2/build/StgCmmMonad.o compiler/stage2/build/StgCmmPrim.o compiler/stage2/build/StgCmmProf.o compiler/stage2/build/StgCmmTicky.o compiler/stage2/build/StgCmmUtils.o compiler/stage2/build/ClosureInfo.o compiler/stage2/build/CodeGen.o compiler/stage2/build/SMRep.o compiler/stage2/build/CoreArity.o compiler/stage2/build/CoreFVs.o compiler/stage2/build/CoreLint.o compiler/stage2/build/CorePrep.o compiler/stage2/build/CoreSubst.o compiler/stage2/build/CoreSyn.o compiler/stage2/build/CoreTidy.o compiler/stage2/build/CoreUnfold.o compiler/stage2/build/CoreUtils.o compiler/stage2/build/ExternalCore.o compiler/stage2/build/MkCore.o compiler/stage2/build/MkExternalCore.o compiler/stage2/build/PprCore.o compiler/stage2/build/PprExternalCore.o compiler/stage2/build/Check.o compiler/stage2/build/Coverage.o compiler/stage2/build/Desugar.o compiler/stage2/build/DsArrows.o compiler/stage2/build/DsBinds.o compiler/stage2/build/DsCCall.o compiler/stage2/build/DsExpr.o compiler/stage2/build/DsForeign.o compiler/stage2/build/DsGRHSs.o compiler/stage2/build/DsListComp.o compiler/stage2/build/DsMonad.o compiler/stage2/build/DsUtils.o compiler/stage2/build/Match.o compiler/stage2/build/MatchCon.o compiler/stage2/build/MatchLit.o compiler/stage2/build/HsBinds.o compiler/stage2/build/HsDecls.o compiler/stage2/build/HsDoc.o compiler/stage2/build/HsExpr.o compiler/stage2/build/HsImpExp.o compiler/stage2/build/HsLit.o compiler/stage2/build/HsPat.o compiler/stage2/build/HsSyn.o compiler/stage2/build/HsTypes.o compiler/stage2/build/HsUtils.o compiler/stage2/build/BinIface.o compiler/stage2/build/BuildTyCl.o compiler/stage2/build/IfaceEnv.o compiler/stage2/build/IfaceSyn.o compiler/stage2/build/IfaceType.o compiler/stage2/build/LoadIface.o compiler/stage2/build/MkIface.o compiler/stage2/build/TcIface.o compiler/stage2/build/Annotations.o compiler/stage2/build/BreakArray.o compiler/stage2/build/CmdLineParser.o compiler/stage2/build/CodeOutput.o compiler/stage2/build/Config.o compiler/stage2/build/Constants.o compiler/stage2/build/DriverMkDepend.o compiler/stage2/build/DriverPhases.o compiler/stage2/build/DriverPipeline.o compiler/stage2/build/DynFlags.o compiler/stage2/build/ErrUtils.o compiler/stage2/build/Finder.o compiler/stage2/build/GHC.o compiler/stage2/build/HeaderInfo.o compiler/stage2/build/HscMain.o compiler/stage2/build/HscStats.o compiler/stage2/build/HscTypes.o compiler/stage2/build/InteractiveEval.o compiler/stage2/build/PackageConfig.o compiler/stage2/build/Packages.o compiler/stage2/build/PprTyThing.o compiler/stage2/build/StaticFlags.o compiler/stage2/build/StaticFlagParser.o compiler/stage2/build/SysTools.o compiler/stage2/build/TidyPgm.o compiler/stage2/build/Ctype.o compiler/stage2/build/HaddockUtils.o compiler/stage2/build/LexCore.o compiler/stage2/build/Lexer.o compiler/stage2/build/OptCoercion.o compiler/stage2/build/Parser.o compiler/stage2/build/ParserCore.o compiler/stage2/build/ParserCoreUtils.o compiler/stage2/build/RdrHsSyn.o compiler/stage2/build/ForeignCall.o compiler/stage2/build/PrelInfo.o compiler/stage2/build/PrelNames.o compiler/stage2/build/PrelRules.o compiler/stage2/build/PrimOp.o compiler/stage2/build/TysPrim.o compiler/stage2/build/TysWiredIn.o compiler/stage2/build/CostCentre.o compiler/stage2/build/SCCfinal.o compiler/stage2/build/RnBinds.o compiler/stage2/build/RnEnv.o compiler/stage2/build/RnExpr.o compiler/stage2/build/RnHsDoc.o compiler/stage2/build/RnHsSyn.o compiler/stage2/build/RnNames.o compiler/stage2/build/RnPat.o compiler/stage2/build/RnSource.o compiler/stage2/build/RnTypes.o compiler/stage2/build/CoreMonad.o compiler/stage2/build/CSE.o compiler/stage2/build/FloatIn.o compiler/stage2/build/FloatOut.o compiler/stage2/build/LiberateCase.o compiler/stage2/build/OccurAnal.o compiler/stage2/build/SAT.o compiler/stage2/build/SetLevels.o compiler/stage2/build/SimplCore.o compiler/stage2/build/SimplEnv.o compiler/stage2/build/SimplMonad.o compiler/stage2/build/SimplUtils.o compiler/stage2/build/Simplify.o compiler/stage2/build/SRT.o compiler/stage2/build/SimplStg.o compiler/stage2/build/StgStats.o compiler/stage2/build/Rules.o compiler/stage2/build/SpecConstr.o compiler/stage2/build/Specialise.o compiler/stage2/build/CoreToStg.o compiler/stage2/build/StgLint.o compiler/stage2/build/StgSyn.o compiler/stage2/build/DmdAnal.o compiler/stage2/build/WorkWrap.o compiler/stage2/build/WwLib.o compiler/stage2/build/FamInst.o compiler/stage2/build/Inst.o compiler/stage2/build/TcAnnotations.o compiler/stage2/build/TcArrows.o compiler/stage2/build/TcBinds.o compiler/stage2/build/TcClassDcl.o compiler/stage2/build/TcDefaults.o compiler/stage2/build/TcDeriv.o compiler/stage2/build/TcEnv.o compiler/stage2/build/TcExpr.o compiler/stage2/build/TcForeign.o compiler/stage2/build/TcGenDeriv.o compiler/stage2/build/TcHsSyn.o compiler/stage2/build/TcHsType.o compiler/stage2/build/TcInstDcls.o compiler/stage2/build/TcMType.o compiler/stage2/build/TcMatches.o compiler/stage2/build/TcPat.o compiler/stage2/build/TcRnDriver.o compiler/stage2/build/TcRnMonad.o compiler/stage2/build/TcRnTypes.o compiler/stage2/build/TcRules.o compiler/stage2/build/TcSimplify.o compiler/stage2/build/TcErrors.o compiler/stage2/build/TcTyClsDecls.o compiler/stage2/build/TcTyDecls.o compiler/stage2/build/TcType.o compiler/stage2/build/TcUnify.o compiler/stage2/build/TcInteract.o compiler/stage2/build/TcCanonical.o compiler/stage2/build/TcSMonad.o compiler/stage2/build/Class.o compiler/stage2/build/Coercion.o compiler/stage2/build/FamInstEnv.o compiler/stage2/build/FunDeps.o compiler/stage2/build/Generics.o compiler/stage2/build/InstEnv.o compiler/stage2/build/TyCon.o compiler/stage2/build/Type.o compiler/stage2/build/TypeRep.o compiler/stage2/build/Unify.o compiler/stage2/build/Bag.o compiler/stage2/build/Binary.o compiler/stage2/build/BufWrite.o compiler/stage2/build/Digraph.o compiler/stage2/build/Encoding.o compiler/stage2/build/FastBool.o compiler/stage2/build/FastFunctions.o compiler/stage2/build/FastMutInt.o compiler/stage2/build/FastString.o compiler/stage2/build/FastTypes.o compiler/stage2/build/Fingerprint.o compiler/stage2/build/FiniteMap.o compiler/stage2/build/GraphBase.o compiler/stage2/build/GraphColor.o compiler/stage2/build/GraphOps.o compiler/stage2/build/GraphPpr.o compiler/stage2/build/IOEnv.o compiler/stage2/build/Interval.o compiler/stage2/build/ListSetOps.o compiler/stage2/build/Maybes.o compiler/stage2/build/MonadUtils.o compiler/stage2/build/OrdList.o compiler/stage2/build/Outputable.o compiler/stage2/build/Panic.o compiler/stage2/build/Pretty.o compiler/stage2/build/Serialized.o compiler/stage2/build/State.o compiler/stage2/build/StringBuffer.o compiler/stage2/build/UniqFM.o compiler/stage2/build/UniqSet.o compiler/stage2/build/Util.o compiler/stage2/build/Vectorise/Builtins/Base.o compiler/stage2/build/Vectorise/Builtins/Initialise.o compiler/stage2/build/Vectorise/Builtins/Modules.o compiler/stage2/build/Vectorise/Builtins/Prelude.o compiler/stage2/build/Vectorise/Builtins.o compiler/stage2/build/Vectorise/Monad/Base.o compiler/stage2/build/Vectorise/Monad/Naming.o compiler/stage2/build/Vectorise/Monad/Local.o compiler/stage2/build/Vectorise/Monad/Global.o compiler/stage2/build/Vectorise/Monad/InstEnv.o compiler/stage2/build/Vectorise/Monad.o compiler/stage2/build/Vectorise/Utils/Base.o compiler/stage2/build/Vectorise/Utils/Closure.o compiler/stage2/build/Vectorise/Utils/Hoisting.o compiler/stage2/build/Vectorise/Utils/PADict.o compiler/stage2/build/Vectorise/Utils/PRDict.o compiler/stage2/build/Vectorise/Utils/Poly.o compiler/stage2/build/Vectorise/Utils.o compiler/stage2/build/Vectorise/Type/Env.o compiler/stage2/build/Vectorise/Type/Repr.o compiler/stage2/build/Vectorise/Type/PData.o compiler/stage2/build/Vectorise/Type/PRepr.o compiler/stage2/build/Vectorise/Type/PADict.o compiler/stage2/build/Vectorise/Type/PRDict.o compiler/stage2/build/Vectorise/Type/Type.o compiler/stage2/build/Vectorise/Type/TyConDecl.o compiler/stage2/build/Vectorise/Type/Classify.o compiler/stage2/build/Vectorise/Convert.o compiler/stage2/build/Vectorise/Vect.o compiler/stage2/build/Vectorise/Var.o compiler/stage2/build/Vectorise/Env.o compiler/stage2/build/Vectorise/Exp.o compiler/stage2/build/Vectorise.o compiler/stage2/build/ghci/keepCAFsForGHCi.o compiler/stage2/build/parser/cutils.o compiler/stage2/build/utils/md5.o `/usr/bin/find compiler/stage2/build -name "*_stub.o" -print` "inplace/bin/ghc-stage1" -H32m -O -lffi -package ghc -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -no-user-package-conf -rtsopts -odir utils/mkUserGuidePart/dist/build -hidir utils/mkUserGuidePart/dist/build -stubdir utils/mkUserGuidePart/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/mkUserGuidePart/./Main.hs -o utils/mkUserGuidePart/dist/build/Main.o "inplace/bin/ghc-stage1" -H32m -O -lffi -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -O2 -DGHCI -threaded -package ghc-7.0.1 -package haskeline -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf hi -osuf o -hcsuf hc -c ghc/./InteractiveUI.hs -o ghc/stage2/build/InteractiveUI.o "inplace/bin/ghc-stage1" -o utils/mkUserGuidePart/dist/build/tmp/mkUserGuidePart -H32m -O -lffi -package ghc -i -iutils/mkUserGuidePart/. -iutils/mkUserGuidePart/dist/build -iutils/mkUserGuidePart/dist/build/autogen -Iutils/mkUserGuidePart/dist/build -Iutils/mkUserGuidePart/dist/build/autogen -no-user-package-conf -rtsopts -odir utils/mkUserGuidePart/dist/build -hidir utils/mkUserGuidePart/dist/build -stubdir utils/mkUserGuidePart/dist/build -hisuf hi -osuf o -hcsuf hc utils/mkUserGuidePart/dist/build/Main.o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/GHC.hs -o compiler/stage2/build/GHC.p_o "cp" -p utils/mkUserGuidePart/dist/build/tmp/mkUserGuidePart inplace/bin/mkUserGuidePart touch inplace/bin/mkUserGuidePart inplace/bin/mkUserGuidePart docs/users_guide/users_guide.xml inplace/bin/mkUserGuidePart docs/users_guide/what_glasgow_exts_does.gen.xml "rm" -rf docs/users_guide/users_guide/ "/usr/bin/xsltproc" --stringparam base.dir docs/users_guide/users_guide/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl docs/users_guide/users_guide.xml Writing docs/users_guide/users_guide/License.html for preface(License) Writing docs/users_guide/users_guide/mailing-lists-GHC.html for sect1(mailing-lists-GHC) Writing docs/users_guide/users_guide/bug-reporting.html for sect1(bug-reporting) Writing docs/users_guide/users_guide/version-numbering.html for sect1(version-numbering) Writing docs/users_guide/users_guide/release-7-0-1.html for sect1(release-7-0-1) Writing docs/users_guide/users_guide/introduction-GHC.html for chapter(introduction-GHC) Writing docs/users_guide/users_guide/loading-source-files.html for sect1(loading-source-files) Writing docs/users_guide/users_guide/ghci-compiled.html for sect1(ghci-compiled) Writing docs/users_guide/users_guide/interactive-evaluation.html for sect1(interactive-evaluation) Writing docs/users_guide/users_guide/ghci-debugger.html for sect1(ghci-debugger) Writing docs/users_guide/users_guide/ghci-invocation.html for sect1(ghci-invocation) Writing docs/users_guide/users_guide/ghci-commands.html for sect1(ghci-commands) Writing docs/users_guide/users_guide/ghci-set.html for sect1(ghci-set) Writing docs/users_guide/users_guide/ghci-dot-files.html for sect1(ghci-dot-files) Writing docs/users_guide/users_guide/ghci-obj.html for sect1(ghci-obj) Writing docs/users_guide/users_guide/ghci-faq.html for sect1(ghci-faq) Writing docs/users_guide/users_guide/ghci.html for chapter(ghci) Writing docs/users_guide/users_guide/runghc.html for chapter(runghc) Writing docs/users_guide/users_guide/ch04s02.html for sect1 Writing docs/users_guide/users_guide/static-dynamic-flags.html for sect1(static-dynamic-flags) Writing docs/users_guide/users_guide/file-suffixes.html for sect1(file-suffixes) Writing docs/users_guide/users_guide/modes.html for sect1(modes) Writing docs/users_guide/users_guide/options-help.html for sect1(options-help) Writing docs/users_guide/users_guide/separate-compilation.html for sect1(separate-compilation) Writing docs/users_guide/users_guide/options-sanity.html for sect1(options-sanity) "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/PprTyThing.hs -o compiler/stage2/build/PprTyThing.p_o "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/main/DriverMkDepend.hs -o compiler/stage2/build/DriverMkDepend.p_o Writing docs/users_guide/users_guide/packages.html for sect1(packages) Writing docs/users_guide/users_guide/options-optimise.html for sect1(options-optimise) SpecConstr Function `$j_sdxT{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_sdGr{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_sdGK{v} [lid]' has two call patterns, but the limit is 1 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations Writing docs/users_guide/users_guide/options-phases.html for sect1(options-phases) Writing docs/users_guide/users_guide/using-shared-libs.html for sect1(using-shared-libs) "inplace/bin/ghc-stage1" -prof -H32m -O -lffi -package-name ghc-7.0.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -icompiler/stage2/build/autogen -Icompiler/stage2/build -Icompiler/stage2/build/autogen -Icompiler/stage2 -Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include -Icompiler/. -Icompiler/parser -Icompiler/utils -I/usr/lib64/libffi-3.0.9/include -optP-DGHCI -optP-include -optPcompiler/stage2/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package bin-package-db-0.0.0.0 -package bytestring-0.9.1.8 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package hpc-0.5.0.6 -package old-time-1.0.0.6 -package process-1.0.1.4 -package template-haskell-2.5.0.0 -package unix-2.4.1.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -no-user-package-conf -rtsopts -O2 -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -hisuf p_hi -osuf p_o -hcsuf p_hc -c compiler/ghci/Debugger.hs -o compiler/stage2/build/Debugger.p_o Writing docs/users_guide/users_guide/using-concurrent.html for sect1(using-concurrent) Writing docs/users_guide/users_guide/using-smp.html for sect1(using-smp) Writing docs/users_guide/users_guide/options-platform.html for sect1(options-platform) Writing docs/users_guide/users_guide/runtime-control.html for sect1(runtime-control) Writing docs/users_guide/users_guide/ext-core.html for sect1(ext-core) Writing docs/users_guide/users_guide/options-debugging.html for sect1(options-debugging) "rm" -f compiler/stage2/build/libHSghc-7.0.1_p.a compiler/stage2/build/libHSghc-7.0.1_p.a.contents echo compiler/stage2/build/AsmCodeGen.p_o compiler/stage2/build/TargetReg.p_o compiler/stage2/build/NCGMonad.p_o compiler/stage2/build/Instruction.p_o compiler/stage2/build/Size.p_o compiler/stage2/build/Reg.p_o compiler/stage2/build/RegClass.p_o compiler/stage2/build/PIC.p_o compiler/stage2/build/Platform.p_o compiler/stage2/build/Alpha/Regs.p_o compiler/stage2/build/Alpha/RegInfo.p_o compiler/stage2/build/Alpha/Instr.p_o compiler/stage2/build/Alpha/CodeGen.p_o compiler/stage2/build/X86/Regs.p_o compiler/stage2/build/X86/RegInfo.p_o compiler/stage2/build/X86/Instr.p_o compiler/stage2/build/X86/Cond.p_o compiler/stage2/build/X86/Ppr.p_o compiler/stage2/build/X86/CodeGen.p_o compiler/stage2/build/PPC/Regs.p_o compiler/stage2/build/PPC/RegInfo.p_o compiler/stage2/build/PPC/Instr.p_o compiler/stage2/build/PPC/Cond.p_o compiler/stage2/build/PPC/Ppr.p_o compiler/stage2/build/PPC/CodeGen.p_o compiler/stage2/build/SPARC/Base.p_o compiler/stage2/build/SPARC/Regs.p_o compiler/stage2/build/SPARC/RegPlate.p_o compiler/stage2/build/SPARC/Imm.p_o compiler/stage2/build/SPARC/AddrMode.p_o compiler/stage2/build/SPARC/Cond.p_o compiler/stage2/build/SPARC/Instr.p_o compiler/stage2/build/SPARC/Stack.p_o compiler/stage2/build/SPARC/ShortcutJump.p_o compiler/stage2/build/SPARC/Ppr.p_o compiler/stage2/build/SPARC/CodeGen.p_o compiler/stage2/build/SPARC/CodeGen/Amode.p_o compiler/stage2/build/SPARC/CodeGen/Base.p_o compiler/stage2/build/SPARC/CodeGen/CCall.p_o compiler/stage2/build/SPARC/CodeGen/CondCode.p_o compiler/stage2/build/SPARC/CodeGen/Gen32.p_o compiler/stage2/build/SPARC/CodeGen/Gen64.p_o compiler/stage2/build/SPARC/CodeGen/Sanity.p_o compiler/stage2/build/SPARC/CodeGen/Expand.p_o compiler/stage2/build/RegAlloc/Liveness.p_o compiler/stage2/build/RegAlloc/Graph/Main.p_o compiler/stage2/build/RegAlloc/Graph/Stats.p_o compiler/stage2/build/RegAlloc/Graph/ArchBase.p_o compiler/stage2/build/RegAlloc/Graph/ArchX86.p_o compiler/stage2/build/RegAlloc/Graph/Coalesce.p_o compiler/stage2/build/RegAlloc/Graph/Spill.p_o compiler/stage2/build/RegAlloc/Graph/SpillClean.p_o compiler/stage2/build/RegAlloc/Graph/SpillCost.p_o compiler/stage2/build/RegAlloc/Graph/TrivColorable.p_o compiler/stage2/build/RegAlloc/Linear/Main.p_o compiler/stage2/build/RegAlloc/Linear/JoinToTargets.p_o compiler/stage2/build/RegAlloc/Linear/State.p_o compiler/stage2/build/RegAlloc/Linear/Stats.p_o compiler/stage2/build/RegAlloc/Linear/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/StackMap.p_o compiler/stage2/build/RegAlloc/Linear/Base.p_o compiler/stage2/build/RegAlloc/Linear/X86/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/PPC/FreeRegs.p_o compiler/stage2/build/RegAlloc/Linear/SPARC/FreeRegs.p_o compiler/stage2/build/DsMeta.p_o compiler/stage2/build/TcSplice.p_o compiler/stage2/build/Convert.p_o compiler/stage2/build/ByteCodeAsm.p_o compiler/stage2/build/ByteCodeFFI.p_o compiler/stage2/build/ByteCodeGen.p_o compiler/stage2/build/ByteCodeInstr.p_o compiler/stage2/build/ByteCodeItbls.p_o compiler/stage2/build/ByteCodeLink.p_o compiler/stage2/build/Debugger.p_o compiler/stage2/build/LibFFI.p_o compiler/stage2/build/Linker.p_o compiler/stage2/build/ObjLink.p_o compiler/stage2/build/RtClosureInspect.p_o compiler/stage2/build/BasicTypes.p_o compiler/stage2/build/DataCon.p_o compiler/stage2/build/Demand.p_o compiler/stage2/build/Exception.p_o compiler/stage2/build/Id.p_o compiler/stage2/build/IdInfo.p_o compiler/stage2/build/Literal.p_o compiler/stage2/build/Llvm.p_o compiler/stage2/build/Llvm/AbsSyn.p_o compiler/stage2/build/Llvm/PpLlvm.p_o compiler/stage2/build/Llvm/Types.p_o compiler/stage2/build/LlvmCodeGen.p_o compiler/stage2/build/LlvmCodeGen/Base.p_o compiler/stage2/build/LlvmCodeGen/CodeGen.p_o compiler/stage2/build/LlvmCodeGen/Data.p_o compiler/stage2/build/LlvmCodeGen/Ppr.p_o compiler/stage2/build/LlvmCodeGen/Regs.p_o compiler/stage2/build/LlvmMangler.p_o compiler/stage2/build/MkId.p_o compiler/stage2/build/Module.p_o compiler/stage2/build/Name.p_o compiler/stage2/build/NameEnv.p_o compiler/stage2/build/NameSet.p_o compiler/stage2/build/OccName.p_o compiler/stage2/build/RdrName.p_o compiler/stage2/build/SrcLoc.p_o compiler/stage2/build/UniqSupply.p_o compiler/stage2/build/Unique.p_o compiler/stage2/build/Var.p_o compiler/stage2/build/VarEnv.p_o compiler/stage2/build/VarSet.p_o compiler/stage2/build/BlockId.p_o compiler/stage2/build/CLabel.p_o compiler/stage2/build/Cmm.p_o compiler/stage2/build/CmmBrokenBlock.p_o compiler/stage2/build/CmmBuildInfoTables.p_o compiler/stage2/build/CmmCPS.p_o compiler/stage2/build/CmmCPSGen.p_o compiler/stage2/build/CmmCPSZ.p_o compiler/stage2/build/CmmCallConv.p_o compiler/stage2/build/CmmCommonBlockElimZ.p_o compiler/stage2/build/CmmContFlowOpt.p_o compiler/stage2/build/CmmCvt.p_o compiler/stage2/build/CmmExpr.p_o compiler/stage2/build/CmmInfo.p_o compiler/stage2/build/CmmLex.p_o compiler/stage2/build/CmmLint.p_o compiler/stage2/build/CmmLive.p_o compiler/stage2/build/CmmLiveZ.p_o compiler/stage2/build/CmmOpt.p_o compiler/stage2/build/CmmParse.p_o compiler/stage2/build/CmmProcPoint.p_o compiler/stage2/build/CmmProcPointZ.p_o compiler/stage2/build/CmmSpillReload.p_o compiler/stage2/build/CmmStackLayout.p_o compiler/stage2/build/CmmTx.p_o compiler/stage2/build/CmmUtils.p_o compiler/stage2/build/CmmZipUtil.p_o compiler/stage2/build/DFMonad.p_o compiler/stage2/build/Dataflow.p_o compiler/stage2/build/MkZipCfg.p_o compiler/stage2/build/MkZipCfgCmm.p_o compiler/stage2/build/OptimizationFuel.p_o compiler/stage2/build/PprBase.p_o compiler/stage2/build/PprC.p_o compiler/stage2/build/PprCmm.p_o compiler/stage2/build/PprCmmZ.p_o compiler/stage2/build/StackColor.p_o compiler/stage2/build/StackPlacements.p_o compiler/stage2/build/ZipCfg.p_o compiler/stage2/build/ZipCfgCmmRep.p_o compiler/stage2/build/ZipCfgExtras.p_o compiler/stage2/build/ZipDataflow.p_o compiler/stage2/build/Bitmap.p_o compiler/stage2/build/CgBindery.p_o compiler/stage2/build/CgCallConv.p_o compiler/stage2/build/CgCase.p_o compiler/stage2/build/CgClosure.p_o compiler/stage2/build/CgCon.p_o compiler/stage2/build/CgExpr.p_o compiler/stage2/build/CgExtCode.p_o compiler/stage2/build/CgForeignCall.p_o compiler/stage2/build/CgHeapery.p_o compiler/stage2/build/CgHpc.p_o compiler/stage2/build/CgInfoTbls.p_o compiler/stage2/build/CgLetNoEscape.p_o compiler/stage2/build/CgMonad.p_o compiler/stage2/build/CgParallel.p_o compiler/stage2/build/CgPrimOp.p_o compiler/stage2/build/CgProf.p_o compiler/stage2/build/CgStackery.p_o compiler/stage2/build/CgTailCall.p_o compiler/stage2/build/CgTicky.p_o compiler/stage2/build/CgUtils.p_o compiler/stage2/build/StgCmm.p_o compiler/stage2/build/StgCmmBind.p_o compiler/stage2/build/StgCmmClosure.p_o compiler/stage2/build/StgCmmCon.p_o compiler/stage2/build/StgCmmEnv.p_o compiler/stage2/build/StgCmmExpr.p_o compiler/stage2/build/StgCmmForeign.p_o compiler/stage2/build/StgCmmGran.p_o compiler/stage2/build/StgCmmHeap.p_o compiler/stage2/build/StgCmmHpc.p_o compiler/stage2/build/StgCmmLayout.p_o compiler/stage2/build/StgCmmMonad.p_o compiler/stage2/build/StgCmmPrim.p_o compiler/stage2/build/StgCmmProf.p_o compiler/stage2/build/StgCmmTicky.p_o compiler/stage2/build/StgCmmUtils.p_o compiler/stage2/build/ClosureInfo.p_o compiler/stage2/build/CodeGen.p_o compiler/stage2/build/SMRep.p_o compiler/stage2/build/CoreArity.p_o compiler/stage2/build/CoreFVs.p_o compiler/stage2/build/CoreLint.p_o compiler/stage2/build/CorePrep.p_o compiler/stage2/build/CoreSubst.p_o compiler/stage2/build/CoreSyn.p_o compiler/stage2/build/CoreTidy.p_o compiler/stage2/build/CoreUnfold.p_o compiler/stage2/build/CoreUtils.p_o compiler/stage2/build/ExternalCore.p_o compiler/stage2/build/MkCore.p_o compiler/stage2/build/MkExternalCore.p_o compiler/stage2/build/PprCore.p_o compiler/stage2/build/PprExternalCore.p_o compiler/stage2/build/Check.p_o compiler/stage2/build/Coverage.p_o compiler/stage2/build/Desugar.p_o compiler/stage2/build/DsArrows.p_o compiler/stage2/build/DsBinds.p_o compiler/stage2/build/DsCCall.p_o compiler/stage2/build/DsExpr.p_o compiler/stage2/build/DsForeign.p_o compiler/stage2/build/DsGRHSs.p_o compiler/stage2/build/DsListComp.p_o compiler/stage2/build/DsMonad.p_o compiler/stage2/build/DsUtils.p_o compiler/stage2/build/Match.p_o compiler/stage2/build/MatchCon.p_o compiler/stage2/build/MatchLit.p_o compiler/stage2/build/HsBinds.p_o compiler/stage2/build/HsDecls.p_o compiler/stage2/build/HsDoc.p_o compiler/stage2/build/HsExpr.p_o compiler/stage2/build/HsImpExp.p_o compiler/stage2/build/HsLit.p_o compiler/stage2/build/HsPat.p_o compiler/stage2/build/HsSyn.p_o compiler/stage2/build/HsTypes.p_o compiler/stage2/build/HsUtils.p_o compiler/stage2/build/BinIface.p_o compiler/stage2/build/BuildTyCl.p_o compiler/stage2/build/IfaceEnv.p_o compiler/stage2/build/IfaceSyn.p_o compiler/stage2/build/IfaceType.p_o compiler/stage2/build/LoadIface.p_o compiler/stage2/build/MkIface.p_o compiler/stage2/build/TcIface.p_o compiler/stage2/build/Annotations.p_o compiler/stage2/build/BreakArray.p_o compiler/stage2/build/CmdLineParser.p_o compiler/stage2/build/CodeOutput.p_o compiler/stage2/build/Config.p_o compiler/stage2/build/Constants.p_o compiler/stage2/build/DriverMkDepend.p_o compiler/stage2/build/DriverPhases.p_o compiler/stage2/build/DriverPipeline.p_o compiler/stage2/build/DynFlags.p_o compiler/stage2/build/ErrUtils.p_o compiler/stage2/build/Finder.p_o compiler/stage2/build/GHC.p_o compiler/stage2/build/HeaderInfo.p_o compiler/stage2/build/HscMain.p_o compiler/stage2/build/HscStats.p_o compiler/stage2/build/HscTypes.p_o compiler/stage2/build/InteractiveEval.p_o compiler/stage2/build/PackageConfig.p_o compiler/stage2/build/Packages.p_o compiler/stage2/build/PprTyThing.p_o compiler/stage2/build/StaticFlags.p_o compiler/stage2/build/StaticFlagParser.p_o compiler/stage2/build/SysTools.p_o compiler/stage2/build/TidyPgm.p_o compiler/stage2/build/Ctype.p_o compiler/stage2/build/HaddockUtils.p_o compiler/stage2/build/LexCore.p_o compiler/stage2/build/Lexer.p_o compiler/stage2/build/OptCoercion.p_o compiler/stage2/build/Parser.p_o compiler/stage2/build/ParserCore.p_o compiler/stage2/build/ParserCoreUtils.p_o compiler/stage2/build/RdrHsSyn.p_o compiler/stage2/build/ForeignCall.p_o compiler/stage2/build/PrelInfo.p_o compiler/stage2/build/PrelNames.p_o compiler/stage2/build/PrelRules.p_o compiler/stage2/build/PrimOp.p_o compiler/stage2/build/TysPrim.p_o compiler/stage2/build/TysWiredIn.p_o compiler/stage2/build/CostCentre.p_o compiler/stage2/build/SCCfinal.p_o compiler/stage2/build/RnBinds.p_o compiler/stage2/build/RnEnv.p_o compiler/stage2/build/RnExpr.p_o compiler/stage2/build/RnHsDoc.p_o compiler/stage2/build/RnHsSyn.p_o compiler/stage2/build/RnNames.p_o compiler/stage2/build/RnPat.p_o compiler/stage2/build/RnSource.p_o compiler/stage2/build/RnTypes.p_o compiler/stage2/build/CoreMonad.p_o compiler/stage2/build/CSE.p_o compiler/stage2/build/FloatIn.p_o compiler/stage2/build/FloatOut.p_o compiler/stage2/build/LiberateCase.p_o compiler/stage2/build/OccurAnal.p_o compiler/stage2/build/SAT.p_o compiler/stage2/build/SetLevels.p_o compiler/stage2/build/SimplCore.p_o compiler/stage2/build/SimplEnv.p_o compiler/stage2/build/SimplMonad.p_o compiler/stage2/build/SimplUtils.p_o compiler/stage2/build/Simplify.p_o compiler/stage2/build/SRT.p_o compiler/stage2/build/SimplStg.p_o compiler/stage2/build/StgStats.p_o compiler/stage2/build/Rules.p_o compiler/stage2/build/SpecConstr.p_o compiler/stage2/build/Specialise.p_o compiler/stage2/build/CoreToStg.p_o compiler/stage2/build/StgLint.p_o compiler/stage2/build/StgSyn.p_o compiler/stage2/build/DmdAnal.p_o compiler/stage2/build/WorkWrap.p_o compiler/stage2/build/WwLib.p_o compiler/stage2/build/FamInst.p_o compiler/stage2/build/Inst.p_o compiler/stage2/build/TcAnnotations.p_o compiler/stage2/build/TcArrows.p_o compiler/stage2/build/TcBinds.p_o compiler/stage2/build/TcClassDcl.p_o compiler/stage2/build/TcDefaults.p_o compiler/stage2/build/TcDeriv.p_o compiler/stage2/build/TcEnv.p_o compiler/stage2/build/TcExpr.p_o compiler/stage2/build/TcForeign.p_o compiler/stage2/build/TcGenDeriv.p_o compiler/stage2/build/TcHsSyn.p_o compiler/stage2/build/TcHsType.p_o compiler/stage2/build/TcInstDcls.p_o compiler/stage2/build/TcMType.p_o compiler/stage2/build/TcMatches.p_o compiler/stage2/build/TcPat.p_o compiler/stage2/build/TcRnDriver.p_o compiler/stage2/build/TcRnMonad.p_o compiler/stage2/build/TcRnTypes.p_o compiler/stage2/build/TcRules.p_o compiler/stage2/build/TcSimplify.p_o compiler/stage2/build/TcErrors.p_o compiler/stage2/build/TcTyClsDecls.p_o compiler/stage2/build/TcTyDecls.p_o compiler/stage2/build/TcType.p_o compiler/stage2/build/TcUnify.p_o compiler/stage2/build/TcInteract.p_o compiler/stage2/build/TcCanonical.p_o compiler/stage2/build/TcSMonad.p_o compiler/stage2/build/Class.p_o compiler/stage2/build/Coercion.p_o compiler/stage2/build/FamInstEnv.p_o compiler/stage2/build/FunDeps.p_o compiler/stage2/build/Generics.p_o compiler/stage2/build/InstEnv.p_o compiler/stage2/build/TyCon.p_o compiler/stage2/build/Type.p_o compiler/stage2/build/TypeRep.p_o compiler/stage2/build/Unify.p_o compiler/stage2/build/Bag.p_o compiler/stage2/build/Binary.p_o compiler/stage2/build/BufWrite.p_o compiler/stage2/build/Digraph.p_o compiler/stage2/build/Encoding.p_o compiler/stage2/build/FastBool.p_o compiler/stage2/build/FastFunctions.p_o compiler/stage2/build/FastMutInt.p_o compiler/stage2/build/FastString.p_o compiler/stage2/build/FastTypes.p_o compiler/stage2/build/Fingerprint.p_o compiler/stage2/build/FiniteMap.p_o compiler/stage2/build/GraphBase.p_o compiler/stage2/build/GraphColor.p_o compiler/stage2/build/GraphOps.p_o compiler/stage2/build/GraphPpr.p_o compiler/stage2/build/IOEnv.p_o compiler/stage2/build/Interval.p_o compiler/stage2/build/ListSetOps.p_o compiler/stage2/build/Maybes.p_o compiler/stage2/build/MonadUtils.p_o compiler/stage2/build/OrdList.p_o compiler/stage2/build/Outputable.p_o compiler/stage2/build/Panic.p_o compiler/stage2/build/Pretty.p_o compiler/stage2/build/Serialized.p_o compiler/stage2/build/State.p_o compiler/stage2/build/StringBuffer.p_o compiler/stage2/build/UniqFM.p_o compiler/stage2/build/UniqSet.p_o compiler/stage2/build/Util.p_o compiler/stage2/build/Vectorise/Builtins/Base.p_o compiler/stage2/build/Vectorise/Builtins/Initialise.p_o compiler/stage2/build/Vectorise/Builtins/Modules.p_o compiler/stage2/build/Vectorise/Builtins/Prelude.p_o compiler/stage2/build/Vectorise/Builtins.p_o compiler/stage2/build/Vectorise/Monad/Base.p_o compiler/stage2/build/Vectorise/Monad/Naming.p_o compiler/stage2/build/Vectorise/Monad/Local.p_o compiler/stage2/build/Vectorise/Monad/Global.p_o compiler/stage2/build/Vectorise/Monad/InstEnv.p_o compiler/stage2/build/Vectorise/Monad.p_o compiler/stage2/build/Vectorise/Utils/Base.p_o compiler/stage2/build/Vectorise/Utils/Closure.p_o compiler/stage2/build/Vectorise/Utils/Hoisting.p_o compiler/stage2/build/Vectorise/Utils/PADict.p_o compiler/stage2/build/Vectorise/Utils/PRDict.p_o compiler/stage2/build/Vectorise/Utils/Poly.p_o compiler/stage2/build/Vectorise/Utils.p_o compiler/stage2/build/Vectorise/Type/Env.p_o compiler/stage2/build/Vectorise/Type/Repr.p_o compiler/stage2/build/Vectorise/Type/PData.p_o compiler/stage2/build/Vectorise/Type/PRepr.p_o compiler/stage2/build/Vectorise/Type/PADict.p_o compiler/stage2/build/Vectorise/Type/PRDict.p_o compiler/stage2/build/Vectorise/Type/Type.p_o compiler/stage2/build/Vectorise/Type/TyConDecl.p_o compiler/stage2/build/Vectorise/Type/Classify.p_o compiler/stage2/build/Vectorise/Convert.p_o compiler/stage2/build/Vectorise/Vect.p_o compiler/stage2/build/Vectorise/Var.p_o compiler/stage2/build/Vectorise/Env.p_o compiler/stage2/build/Vectorise/Exp.p_o compiler/stage2/build/Vectorise.p_o compiler/stage2/build/ghci/keepCAFsForGHCi.p_o compiler/stage2/build/parser/cutils.p_o compiler/stage2/build/utils/md5.p_o `/usr/bin/find compiler/stage2/build -name "*_stub.p_o" -print` >> compiler/stage2/build/libHSghc-7.0.1_p.a.contents "/usr/bin/ar" q compiler/stage2/build/libHSghc-7.0.1_p.a @compiler/stage2/build/libHSghc-7.0.1_p.a.contents /usr/bin/ar: creating compiler/stage2/build/libHSghc-7.0.1_p.a "rm" -f compiler/stage2/build/libHSghc-7.0.1_p.a.contents Writing docs/users_guide/users_guide/flag-reference.html for sect1(flag-reference) Writing docs/users_guide/users_guide/using-ghc.html for chapter(using-ghc) Writing docs/users_guide/users_guide/prof-compiler-options.html for sect1(prof-compiler-options) Writing docs/users_guide/users_guide/prof-time-options.html for sect1(prof-time-options) Writing docs/users_guide/users_guide/prof-heap.html for sect1(prof-heap) Writing docs/users_guide/users_guide/hp2ps.html for sect1(hp2ps) "inplace/bin/ghc-stage1" -H32m -O -lffi -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -O2 -DGHCI -threaded -package ghc-7.0.1 -package haskeline -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf hi -osuf o -hcsuf hc -c ghc/./Main.hs -o ghc/stage2/build/Main.o Writing docs/users_guide/users_guide/hpc.html for sect1(hpc) Writing docs/users_guide/users_guide/ticky-ticky.html for sect1(ticky-ticky) Writing docs/users_guide/users_guide/profiling.html for chapter(profiling) Writing docs/users_guide/users_guide/faster.html for sect1(faster) Writing docs/users_guide/users_guide/smaller.html for sect1(smaller) Writing docs/users_guide/users_guide/thriftier.html for sect1(thriftier) Writing docs/users_guide/users_guide/sooner-faster-quicker.html for chapter(sooner-faster-quicker) Writing docs/users_guide/users_guide/primitives.html for sect1(primitives) Writing docs/users_guide/users_guide/syntax-extns.html for sect1(syntax-extns) Writing docs/users_guide/users_guide/data-type-extensions.html for sect1(data-type-extensions) "inplace/bin/ghc-stage1" -o ghc/stage2/build/tmp/ghc-stage2 -H32m -O -lffi -i -ighc/. -ighc/stage2/build -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen -O2 -DGHCI -threaded -package ghc-7.0.1 -package haskeline -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf hi -osuf o -hcsuf hc ghc/stage2/build/Main.o ghc/stage2/build/GhciMonad.o ghc/stage2/build/GhciTags.o ghc/stage2/build/InteractiveUI.o ghc/stage2/build/hschooks.o Writing docs/users_guide/users_guide/deriving.html for sect1(deriving) Writing docs/users_guide/users_guide/type-class-extensions.html for sect1(type-class-extensions) Writing docs/users_guide/users_guide/type-families.html for sect1(type-families) Writing docs/users_guide/users_guide/other-type-extensions.html for sect1(other-type-extensions) Writing docs/users_guide/users_guide/template-haskell.html for sect1(template-haskell) Writing docs/users_guide/users_guide/arrow-notation.html for sect1(arrow-notation) Writing docs/users_guide/users_guide/bang-patterns.html for sect1(bang-patterns) Writing docs/users_guide/users_guide/assertions.html for sect1(assertions) Writing docs/users_guide/users_guide/pragmas.html for sect1(pragmas) "cp" -p ghc/stage2/build/tmp/ghc-stage2 inplace/lib/ghc-stage2 Writing docs/users_guide/users_guide/rewrite-rules.html for sect1(rewrite-rules) Writing docs/users_guide/users_guide/special-ids.html for sect1(special-ids) touch inplace/lib/ghc-stage2 "rm" -f inplace/bin/ghc-stage2 echo '#!/bin/sh' >> inplace/bin/ghc-stage2 echo 'executablename="/builddir/build/BUILD/ghc-7.0.1/inplace/lib/ghc-stage2"' >> inplace/bin/ghc-stage2 echo 'datadir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/ghc-stage2 echo 'bindir="/builddir/build/BUILD/ghc-7.0.1/inplace/bin"' >> inplace/bin/ghc-stage2 echo 'topdir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/ghc-stage2 echo 'pgmgcc="/usr/bin/gcc"' >> inplace/bin/ghc-stage2 cat ghc/ghc.wrapper >> inplace/bin/ghc-stage2 chmod +x inplace/bin/ghc-stage2 "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/GhcUtils.hs -o utils/haddock/dist/build/Haddock/GhcUtils.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Types.hs -o utils/haddock/dist/build/Haddock/Types.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/dist/build/autogen/Paths_haddock.hs -o utils/haddock/dist/build/Paths_haddock.o Writing docs/users_guide/users_guide/generic-classes.html for sect1(generic-classes) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Lex.hs -o utils/haddock/dist/build/Haddock/Lex.o Writing docs/users_guide/users_guide/monomorphism.html for sect1(monomorphism) Writing docs/users_guide/users_guide/lang-parallel.html for sect1(lang-parallel) Writing docs/users_guide/users_guide/ghc-language-features.html for chapter(ghc-language-features) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Convert.hs -o utils/haddock/dist/build/Haddock/Convert.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/Types.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Types.o Writing docs/users_guide/users_guide/ffi-ghc.html for sect1(ffi-ghc) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/HaddockDB.hs -o utils/haddock/dist/build/Haddock/Backends/HaddockDB.o Writing docs/users_guide/users_guide/ffi.html for chapter(ffi) "inplace/bin/ghc-stage2" -H32m -O -lffi -i -iutils/ghctags/. -iutils/ghctags/dist/build -iutils/ghctags/dist/build/autogen -Iutils/ghctags/dist/build -Iutils/ghctags/dist/build/autogen -package ghc -no-user-package-conf -rtsopts -odir utils/ghctags/dist/build -hidir utils/ghctags/dist/build -stubdir utils/ghctags/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/ghctags/./Main.hs -o utils/ghctags/dist/build/Main.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Utils.hs -o utils/haddock/dist/build/Haddock/Utils.o Writing docs/users_guide/users_guide/wrong-compilee.html for sect1(wrong-compilee) Writing docs/users_guide/users_guide/wrong.html for chapter(wrong) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Version.hs -o utils/haddock/dist/build/Haddock/Version.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Doc.hs -o utils/haddock/dist/build/Haddock/Doc.o Writing docs/users_guide/users_guide/hsc2hs.html for sect1(hsc2hs) Writing docs/users_guide/users_guide/utils.html for chapter(utils) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/Rename.hs -o utils/haddock/dist/build/Haddock/Interface/Rename.o Writing docs/users_guide/users_guide/ghci-windows.html for sect1(ghci-windows) Writing docs/users_guide/users_guide/terminal-interaction.html for sect1(terminal-interaction) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/AttachInstances.hs -o utils/haddock/dist/build/Haddock/Interface/AttachInstances.o Writing docs/users_guide/users_guide/library-differences.html for sect1(library-differences) Writing docs/users_guide/users_guide/ghci-cygwin.html for sect1(ghci-cygwin) Writing docs/users_guide/users_guide/win32-dlls.html for sect1(win32-dlls) Writing docs/users_guide/users_guide/win32.html for chapter(win32) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/ExtractFnArgDocs.hs -o utils/haddock/dist/build/Haddock/Interface/ExtractFnArgDocs.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/Rn.hs -o utils/haddock/dist/build/Haddock/Interface/Rn.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/ModuleTree.hs -o utils/haddock/dist/build/Haddock/ModuleTree.o Writing docs/users_guide/users_guide/bugs.html for sect1(bugs) "inplace/bin/ghc-stage2" -o utils/ghctags/dist/build/tmp/ghctags -H32m -O -lffi -i -iutils/ghctags/. -iutils/ghctags/dist/build -iutils/ghctags/dist/build/autogen -Iutils/ghctags/dist/build -Iutils/ghctags/dist/build/autogen -package ghc -no-user-package-conf -rtsopts -odir utils/ghctags/dist/build -hidir utils/ghctags/dist/build -stubdir utils/ghctags/dist/build -hisuf hi -osuf o -hcsuf hc utils/ghctags/dist/build/Main.o Writing docs/users_guide/users_guide/bugs-and-infelicities.html for chapter(bugs-and-infelicities) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Options.hs -o utils/haddock/dist/build/Haddock/Options.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/InterfaceFile.hs -o utils/haddock/dist/build/Haddock/InterfaceFile.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Parse.hs -o utils/haddock/dist/build/Haddock/Parse.o SpecConstr Function `happyDoAction{v X27D} [lid]' has 19 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `happyDoAction{v X28V} [lid]' has 19 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `happyDoAction{v X290} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `happyDoAction{v X29b} [lid]' has 20 call patterns, but the limit is 3 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s5jn{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s5jn{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `a_s5jn{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations SpecConstr Function `$j_s5jI{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Hoogle.hs -o utils/haddock/dist/build/Haddock/Backends/Hoogle.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/LaTeX.hs -o utils/haddock/dist/build/Haddock/Backends/LaTeX.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/Utils.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Utils.o "cp" -p utils/ghctags/dist/build/tmp/ghctags inplace/bin/ghctags "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/ParseModuleHeader.hs -o utils/haddock/dist/build/Haddock/Interface/ParseModuleHeader.o touch inplace/bin/ghctags "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/Themes.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Themes.o Writing docs/users_guide/users_guide/ix01.html for index Writing docs/users_guide/users_guide/index.html for book(users-guide) "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/Names.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Names.o cp mk/fptools.css docs/users_guide/users_guide/ cp docs/users_guide/prof_scc.png docs/users_guide/users_guide/prof_scc.png "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/LexParseRn.hs -o utils/haddock/dist/build/Haddock/Interface/LexParseRn.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/DocMarkup.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/DocMarkup.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface/Create.hs -o utils/haddock/dist/build/Haddock/Interface/Create.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/Layout.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Layout.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml/Decl.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml/Decl.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Interface.hs -o utils/haddock/dist/build/Haddock/Interface.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Haddock/Backends/Xhtml.hs -o utils/haddock/dist/build/Haddock/Backends/Xhtml.o "inplace/bin/ghc-stage2" -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c utils/haddock/src/Main.hs -o utils/haddock/dist/build/Main.o utils/haddock/src/Main.hs:81:15: Warning: Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns not matched: HeapOverflow ThreadKilled UserInterrupt "inplace/bin/ghc-stage2" -o utils/haddock/dist/build/tmp/haddock -H32m -O -lffi -DNEW_GHC_LAYOUT -hide-all-packages -i -iutils/haddock/src -iutils/haddock/dist/build -iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build -Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.10.0.0 -package array-0.3.0.2 -package base-4.3.0.0 -package containers-0.4.0.0 -package directory-1.1.0.0 -package filepath-1.2.0.0 -package ghc-7.0.1 -package pretty-1.0.1.2 -package xhtml-3000.2.0.1 -funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash -no-user-package-conf -rtsopts -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc utils/haddock/dist/build/Main.o utils/haddock/dist/build/Haddock/Interface.o utils/haddock/dist/build/Haddock/Interface/Rename.o utils/haddock/dist/build/Haddock/Interface/Create.o utils/haddock/dist/build/Haddock/Interface/ExtractFnArgDocs.o utils/haddock/dist/build/Haddock/Interface/AttachInstances.o utils/haddock/dist/build/Haddock/Interface/Rn.o utils/haddock/dist/build/Haddock/Interface/LexParseRn.o utils/haddock/dist/build/Haddock/Interface/ParseModuleHeader.o utils/haddock/dist/build/Haddock/Lex.o utils/haddock/dist/build/Haddock/Parse.o utils/haddock/dist/build/Haddock/Utils.o utils/haddock/dist/build/Haddock/Backends/Xhtml.o utils/haddock/dist/build/Haddock/Backends/Xhtml/Decl.o utils/haddock/dist/build/Haddock/Backends/Xhtml/DocMarkup.o utils/haddock/dist/build/Haddock/Backends/Xhtml/Layout.o utils/haddock/dist/build/Haddock/Backends/Xhtml/Names.o utils/haddock/dist/build/Haddock/Backends/Xhtml/Themes.o utils/haddock/dist/build/Haddock/Backends/Xhtml/Types.o utils/haddock/dist/build/Haddock/Backends/Xhtml/Utils.o utils/haddock/dist/build/Haddock/Backends/LaTeX.o utils/haddock/dist/build/Haddock/Backends/HaddockDB.o utils/haddock/dist/build/Haddock/Backends/Hoogle.o utils/haddock/dist/build/Haddock/ModuleTree.o utils/haddock/dist/build/Haddock/Types.o utils/haddock/dist/build/Haddock/Doc.o utils/haddock/dist/build/Haddock/Version.o utils/haddock/dist/build/Haddock/InterfaceFile.o utils/haddock/dist/build/Haddock/Options.o utils/haddock/dist/build/Haddock/GhcUtils.o utils/haddock/dist/build/Haddock/Convert.o utils/haddock/dist/build/Paths_haddock.o "cp" -p utils/haddock/dist/build/tmp/haddock inplace/lib/haddock touch inplace/lib/haddock "rm" -f inplace/bin/haddock echo '#!/bin/sh' >> inplace/bin/haddock echo 'executablename="/builddir/build/BUILD/ghc-7.0.1/inplace/lib/haddock"' >> inplace/bin/haddock echo 'datadir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/haddock echo 'bindir="/builddir/build/BUILD/ghc-7.0.1/inplace/bin"' >> inplace/bin/haddock echo 'topdir="/builddir/build/BUILD/ghc-7.0.1/inplace/lib"' >> inplace/bin/haddock echo 'pgmgcc="/usr/bin/gcc"' >> inplace/bin/haddock cat utils/haddock/haddock.wrapper >> inplace/bin/haddock chmod +x inplace/bin/haddock "inplace/bin/ghc-cabal" hscolour dist-install libraries/ghc-prim Preprocessing library ghc-prim-0.2.0.0... Running hscolour for ghc-prim-0.2.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/ghc-prim/dist-install/doc/html/ghc-prim" --no-tmp-comp-dir --dump-interface=libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --html --title="ghc-prim-0.2.0.0: GHC primitives" --prologue="libraries/ghc-prim/dist-install/haddock-prologue.txt" --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=ghc-prim-0.2.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/ghc-prim/. --optghc=-ilibraries/ghc-prim/dist-install/build --optghc=-ilibraries/ghc-prim/dist-install/build/autogen --optghc=-Ilibraries/ghc-prim/dist-install/build --optghc=-Ilibraries/ghc-prim/dist-install/build/autogen --optghc=-Ilibraries/ghc-prim/. --optghc=-optP-include --optghc=-optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=rts-1.0 --optghc=-split-objs --optghc=-package-name --optghc=ghc-prim --optghc=-XCPP --optghc=-XMagicHash --optghc=-XForeignFunctionInterface --optghc=-XUnliftedFFITypes --optghc=-XUnboxedTuples --optghc=-XEmptyDataDecls --optghc=-XNoImplicitPrelude --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/ghc-prim/dist-install/build --optghc=-hidir --optghc=libraries/ghc-prim/dist-install/build --optghc=-stubdir --optghc=libraries/ghc-prim/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/ghc-prim/./GHC/Bool.hs libraries/ghc-prim/./GHC/Debug.hs libraries/ghc-prim/./GHC/Generics.hs libraries/ghc-prim/./GHC/Magic.hs libraries/ghc-prim/./GHC/Ordering.hs libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs libraries/ghc-prim/./GHC/IntWord32.hs libraries/ghc-prim/./GHC/IntWord64.hs libraries/ghc-prim/./GHC/Tuple.hs libraries/ghc-prim/./GHC/Types.hs libraries/ghc-prim/./GHC/Unit.hs libraries/ghc-prim/dist-install/build/autogen/GHC/Prim.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/integer-gmp Preprocessing library integer-gmp-0.2.0.2... Running hscolour for integer-gmp-0.2.0.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/integer-gmp/dist-install/doc/html/integer-gmp" --no-tmp-comp-dir --dump-interface=libraries/integer-gmp/dist-install/doc/html/integer-gmp/integer-gmp.haddock --html --title="integer-gmp-0.2.0.2: Integer library based on GMP" --prologue="libraries/integer-gmp/dist-install/haddock-prologue.txt" --hide=GHC.Integer.Type --read-interface=../ghc-prim-0.2.0.0,../ghc-prim-0.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=integer-gmp-0.2.0.2 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/integer-gmp/. --optghc=-ilibraries/integer-gmp/dist-install/build --optghc=-ilibraries/integer-gmp/dist-install/build/autogen --optghc=-Ilibraries/integer-gmp/dist-install/build --optghc=-Ilibraries/integer-gmp/dist-install/build/autogen --optghc=-Ilibraries/integer-gmp/. --optghc=-optP-include --optghc=-optPlibraries/integer-gmp/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=ghc-prim-0.2.0.0 --optghc=-split-objs --optghc=-package-name --optghc=integer-gmp --optghc=-XCPP --optghc=-XMagicHash --optghc=-XUnboxedTuples --optghc=-XNoImplicitPrelude --optghc=-XForeignFunctionInterface --optghc=-XUnliftedFFITypes --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/integer-gmp/dist-install/build --optghc=-hidir --optghc=libraries/integer-gmp/dist-install/build --optghc=-stubdir --optghc=libraries/integer-gmp/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/integer-gmp/./GHC/Integer.lhs libraries/integer-gmp/./GHC/Integer/GMP/Internals.hs libraries/integer-gmp/./GHC/Integer/Type.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/base Preprocessing library base-4.3.0.0... Running hscolour for base-4.3.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/base/dist-install/doc/html/base" --no-tmp-comp-dir --dump-interface=libraries/base/dist-install/doc/html/base/base.haddock --html --title="base-4.3.0.0: Basic libraries" --prologue="libraries/base/dist-install/haddock-prologue.txt" --hide=System.Event.Array --hide=System.Event.Clock --hide=System.Event.Control --hide=System.Event.EPoll --hide=System.Event.IntMap --hide=System.Event.Internal --hide=System.Event.KQueue --hide=System.Event.Manager --hide=System.Event.PSQ --hide=System.Event.Poll --hide=System.Event.Thread --hide=System.Event.Unique --read-interface=../ghc-prim-0.2.0.0,../ghc-prim-0.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --read-interface=../integer-gmp-0.2.0.2,../integer-gmp-0.2.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/integer-gmp/dist-install/doc/html/integer-gmp/integer-gmp.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=base-4.3.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/base/. --optghc=-ilibraries/base/dist-install/build --optghc=-ilibraries/base/dist-install/build/autogen --optghc=-Ilibraries/base/dist-install/build --optghc=-Ilibraries/base/dist-install/build/autogen --optghc=-Ilibraries/base/include --optghc=-optP-DOPTIMISE_INTEGER_GCD_LCM --optghc=-optP-include --optghc=-optPlibraries/base/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=ghc-prim-0.2.0.0 --optghc=-package --optghc=integer-gmp-0.2.0.2 --optghc=-package --optghc=rts-1.0 --optghc=-split-objs --optghc=-package-name --optghc=base --optghc=-XMagicHash --optghc=-XExistentialQuantification --optghc=-XRank2Types --optghc=-XScopedTypeVariables --optghc=-XUnboxedTuples --optghc=-XForeignFunctionInterface --optghc=-XUnliftedFFITypes --optghc=-XDeriveDataTypeable --optghc=-XGeneralizedNewtypeDeriving --optghc=-XFlexibleInstances --optghc=-XStandaloneDeriving --optghc=-XPatternGuards --optghc=-XEmptyDataDecls --optghc=-XNoImplicitPrelude --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/base/dist-install/build --optghc=-hidir --optghc=libraries/base/dist-install/build --optghc=-stubdir --optghc=libraries/base/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/base/./Foreign/Concurrent.hs libraries/base/./GHC/Arr.lhs libraries/base/./GHC/Base.lhs libraries/base/./GHC/Classes.hs libraries/base/./GHC/Conc.lhs libraries/base/./GHC/Conc/IO.hs libraries/base/./GHC/Conc/Signal.hs libraries/base/./GHC/Conc/Sync.lhs libraries/base/./GHC/ConsoleHandler.hs libraries/base/./GHC/Constants.hs libraries/base/./GHC/Desugar.hs libraries/base/./GHC/Enum.lhs libraries/base/./GHC/Environment.hs libraries/base/./GHC/Err.lhs libraries/base/./GHC/Exception.lhs libraries/base/./GHC/Exts.hs libraries/base/./GHC/Float.lhs libraries/base/./GHC/ForeignPtr.hs libraries/base/./GHC/MVar.hs libraries/base/./GHC/IO.hs libraries/base/./GHC/IO/IOMode.hs libraries/base/./GHC/IO/Buffer.hs libraries/base/./GHC/IO/Device.hs libraries/base/./GHC/IO/BufferedIO.hs libraries/base/./GHC/IO/FD.hs libraries/base/./GHC/IO/Exception.hs libraries/base/./GHC/IO/Encoding.hs libraries/base/./GHC/IO/Encoding/Latin1.hs libraries/base/./GHC/IO/Encoding/UTF8.hs libraries/base/./GHC/IO/Encoding/UTF16.hs libraries/base/./GHC/IO/Encoding/UTF32.hs libraries/base/./GHC/IO/Encoding/Types.hs libraries/base/./GHC/IO/Encoding/Iconv.hs libraries/base/./GHC/IO/Encoding/CodePage.hs libraries/base/./GHC/IO/Handle.hs libraries/base/./GHC/IO/Handle/Types.hs libraries/base/./GHC/IO/Handle/Internals.hs libraries/base/./GHC/IO/Handle/FD.hs libraries/base/./GHC/IO/Handle/Text.hs libraries/base/./GHC/IOBase.hs libraries/base/./GHC/Handle.hs libraries/base/./GHC/IORef.hs libraries/base/./GHC/IOArray.hs libraries/base/./GHC/Int.hs libraries/base/./GHC/List.lhs libraries/base/./GHC/Num.lhs libraries/base/./GHC/PArr.hs libraries/base/./GHC/Pack.lhs libraries/base/./GHC/Ptr.lhs libraries/base/./GHC/Read.lhs libraries/base/./GHC/Real.lhs libraries/base/./GHC/ST.lhs libraries/base/./GHC/STRef.lhs libraries/base/./GHC/Show.lhs libraries/base/./GHC/Stable.lhs libraries/base/./GHC/Storable.lhs libraries/base/./GHC/TopHandler.lhs libraries/base/./GHC/Unicode.hs libraries/base/./GHC/Weak.lhs libraries/base/./GHC/Word.hs libraries/base/./System/Timeout.hs libraries/base/./System/Event.hs libraries/base/./Control/Applicative.hs libraries/base/./Control/Arrow.hs libraries/base/./Control/Category.hs libraries/base/./Control/Concurrent.hs libraries/base/./Control/Concurrent/Chan.hs libraries/base/./Control/Concurrent/MVar.hs libraries/base/./Control/Concurrent/QSem.hs libraries/base/./Control/Concurrent/QSemN.hs libraries/base/./Control/Concurrent/SampleVar.hs libraries/base/./Control/Exception.hs libraries/base/./Control/Exception/Base.hs libraries/base/./Control/OldException.hs libraries/base/./Control/Monad.hs libraries/base/./Control/Monad/Fix.hs libraries/base/./Control/Monad/Instances.hs libraries/base/./Control/Monad/ST.hs libraries/base/./Control/Monad/ST/Lazy.hs libraries/base/./Control/Monad/ST/Strict.hs libraries/base/./Data/Bits.hs libraries/base/./Data/Bool.hs libraries/base/./Data/Char.hs libraries/base/./Data/Complex.hs libraries/base/./Data/Dynamic.hs libraries/base/./Data/Either.hs libraries/base/./Data/Eq.hs libraries/base/./Data/Data.hs libraries/base/./Data/Fixed.hs libraries/base/./Data/Foldable.hs libraries/base/./Data/Function.hs libraries/base/./Data/Functor.hs libraries/base/./Data/HashTable.hs libraries/base/./Data/IORef.hs libraries/base/./Data/Int.hs libraries/base/./Data/Ix.hs libraries/base/./Data/List.hs libraries/base/./Data/Maybe.hs libraries/base/./Data/Monoid.hs libraries/base/./Data/Ord.hs libraries/base/./Data/Ratio.hs libraries/base/./Data/STRef.hs libraries/base/./Data/STRef/Lazy.hs libraries/base/./Data/STRef/Strict.hs libraries/base/./Data/String.hs libraries/base/./Data/Traversable.hs libraries/base/./Data/Tuple.hs libraries/base/./Data/Typeable.hs libraries/base/./Data/Unique.hs libraries/base/./Data/Version.hs libraries/base/./Data/Word.hs libraries/base/./Debug/Trace.hs libraries/base/./Foreign.hs libraries/base/./Foreign/C.hs libraries/base/./Foreign/C/Error.hs libraries/base/./Foreign/C/String.hs libraries/base/./Foreign/C/Types.hs libraries/base/./Foreign/ForeignPtr.hs libraries/base/./Foreign/Marshal.hs libraries/base/./Foreign/Marshal/Alloc.hs libraries/base/./Foreign/Marshal/Array.hs libraries/base/./Foreign/Marshal/Error.hs libraries/base/./Foreign/Marshal/Pool.hs libraries/base/./Foreign/Marshal/Utils.hs libraries/base/./Foreign/Ptr.hs libraries/base/./Foreign/StablePtr.hs libraries/base/./Foreign/Storable.hs libraries/base/./Numeric.hs libraries/base/./Prelude.hs libraries/base/./System/Console/GetOpt.hs libraries/base/dist-install/build/System/CPUTime.hs libraries/base/./System/Environment.hs libraries/base/./System/Exit.hs libraries/base/./System/IO.hs libraries/base/./System/IO/Error.hs libraries/base/./System/IO/Unsafe.hs libraries/base/./System/Info.hs libraries/base/./System/Mem.hs libraries/base/./System/Mem/StableName.hs libraries/base/./System/Mem/Weak.hs libraries/base/./System/Posix/Internals.hs libraries/base/./System/Posix/Types.hs libraries/base/./Text/ParserCombinators/ReadP.hs libraries/base/./Text/ParserCombinators/ReadPrec.hs libraries/base/./Text/Printf.hs libraries/base/./Text/Read.hs libraries/base/./Text/Read/Lex.hs libraries/base/./Text/Show.hs libraries/base/./Text/Show/Functions.hs libraries/base/./Unsafe/Coerce.hs libraries/base/./System/Event/Array.hs libraries/base/dist-install/build/System/Event/Clock.hs libraries/base/./System/Event/Control.hs libraries/base/dist-install/build/System/Event/EPoll.hs libraries/base/./System/Event/IntMap.hs libraries/base/./System/Event/Internal.hs libraries/base/dist-install/build/System/Event/KQueue.hs libraries/base/./System/Event/Manager.hs libraries/base/./System/Event/PSQ.hs libraries/base/dist-install/build/System/Event/Poll.hs libraries/base/./System/Event/Thread.hs libraries/base/./System/Event/Unique.hs Warning: base:GHC.Base: Could not find documentation for exported module: GHC.Err Warning: Data.Functor: <$ is exported separately but will be documented under Functor. Consider exporting it together with its parent(s) for code clarity. Warning: Text.Show: could not find link destinations for: Data.HashTable.HashData GHC.IO.Handle.Types.HandleType GHC.IOBase.BlockedIndefinitely GHC.IOBase.BlockedOnDeadMVar System.Event.Control.Control System.Event.Control.ControlMessage System.Event.Internal.Timeout System.Event.EPoll.EventType System.Event.EPoll.Event System.Event.EPoll.EPollFd System.Event.Unique.Unique System.Event.Manager.State System.Event.Manager.FdData GHC.IO.FD.FD System.Timeout.Timeout System.Event.Poll.Event System.Event.Poll.PollFd System.Event.IntMap.IntMap System.Event.PSQ.Sequ System.Event.PSQ.LTree System.Event.PSQ.PSQ System.Event.PSQ.Elem GHC.Arr.Array Warning: Control.Monad: could not find link destinations for: Data.Traversable.Id GHC.Arr.Array Data.Traversable.StateR Data.Traversable.StateL Text.ParserCombinators.ReadP.P Warning: Data.Bits: could not find link destinations for: System.Event.EPoll.EventType System.Event.Poll.Event Warning: GHC.IO.Device: could not find link destinations for: GHC.IO.FD.FD Warning: Foreign.Storable: could not find link destinations for: System.Event.Clock.CTimeval System.Event.EPoll.Event System.Event.Poll.Event System.Event.Poll.PollFd Warning: Data.Functor: could not find link destinations for: Data.Traversable.Id GHC.Arr.Array Data.Traversable.StateR Data.Traversable.StateL Warning: Data.Eq: could not find link destinations for: Data.HashTable.Inserts Data.HashTable.HashData Data.Typeable.KeyPr Data.Typeable.Key GHC.ForeignPtr.Finalizers System.Event.Control.ControlMessage System.Event.EPoll.EventType System.Event.EPoll.EPollFd System.Event.Unique.Unique System.Event.Manager.State System.Timeout.Timeout System.Event.Poll.Event System.Event.IntMap.IntMap System.Event.PSQ.LTree System.Event.PSQ.PSQ System.Event.PSQ.Elem GHC.Arr.Array GHC.IOArray.IOArray GHC.Arr.STArray Warning: Data.Typeable: could not find link destinations for: GHC.IO.Handle.Types.Handle__ GHC.IOBase.BlockedIndefinitely GHC.IOBase.BlockedOnDeadMVar GHC.IO.FD.FD System.Timeout.Timeout GHC.Arr.Array GHC.IOArray.IOArray GHC.Arr.STArray Warning: Text.Read: could not find link destinations for: GHC.Arr.Array Warning: GHC.IO.BufferedIO: could not find link destinations for: GHC.IO.FD.FD Warning: Data.Ord: could not find link destinations for: System.Event.Unique.Unique GHC.Arr.Array Warning: Control.Exception.Base: could not find link destinations for: GHC.IOBase.BlockedIndefinitely GHC.IOBase.BlockedOnDeadMVar System.Timeout.Timeout Warning: Control.Exception: could not find link destinations for: GHC.IOBase.BlockedIndefinitely GHC.IOBase.BlockedOnDeadMVar System.Timeout.Timeout Warning: System.Event: could not find link destinations for: System.Event.Manager.TimeoutQueue Warning: GHC.IO.Handle: could not find link destinations for: GHC.IO.Handle.Types.Handle__ Warning: GHC.IO.Handle.FD: could not find link destinations for: GHC.IO.FD.FD System.Posix.Internals.FD Warning: Prelude: could not find link destinations for: Data.HashTable.Inserts Data.HashTable.HashData Data.Typeable.KeyPr Data.Typeable.Key GHC.ForeignPtr.Finalizers System.Event.Control.ControlMessage System.Event.EPoll.EventType System.Event.EPoll.EPollFd System.Event.Unique.Unique System.Event.Manager.State System.Timeout.Timeout System.Event.Poll.Event System.Event.IntMap.IntMap System.Event.PSQ.LTree System.Event.PSQ.PSQ System.Event.PSQ.Elem GHC.Arr.Array GHC.IOArray.IOArray GHC.Arr.STArray Text.ParserCombinators.ReadP.P Data.Traversable.Id Data.Traversable.StateR Data.Traversable.StateL GHC.IO.Handle.Types.HandleType GHC.IOBase.BlockedIndefinitely GHC.IOBase.BlockedOnDeadMVar System.Event.Control.Control System.Event.Internal.Timeout System.Event.EPoll.Event System.Event.Manager.FdData GHC.IO.FD.FD System.Event.Poll.PollFd System.Event.PSQ.Sequ Warning: Data.Data: could not find link destinations for: GHC.Arr.Array Warning: Control.Monad.Instances: could not find link destinations for: Data.Traversable.Id GHC.Arr.Array Data.Traversable.StateR Data.Traversable.StateL Text.ParserCombinators.ReadP.P Warning: Control.Applicative: could not find link destinations for: Data.Traversable.Id Data.Traversable.StateR Data.Traversable.StateL Warning: Data.Foldable: could not find link destinations for: GHC.Arr.Array Warning: Data.Traversable: could not find link destinations for: GHC.Arr.Array "inplace/bin/ghc-cabal" hscolour dist-install libraries/filepath "inplace/bin/ghc-cabal" hscolour dist-install libraries/array "inplace/bin/ghc-cabal" hscolour dist-install libraries/bytestring "inplace/bin/ghc-cabal" hscolour dist-install libraries/unix Preprocessing library filepath-1.2.0.0... Running hscolour for filepath-1.2.0.0... Preprocessing library unix-2.4.1.0... Running hscolour for unix-2.4.1.0... Preprocessing library array-0.3.0.2... Running hscolour for array-0.3.0.2... Preprocessing library bytestring-0.9.1.8... Running hscolour for bytestring-0.9.1.8... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/filepath/dist-install/doc/html/filepath" --no-tmp-comp-dir --dump-interface=libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --html --title="filepath-1.2.0.0: Library for manipulating FilePaths in a cross platform way." --prologue="libraries/filepath/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=filepath-1.2.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/filepath/. --optghc=-ilibraries/filepath/dist-install/build --optghc=-ilibraries/filepath/dist-install/build/autogen --optghc=-Ilibraries/filepath/dist-install/build --optghc=-Ilibraries/filepath/dist-install/build/autogen --optghc=-Ilibraries/filepath/. --optghc=-optP-include --optghc=-optPlibraries/filepath/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/filepath/dist-install/build --optghc=-hidir --optghc=libraries/filepath/dist-install/build --optghc=-stubdir --optghc=libraries/filepath/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/filepath/./System/FilePath.hs libraries/filepath/./System/FilePath/Posix.hs libraries/filepath/./System/FilePath/Windows.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/array/dist-install/doc/html/array" --no-tmp-comp-dir --dump-interface=libraries/array/dist-install/doc/html/array/array.haddock --html --title="array-0.3.0.2: Mutable and immutable arrays" --prologue="libraries/array/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=array-0.3.0.2 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/array/. --optghc=-ilibraries/array/dist-install/build --optghc=-ilibraries/array/dist-install/build/autogen --optghc=-Ilibraries/array/dist-install/build --optghc=-Ilibraries/array/dist-install/build/autogen --optghc=-Ilibraries/array/include --optghc=-optP-include --optghc=-optPlibraries/array/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-XMultiParamTypeClasses --optghc=-XFlexibleContexts --optghc=-XFlexibleInstances --optghc=-XTypeSynonymInstances --optghc=-XRank2Types --optghc=-XMagicHash --optghc=-XUnboxedTuples --optghc=-XForeignFunctionInterface --optghc=-XUnliftedFFITypes --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/array/dist-install/build --optghc=-hidir --optghc=libraries/array/dist-install/build --optghc=-stubdir --optghc=libraries/array/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/array/./Data/Array/Base.hs libraries/array/./Data/Array/IArray.hs libraries/array/./Data/Array/IO.hs libraries/array/./Data/Array/IO/Internals.hs libraries/array/./Data/Array/MArray.hs libraries/array/./Data/Array/ST.hs libraries/array/./Data/Array/Storable.hs libraries/array/./Data/Array/Unboxed.hs libraries/array/./Data/Array.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/unix/dist-install/doc/html/unix" --no-tmp-comp-dir --dump-interface=libraries/unix/dist-install/doc/html/unix/unix.haddock --html --title="unix-2.4.1.0: POSIX functionality" --prologue="libraries/unix/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=unix-2.4.1.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/unix/. --optghc=-ilibraries/unix/dist-install/build --optghc=-ilibraries/unix/dist-install/build/autogen --optghc=-Ilibraries/unix/dist-install/build --optghc=-Ilibraries/unix/dist-install/build/autogen --optghc=-Ilibraries/unix/include --optghc=-optP-include --optghc=-optPlibraries/unix/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-XCPP --optghc=-XForeignFunctionInterface --optghc=-XEmptyDataDecls --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/unix/dist-install/build --optghc=-hidir --optghc=libraries/unix/dist-install/build --optghc=-stubdir --optghc=libraries/unix/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/unix/./System/Posix.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs libraries/unix/dist-install/build/System/Posix/Directory.hs libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs libraries/unix/dist-install/build/System/Posix/Env.hs libraries/unix/./System/Posix/Error.hs libraries/unix/dist-install/build/System/Posix/Files.hs libraries/unix/dist-install/build/System/Posix/IO.hs libraries/unix/dist-install/build/System/Posix/Process.hs libraries/unix/./System/Posix/Process/Internals.hs libraries/unix/dist-install/build/System/Posix/Resource.hs libraries/unix/dist-install/build/System/Posix/Temp.hs libraries/unix/dist-install/build/System/Posix/Terminal.hs libraries/unix/dist-install/build/System/Posix/Time.hs libraries/unix/dist-install/build/System/Posix/Unistd.hs libraries/unix/dist-install/build/System/Posix/User.hs libraries/unix/dist-install/build/System/Posix/Signals.hs libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs libraries/unix/dist-install/build/System/Posix/Semaphore.hs libraries/unix/dist-install/build/System/Posix/SharedMem.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/old-locale "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/bytestring/dist-install/doc/html/bytestring" --no-tmp-comp-dir --dump-interface=libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --html --title="bytestring-0.9.1.8: Fast, packed, strict and lazy byte arrays with a list interface" --prologue="libraries/bytestring/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../ghc-prim-0.2.0.0,../ghc-prim-0.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=bytestring-0.9.1.8 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/bytestring/. --optghc=-ilibraries/bytestring/dist-install/build --optghc=-ilibraries/bytestring/dist-install/build/autogen --optghc=-Ilibraries/bytestring/dist-install/build --optghc=-Ilibraries/bytestring/dist-install/build/autogen --optghc=-Ilibraries/bytestring/include --optghc=-optP-include --optghc=-optPlibraries/bytestring/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=ghc-prim-0.2.0.0 --optghc=-split-objs --optghc=-fdicts-cheap --optghc=-Wall --optghc=-fno-warn-orphans --optghc=-O2 --optghc=-funbox-strict-fields --optghc=-fno-method-sharing --optghc=-fmax-simplifier-iterations10 --optghc=-XUnliftedFFITypes --optghc=-XMagicHash --optghc=-XUnboxedTuples --optghc=-XDeriveDataTypeable --optghc=-XScopedTypeVariables --optghc=-XNamedFieldPuns --optghc=-XCPP --optghc=-XForeignFunctionInterface --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/bytestring/dist-install/build --optghc=-hidir --optghc=libraries/bytestring/dist-install/build --optghc=-stubdir --optghc=libraries/bytestring/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/bytestring/./Data/ByteString.hs libraries/bytestring/./Data/ByteString/Char8.hs libraries/bytestring/./Data/ByteString/Unsafe.hs libraries/bytestring/./Data/ByteString/Internal.hs libraries/bytestring/./Data/ByteString/Lazy.hs libraries/bytestring/./Data/ByteString/Lazy/Char8.hs libraries/bytestring/./Data/ByteString/Lazy/Internal.hs libraries/bytestring/./Data/ByteString/Fusion.hs Preprocessing library old-locale-1.0.0.2... Running hscolour for old-locale-1.0.0.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/old-locale/dist-install/doc/html/old-locale" --no-tmp-comp-dir --dump-interface=libraries/old-locale/dist-install/doc/html/old-locale/old-locale.haddock --html --title="old-locale-1.0.0.2: locale library" --prologue="libraries/old-locale/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=old-locale-1.0.0.2 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/old-locale/. --optghc=-ilibraries/old-locale/dist-install/build --optghc=-ilibraries/old-locale/dist-install/build/autogen --optghc=-Ilibraries/old-locale/dist-install/build --optghc=-Ilibraries/old-locale/dist-install/build/autogen --optghc=-Ilibraries/old-locale/. --optghc=-optP-include --optghc=-optPlibraries/old-locale/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/old-locale/dist-install/build --optghc=-hidir --optghc=libraries/old-locale/dist-install/build --optghc=-stubdir --optghc=libraries/old-locale/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/old-locale/./System/Locale.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/extensible-exceptions Preprocessing library extensible-exceptions-0.1.1.2... Running hscolour for extensible-exceptions-0.1.1.2... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/extensible-exceptions/dist-install/doc/html/extensible-exceptions" --no-tmp-comp-dir --dump-interface=libraries/extensible-exceptions/dist-install/doc/html/extensible-exceptions/extensible-exceptions.haddock --html --title="extensible-exceptions-0.1.1.2: Extensible exceptions" --prologue="libraries/extensible-exceptions/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=extensible-exceptions-0.1.1.2 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/extensible-exceptions/. --optghc=-ilibraries/extensible-exceptions/dist-install/build --optghc=-ilibraries/extensible-exceptions/dist-install/build/autogen --optghc=-Ilibraries/extensible-exceptions/dist-install/build --optghc=-Ilibraries/extensible-exceptions/dist-install/build/autogen --optghc=-Ilibraries/extensible-exceptions/. --optghc=-optP-DUSE_NEW_EXCEPTIONS --optghc=-optP-include --optghc=-optPlibraries/extensible-exceptions/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-XCPP --optghc=-XExistentialQuantification --optghc=-XDeriveDataTypeable --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/extensible-exceptions/dist-install/build --optghc=-hidir --optghc=libraries/extensible-exceptions/dist-install/build --optghc=-stubdir --optghc=libraries/extensible-exceptions/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/extensible-exceptions/./Control/Exception/Extensible.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/pretty Preprocessing library pretty-1.0.1.2... Running hscolour for pretty-1.0.1.2... Warning: Data.Array.MArray: newArray is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.MArray: newArray_ is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.MArray: getBounds is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Array.IArray: bounds is exported separately but will be documented under IArray. Consider exporting it together with its parent(s) for code clarity. "inplace/bin/ghc-cabal" hscolour dist-install libraries/mtl "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/pretty/dist-install/doc/html/pretty" --no-tmp-comp-dir --dump-interface=libraries/pretty/dist-install/doc/html/pretty/pretty.haddock --html --title="pretty-1.0.1.2: Pretty-printing library" --prologue="libraries/pretty/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=pretty-1.0.1.2 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/pretty/. --optghc=-ilibraries/pretty/dist-install/build --optghc=-ilibraries/pretty/dist-install/build/autogen --optghc=-Ilibraries/pretty/dist-install/build --optghc=-Ilibraries/pretty/dist-install/build/autogen --optghc=-Ilibraries/pretty/. --optghc=-optP-include --optghc=-optPlibraries/pretty/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/pretty/dist-install/build --optghc=-hidir --optghc=libraries/pretty/dist-install/build --optghc=-stubdir --optghc=libraries/pretty/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/pretty/./Text/PrettyPrint.hs libraries/pretty/./Text/PrettyPrint/HughesPJ.hs Preprocessing library mtl-1.1.1.0... Running hscolour for mtl-1.1.1.0... "inplace/bin/ghc-cabal" hscolour dist-install libraries/xhtml "inplace/bin/ghc-cabal" hscolour dist-install libraries/terminfo "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/mtl/dist-install/doc/html/mtl" --no-tmp-comp-dir --dump-interface=libraries/mtl/dist-install/doc/html/mtl/mtl.haddock --html --title="mtl-1.1.1.0: Monad transformer library" --prologue="libraries/mtl/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=mtl-1.1.1.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/mtl/. --optghc=-ilibraries/mtl/dist-install/build --optghc=-ilibraries/mtl/dist-install/build/autogen --optghc=-Ilibraries/mtl/dist-install/build --optghc=-Ilibraries/mtl/dist-install/build/autogen --optghc=-Ilibraries/mtl/. --optghc=-optP-include --optghc=-optPlibraries/mtl/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-Wall --optghc=-XMultiParamTypeClasses --optghc=-XFunctionalDependencies --optghc=-XFlexibleInstances --optghc=-XTypeSynonymInstances --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/mtl/dist-install/build --optghc=-hidir --optghc=libraries/mtl/dist-install/build --optghc=-stubdir --optghc=libraries/mtl/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/mtl/./Control/Monad/Cont.hs libraries/mtl/./Control/Monad/Cont/Class.hs libraries/mtl/./Control/Monad/Error.hs libraries/mtl/./Control/Monad/Error/Class.hs libraries/mtl/./Control/Monad/Identity.hs libraries/mtl/./Control/Monad/List.hs libraries/mtl/./Control/Monad/RWS.hs libraries/mtl/./Control/Monad/RWS/Class.hs libraries/mtl/./Control/Monad/RWS/Lazy.hs libraries/mtl/./Control/Monad/RWS/Strict.hs libraries/mtl/./Control/Monad/Reader.hs libraries/mtl/./Control/Monad/Reader/Class.hs libraries/mtl/./Control/Monad/State.hs libraries/mtl/./Control/Monad/State/Class.hs libraries/mtl/./Control/Monad/State/Lazy.hs libraries/mtl/./Control/Monad/State/Strict.hs libraries/mtl/./Control/Monad/Trans.hs libraries/mtl/./Control/Monad/Writer.hs libraries/mtl/./Control/Monad/Writer/Class.hs libraries/mtl/./Control/Monad/Writer/Lazy.hs libraries/mtl/./Control/Monad/Writer/Strict.hs Preprocessing library xhtml-3000.2.0.1... Running hscolour for xhtml-3000.2.0.1... "inplace/bin/ghc-cabal" hscolour dist-install libraries/containers Preprocessing library terminfo-0.3.1.3... Running hscolour for terminfo-0.3.1.3... Preprocessing library containers-0.4.0.0... Running hscolour for containers-0.4.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/terminfo/dist-install/doc/html/terminfo" --no-tmp-comp-dir --dump-interface=libraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock --html --title="terminfo-0.3.1.3: Haskell bindings to the terminfo library." --prologue="libraries/terminfo/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../extensible-exceptions-0.1.1.2,../extensible-exceptions-0.1.1.2/src/%{MODULE/./-}.html\#%{NAME},libraries/extensible-exceptions/dist-install/doc/html/extensible-exceptions/extensible-exceptions.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=terminfo-0.3.1.3 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/terminfo/. --optghc=-ilibraries/terminfo/dist-install/build --optghc=-ilibraries/terminfo/dist-install/build/autogen --optghc=-Ilibraries/terminfo/dist-install/build --optghc=-Ilibraries/terminfo/dist-install/build/autogen --optghc=-Ilibraries/terminfo/. --optghc=-optP-include --optghc=-optPlibraries/terminfo/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=extensible-exceptions-0.1.1.2 --optghc=-split-objs --optghc=-Wall --optghc=-XForeignFunctionInterface --optghc=-XDeriveDataTypeable --optghc=-XEmptyDataDecls --optghc=-XScopedTypeVariables --optghc=-XFlexibleInstances --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/terminfo/dist-install/build --optghc=-hidir --optghc=libraries/terminfo/dist-install/build --optghc=-stubdir --optghc=libraries/terminfo/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/terminfo/./System/Console/Terminfo.hs libraries/terminfo/./System/Console/Terminfo/Base.hs libraries/terminfo/./System/Console/Terminfo/Cursor.hs libraries/terminfo/./System/Console/Terminfo/Color.hs libraries/terminfo/./System/Console/Terminfo/Edit.hs libraries/terminfo/./System/Console/Terminfo/Effects.hs libraries/terminfo/./System/Console/Terminfo/Keys.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/xhtml/dist-install/doc/html/xhtml" --no-tmp-comp-dir --dump-interface=libraries/xhtml/dist-install/doc/html/xhtml/xhtml.haddock --html --title="xhtml-3000.2.0.1: An XHTML combinator library" --prologue="libraries/xhtml/dist-install/haddock-prologue.txt" --hide=Text.XHtml.Strict.Attributes --hide=Text.XHtml.Strict.Elements --hide=Text.XHtml.Frameset.Attributes --hide=Text.XHtml.Frameset.Elements --hide=Text.XHtml.Transitional.Attributes --hide=Text.XHtml.Transitional.Elements --hide=Text.XHtml.BlockTable --hide=Text.XHtml.Extras --hide=Text.XHtml.Internals --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=xhtml-3000.2.0.1 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/xhtml/. --optghc=-ilibraries/xhtml/dist-install/build --optghc=-ilibraries/xhtml/dist-install/build/autogen --optghc=-Ilibraries/xhtml/dist-install/build --optghc=-Ilibraries/xhtml/dist-install/build/autogen --optghc=-Ilibraries/xhtml/. --optghc=-optP-include --optghc=-optPlibraries/xhtml/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-O2 --optghc=-W --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/xhtml/dist-install/build --optghc=-hidir --optghc=libraries/xhtml/dist-install/build --optghc=-stubdir --optghc=libraries/xhtml/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/xhtml/./Text/XHtml.hs libraries/xhtml/./Text/XHtml/Frameset.hs libraries/xhtml/./Text/XHtml/Strict.hs libraries/xhtml/./Text/XHtml/Transitional.hs libraries/xhtml/./Text/XHtml/Debug.hs libraries/xhtml/./Text/XHtml/Table.hs libraries/xhtml/./Text/XHtml/Strict/Attributes.hs libraries/xhtml/./Text/XHtml/Strict/Elements.hs libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs libraries/xhtml/./Text/XHtml/Frameset/Elements.hs libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs libraries/xhtml/./Text/XHtml/Transitional/Elements.hs libraries/xhtml/./Text/XHtml/BlockTable.hs libraries/xhtml/./Text/XHtml/Extras.hs libraries/xhtml/./Text/XHtml/Internals.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/old-time "inplace/bin/ghc-cabal" hscolour dist-install libraries/time "inplace/bin/ghc-cabal" hscolour dist-install libraries/haskell2010 Preprocessing library old-time-1.0.0.6... Running hscolour for old-time-1.0.0.6... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/old-time/dist-install/doc/html/old-time" --no-tmp-comp-dir --dump-interface=libraries/old-time/dist-install/doc/html/old-time/old-time.haddock --html --title="old-time-1.0.0.6: Time library" --prologue="libraries/old-time/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../old-locale-1.0.0.2,../old-locale-1.0.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/old-locale/dist-install/doc/html/old-locale/old-locale.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=old-time-1.0.0.6 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/old-time/. --optghc=-ilibraries/old-time/dist-install/build --optghc=-ilibraries/old-time/dist-install/build/autogen --optghc=-Ilibraries/old-time/dist-install/build --optghc=-Ilibraries/old-time/dist-install/build/autogen --optghc=-Ilibraries/old-time/include --optghc=-optP-include --optghc=-optPlibraries/old-time/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=old-locale-1.0.0.2 --optghc=-split-objs --optghc=-XCPP --optghc=-XForeignFunctionInterface --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/old-time/dist-install/build --optghc=-hidir --optghc=libraries/old-time/dist-install/build --optghc=-stubdir --optghc=libraries/old-time/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/old-time/dist-install/build/System/Time.hs Preprocessing library time-1.2.0.3... Running hscolour for time-1.2.0.3... Preprocessing library haskell2010-1.0.0.0... Running hscolour for haskell2010-1.0.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/containers/dist-install/doc/html/containers" --no-tmp-comp-dir --dump-interface=libraries/containers/dist-install/doc/html/containers/containers.haddock --html --title="containers-0.4.0.0: Assorted concrete container types" --prologue="libraries/containers/dist-install/haddock-prologue.txt" --read-interface=../array-0.3.0.2,../array-0.3.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=containers-0.4.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/containers/. --optghc=-ilibraries/containers/dist-install/build --optghc=-ilibraries/containers/dist-install/build/autogen --optghc=-Ilibraries/containers/dist-install/build --optghc=-Ilibraries/containers/dist-install/build/autogen --optghc=-Ilibraries/containers/include --optghc=-optP-include --optghc=-optPlibraries/containers/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=array-0.3.0.2 --optghc=-package --optghc=base-4.3.0.0 --optghc=-split-objs --optghc=-fregs-graph --optghc=-O2 --optghc=-XDeriveDataTypeable --optghc=-XMagicHash --optghc=-XRank2Types --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/containers/dist-install/build --optghc=-hidir --optghc=libraries/containers/dist-install/build --optghc=-stubdir --optghc=libraries/containers/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/containers/./Data/Graph.hs libraries/containers/./Data/Sequence.hs libraries/containers/./Data/Tree.hs libraries/containers/./Data/IntMap.hs libraries/containers/./Data/IntSet.hs libraries/containers/./Data/Map.hs libraries/containers/./Data/Set.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/haskell2010/dist-install/doc/html/haskell2010" --no-tmp-comp-dir --dump-interface=libraries/haskell2010/dist-install/doc/html/haskell2010/haskell2010.haddock --html --title="haskell2010-1.0.0.0: Compatibility with Haskell 2010" --prologue="libraries/haskell2010/dist-install/haddock-prologue.txt" --read-interface=../array-0.3.0.2,../array-0.3.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../ghc-prim-0.2.0.0,../ghc-prim-0.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=haskell2010-1.0.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/haskell2010/. --optghc=-ilibraries/haskell2010/dist-install/build --optghc=-ilibraries/haskell2010/dist-install/build/autogen --optghc=-Ilibraries/haskell2010/dist-install/build --optghc=-Ilibraries/haskell2010/dist-install/build/autogen --optghc=-Ilibraries/haskell2010/. --optghc=-optP-include --optghc=-optPlibraries/haskell2010/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=array-0.3.0.2 --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=ghc-prim-0.2.0.0 --optghc=-split-objs --optghc=-XPackageImports --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/haskell2010/dist-install/build --optghc=-hidir --optghc=libraries/haskell2010/dist-install/build --optghc=-stubdir --optghc=libraries/haskell2010/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/haskell2010/./Data/Array.hs libraries/haskell2010/./Data/Char.hs libraries/haskell2010/./Data/Complex.hs libraries/haskell2010/./System/IO.hs libraries/haskell2010/./System/IO/Error.hs libraries/haskell2010/./Data/Ix.hs libraries/haskell2010/./Data/List.hs libraries/haskell2010/./Data/Maybe.hs libraries/haskell2010/./Control/Monad.hs libraries/haskell2010/./Data/Ratio.hs libraries/haskell2010/./System/Environment.hs libraries/haskell2010/./System/Exit.hs libraries/haskell2010/./Numeric.hs libraries/haskell2010/./Prelude.hs libraries/haskell2010/./Data/Int.hs libraries/haskell2010/./Data/Word.hs libraries/haskell2010/./Data/Bits.hs libraries/haskell2010/./Foreign.hs libraries/haskell2010/./Foreign/Ptr.hs libraries/haskell2010/./Foreign/ForeignPtr.hs libraries/haskell2010/./Foreign/StablePtr.hs libraries/haskell2010/./Foreign/Storable.hs libraries/haskell2010/./Foreign/C.hs libraries/haskell2010/./Foreign/C/Error.hs libraries/haskell2010/./Foreign/C/String.hs libraries/haskell2010/./Foreign/C/Types.hs libraries/haskell2010/./Foreign/Marshal.hs libraries/haskell2010/./Foreign/Marshal/Alloc.hs libraries/haskell2010/./Foreign/Marshal/Array.hs libraries/haskell2010/./Foreign/Marshal/Error.hs libraries/haskell2010/./Foreign/Marshal/Utils.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/time/dist-install/doc/html/time" --no-tmp-comp-dir --dump-interface=libraries/time/dist-install/doc/html/time/time.haddock --html --title="time-1.2.0.3: A time library" --prologue="libraries/time/dist-install/haddock-prologue.txt" --hide=Data.Time.Calendar.Private --hide=Data.Time.Calendar.Days --hide=Data.Time.Calendar.Gregorian --hide=Data.Time.Calendar.JulianYearDay --hide=Data.Time.Clock.Scale --hide=Data.Time.Clock.UTC --hide=Data.Time.Clock.CTimeval --hide=Data.Time.Clock.UTCDiff --hide=Data.Time.LocalTime.TimeZone --hide=Data.Time.LocalTime.TimeOfDay --hide=Data.Time.LocalTime.LocalTime --hide=Data.Time.Format.Parse --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../old-locale-1.0.0.2,../old-locale-1.0.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/old-locale/dist-install/doc/html/old-locale/old-locale.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=time-1.2.0.3 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/time/. --optghc=-ilibraries/time/dist-install/build --optghc=-ilibraries/time/dist-install/build/autogen --optghc=-Ilibraries/time/dist-install/build --optghc=-Ilibraries/time/dist-install/build/autogen --optghc=-Ilibraries/time/include --optghc=-optP-DLANGUAGE_Rank2Types --optghc=-optP-DLANGUAGE_DeriveDataTypeable --optghc=-optP-DLANGUAGE_StandaloneDeriving --optghc=-optP-include --optghc=-optPlibraries/time/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=old-locale-1.0.0.2 --optghc=-split-objs --optghc=-Wall --optghc=-XRank2Types --optghc=-XDeriveDataTypeable --optghc=-XStandaloneDeriving --optghc=-XForeignFunctionInterface --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/time/dist-install/build --optghc=-hidir --optghc=libraries/time/dist-install/build --optghc=-stubdir --optghc=libraries/time/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/time/./Data/Time/Calendar.hs libraries/time/./Data/Time/Calendar/MonthDay.hs libraries/time/./Data/Time/Calendar/OrdinalDate.hs libraries/time/./Data/Time/Calendar/WeekDate.hs libraries/time/./Data/Time/Calendar/Julian.hs libraries/time/./Data/Time/Calendar/Easter.hs libraries/time/./Data/Time/Clock.hs libraries/time/./Data/Time/Clock/POSIX.hs libraries/time/./Data/Time/Clock/TAI.hs libraries/time/./Data/Time/LocalTime.hs libraries/time/./Data/Time/Format.hs libraries/time/./Data/Time.hs libraries/time/./Data/Time/Calendar/Private.hs libraries/time/./Data/Time/Calendar/Days.hs libraries/time/./Data/Time/Calendar/Gregorian.hs libraries/time/./Data/Time/Calendar/JulianYearDay.hs libraries/time/./Data/Time/Clock/Scale.hs libraries/time/./Data/Time/Clock/UTC.hs libraries/time/./Data/Time/Clock/CTimeval.hs libraries/time/./Data/Time/Clock/UTCDiff.hs libraries/time/./Data/Time/LocalTime/TimeZone.hs libraries/time/./Data/Time/LocalTime/TimeOfDay.hs libraries/time/./Data/Time/LocalTime/LocalTime.hs libraries/time/./Data/Time/Format/Parse.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/utf8-string Preprocessing library utf8-string-0.3.6... Running hscolour for utf8-string-0.3.6... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/utf8-string/dist-install/doc/html/utf8-string" --no-tmp-comp-dir --dump-interface=libraries/utf8-string/dist-install/doc/html/utf8-string/utf8-string.haddock --html --title="utf8-string-0.3.6: Support for reading and writing UTF8 Strings" --prologue="libraries/utf8-string/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bytestring-0.9.1.8,../bytestring-0.9.1.8/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=utf8-string-0.3.6 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/utf8-string/. --optghc=-ilibraries/utf8-string/dist-install/build --optghc=-ilibraries/utf8-string/dist-install/build/autogen --optghc=-Ilibraries/utf8-string/dist-install/build --optghc=-Ilibraries/utf8-string/dist-install/build/autogen --optghc=-Ilibraries/utf8-string/. --optghc=-optP-include --optghc=-optPlibraries/utf8-string/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=bytestring-0.9.1.8 --optghc=-split-objs --optghc=-W --optghc=-O2 --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/utf8-string/dist-install/build --optghc=-hidir --optghc=libraries/utf8-string/dist-install/build --optghc=-stubdir --optghc=libraries/utf8-string/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/utf8-string/./Codec/Binary/UTF8/String.hs libraries/utf8-string/./Codec/Binary/UTF8/Generic.hs libraries/utf8-string/./System/IO/UTF8.hs libraries/utf8-string/./System/Environment/UTF8.hs libraries/utf8-string/./Data/String/UTF8.hs libraries/utf8-string/./Data/ByteString/UTF8.hs libraries/utf8-string/./Data/ByteString/Lazy/UTF8.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/directory "inplace/bin/ghc-cabal" hscolour dist-install libraries/random Warning: Couldn't find .haddock for exported Prelude.Integer: integer-gmp:GHC.Integer.Type.Integer Warning: Prelude: could not find link destinations for: GHC.ForeignPtr.Finalizers Text.ParserCombinators.ReadP.P GHC.IO.Handle.Types.HandleType Warning: Control.Monad: could not find link destinations for: Text.ParserCombinators.ReadP.P Preprocessing library random-1.0.0.3... Running hscolour for random-1.0.0.3... Preprocessing library directory-1.1.0.0... Running hscolour for directory-1.1.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/random/dist-install/doc/html/random" --no-tmp-comp-dir --dump-interface=libraries/random/dist-install/doc/html/random/random.haddock --html --title="random-1.0.0.3: random number library" --prologue="libraries/random/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../time-1.2.0.3,../time-1.2.0.3/src/%{MODULE/./-}.html\#%{NAME},libraries/time/dist-install/doc/html/time/time.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=random-1.0.0.3 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/random/. --optghc=-ilibraries/random/dist-install/build --optghc=-ilibraries/random/dist-install/build/autogen --optghc=-Ilibraries/random/dist-install/build --optghc=-Ilibraries/random/dist-install/build/autogen --optghc=-Ilibraries/random/. --optghc=-optP-include --optghc=-optPlibraries/random/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=time-1.2.0.3 --optghc=-split-objs --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/random/dist-install/build --optghc=-hidir --optghc=libraries/random/dist-install/build --optghc=-stubdir --optghc=libraries/random/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/random/./System/Random.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/directory/dist-install/doc/html/directory" --no-tmp-comp-dir --dump-interface=libraries/directory/dist-install/doc/html/directory/directory.haddock --html --title="directory-1.1.0.0: library for directory handling" --prologue="libraries/directory/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../filepath-1.2.0.0,../filepath-1.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../old-time-1.0.0.6,../old-time-1.0.0.6/src/%{MODULE/./-}.html\#%{NAME},libraries/old-time/dist-install/doc/html/old-time/old-time.haddock --read-interface=../unix-2.4.1.0,../unix-2.4.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=directory-1.1.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/directory/. --optghc=-ilibraries/directory/dist-install/build --optghc=-ilibraries/directory/dist-install/build/autogen --optghc=-Ilibraries/directory/dist-install/build --optghc=-Ilibraries/directory/dist-install/build/autogen --optghc=-Ilibraries/directory/include --optghc=-optP-include --optghc=-optPlibraries/directory/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=filepath-1.2.0.0 --optghc=-package --optghc=old-time-1.0.0.6 --optghc=-package --optghc=unix-2.4.1.0 --optghc=-split-objs --optghc=-XCPP --optghc=-XForeignFunctionInterface --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/directory/dist-install/build --optghc=-hidir --optghc=libraries/directory/dist-install/build --optghc=-stubdir --optghc=libraries/directory/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/directory/./System/Directory.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/template-haskell "inplace/bin/ghc-cabal" hscolour dist-install libraries/ghc-binary Cannot find documentation for: $intro Preprocessing library template-haskell-2.5.0.0... Running hscolour for template-haskell-2.5.0.0... Preprocessing library ghc-binary-0.5.0.2... Running hscolour for ghc-binary-0.5.0.2... "inplace/bin/ghc-cabal" hscolour dist-install libraries/process "inplace/bin/ghc-cabal" hscolour dist-install libraries/hpc "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/ghc-binary/dist-install/doc/html/ghc-binary" --no-tmp-comp-dir --dump-interface=libraries/ghc-binary/dist-install/doc/html/ghc-binary/ghc-binary.haddock --html --title="ghc-binary-0.5.0.2: Binary serialisation for Haskell values using lazy ByteStrings" --prologue="libraries/ghc-binary/dist-install/haddock-prologue.txt" --read-interface=../array-0.3.0.2,../array-0.3.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bytestring-0.9.1.8,../bytestring-0.9.1.8/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.4.0.0,../containers-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=ghc-binary-0.5.0.2 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/ghc-binary/src --optghc=-ilibraries/ghc-binary/dist-install/build --optghc=-ilibraries/ghc-binary/dist-install/build/autogen --optghc=-Ilibraries/ghc-binary/dist-install/build --optghc=-Ilibraries/ghc-binary/dist-install/build/autogen --optghc=-Ilibraries/ghc-binary/. --optghc=-optP-DAPPLICATIVE_IN_BASE --optghc=-optP-include --optghc=-optPlibraries/ghc-binary/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=array-0.3.0.2 --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=bytestring-0.9.1.8 --optghc=-package --optghc=containers-0.4.0.0 --optghc=-split-objs --optghc=-O2 --optghc=-Wall --optghc=-fliberate-case-threshold=1000 --optghc=-XCPP --optghc=-XFlexibleContexts --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/ghc-binary/dist-install/build --optghc=-hidir --optghc=libraries/ghc-binary/dist-install/build --optghc=-stubdir --optghc=libraries/ghc-binary/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/ghc-binary/src/Data/Binary.hs libraries/ghc-binary/src/Data/Binary/Put.hs libraries/ghc-binary/src/Data/Binary/Get.hs libraries/ghc-binary/src/Data/Binary/Builder.hs Preprocessing library process-1.0.1.4... Running hscolour for process-1.0.1.4... Preprocessing library hpc-0.5.0.6... Running hscolour for hpc-0.5.0.6... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/template-haskell/dist-install/doc/html/template-haskell" --no-tmp-comp-dir --dump-interface=libraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock --html --title="template-haskell-2.5.0.0" --prologue="libraries/template-haskell/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../containers-0.4.0.0,../containers-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../pretty-1.0.1.2,../pretty-1.0.1.2/src/%{MODULE/./-}.html\#%{NAME},libraries/pretty/dist-install/doc/html/pretty/pretty.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=template-haskell-2.5.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/template-haskell/. --optghc=-ilibraries/template-haskell/dist-install/build --optghc=-ilibraries/template-haskell/dist-install/build/autogen --optghc=-Ilibraries/template-haskell/dist-install/build --optghc=-Ilibraries/template-haskell/dist-install/build/autogen --optghc=-Ilibraries/template-haskell/. --optghc=-optP-include --optghc=-optPlibraries/template-haskell/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=containers-0.4.0.0 --optghc=-package --optghc=pretty-1.0.1.2 --optghc=-split-objs --optghc=-package-name --optghc=template-haskell --optghc=-XMagicHash --optghc=-XPatternGuards --optghc=-XPolymorphicComponents --optghc=-XDeriveDataTypeable --optghc=-XTypeSynonymInstances --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/template-haskell/dist-install/build --optghc=-hidir --optghc=libraries/template-haskell/dist-install/build --optghc=-stubdir --optghc=libraries/template-haskell/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/template-haskell/./Language/Haskell/TH/Syntax/Internals.hs libraries/template-haskell/./Language/Haskell/TH/Syntax.hs libraries/template-haskell/./Language/Haskell/TH/PprLib.hs libraries/template-haskell/./Language/Haskell/TH/Ppr.hs libraries/template-haskell/./Language/Haskell/TH/Lib.hs libraries/template-haskell/./Language/Haskell/TH/Quote.hs libraries/template-haskell/./Language/Haskell/TH.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/hpc/dist-install/doc/html/hpc" --no-tmp-comp-dir --dump-interface=libraries/hpc/dist-install/doc/html/hpc/hpc.haddock --html --title="hpc-0.5.0.6: Code Coverage Library for Haskell" --prologue="libraries/hpc/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../containers-0.4.0.0,../containers-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.1.0.0,../directory-1.1.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../old-time-1.0.0.6,../old-time-1.0.0.6/src/%{MODULE/./-}.html\#%{NAME},libraries/old-time/dist-install/doc/html/old-time/old-time.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=hpc-0.5.0.6 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/hpc/. --optghc=-ilibraries/hpc/dist-install/build --optghc=-ilibraries/hpc/dist-install/build/autogen --optghc=-Ilibraries/hpc/dist-install/build --optghc=-Ilibraries/hpc/dist-install/build/autogen --optghc=-Ilibraries/hpc/. --optghc=-optP-include --optghc=-optPlibraries/hpc/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=containers-0.4.0.0 --optghc=-package --optghc=directory-1.1.0.0 --optghc=-package --optghc=old-time-1.0.0.6 --optghc=-split-objs --optghc=-Wall --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/hpc/dist-install/build --optghc=-hidir --optghc=libraries/hpc/dist-install/build --optghc=-stubdir --optghc=libraries/hpc/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/hpc/./Trace/Hpc/Util.hs libraries/hpc/./Trace/Hpc/Mix.hs libraries/hpc/./Trace/Hpc/Tix.hs libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/process/dist-install/doc/html/process" --no-tmp-comp-dir --dump-interface=libraries/process/dist-install/doc/html/process/process.haddock --html --title="process-1.0.1.4: Process libraries" --prologue="libraries/process/dist-install/haddock-prologue.txt" --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../directory-1.1.0.0,../directory-1.1.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.2.0.0,../filepath-1.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../unix-2.4.1.0,../unix-2.4.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=process-1.0.1.4 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/process/. --optghc=-ilibraries/process/dist-install/build --optghc=-ilibraries/process/dist-install/build/autogen --optghc=-Ilibraries/process/dist-install/build --optghc=-Ilibraries/process/dist-install/build/autogen --optghc=-Ilibraries/process/include --optghc=-optP-Dbase4 --optghc=-optP-include --optghc=-optPlibraries/process/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=directory-1.1.0.0 --optghc=-package --optghc=filepath-1.2.0.0 --optghc=-package --optghc=unix-2.4.1.0 --optghc=-split-objs --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/process/dist-install/build --optghc=-hidir --optghc=libraries/process/dist-install/build --optghc=-stubdir --optghc=libraries/process/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/process/./System/Process/Internals.hs libraries/process/./System/Process.hs libraries/process/./System/Cmd.hs "inplace/bin/ghc-cabal" hscolour dist-install libraries/haskeline "inplace/bin/ghc-cabal" hscolour dist-install libraries/haskell98 Warning: Data.Binary.Put: could not find link destinations for: Data.Binary.Put.PairS "inplace/bin/ghc-cabal" hscolour dist-install libraries/Cabal Preprocessing library haskell98-1.1.0.0... Running hscolour for haskell98-1.1.0.0... Preprocessing library haskeline-0.6.3... Running hscolour for haskeline-0.6.3... Preprocessing library Cabal-1.10.0.0... Running hscolour for Cabal-1.10.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/haskell98/dist-install/doc/html/haskell98" --no-tmp-comp-dir --dump-interface=libraries/haskell98/dist-install/doc/html/haskell98/haskell98.haddock --html --title="haskell98-1.1.0.0: Compatibility with Haskell 98" --prologue="libraries/haskell98/dist-install/haddock-prologue.txt" --read-interface=../array-0.3.0.2,../array-0.3.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../directory-1.1.0.0,../directory-1.1.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../old-locale-1.0.0.2,../old-locale-1.0.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/old-locale/dist-install/doc/html/old-locale/old-locale.haddock --read-interface=../old-time-1.0.0.6,../old-time-1.0.0.6/src/%{MODULE/./-}.html\#%{NAME},libraries/old-time/dist-install/doc/html/old-time/old-time.haddock --read-interface=../process-1.0.1.4,../process-1.0.1.4/src/%{MODULE/./-}.html\#%{NAME},libraries/process/dist-install/doc/html/process/process.haddock --read-interface=../random-1.0.0.3,../random-1.0.0.3/src/%{MODULE/./-}.html\#%{NAME},libraries/random/dist-install/doc/html/random/random.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=haskell98-1.1.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/haskell98/. --optghc=-ilibraries/haskell98/dist-install/build --optghc=-ilibraries/haskell98/dist-install/build/autogen --optghc=-Ilibraries/haskell98/dist-install/build --optghc=-Ilibraries/haskell98/dist-install/build/autogen --optghc=-Ilibraries/haskell98/. --optghc=-optP-include --optghc=-optPlibraries/haskell98/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=array-0.3.0.2 --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=directory-1.1.0.0 --optghc=-package --optghc=old-locale-1.0.0.2 --optghc=-package --optghc=old-time-1.0.0.6 --optghc=-package --optghc=process-1.0.1.4 --optghc=-package --optghc=random-1.0.0.3 --optghc=-split-objs --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/haskell98/dist-install/build --optghc=-hidir --optghc=libraries/haskell98/dist-install/build --optghc=-stubdir --optghc=libraries/haskell98/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/haskell98/./Array.hs libraries/haskell98/./CPUTime.hs libraries/haskell98/./Char.hs libraries/haskell98/./Complex.hs libraries/haskell98/./Directory.hs libraries/haskell98/./IO.hs libraries/haskell98/./Ix.hs libraries/haskell98/./List.hs libraries/haskell98/./Locale.hs libraries/haskell98/./Maybe.hs libraries/haskell98/./Monad.hs libraries/haskell98/./Random.hs libraries/haskell98/./Ratio.hs libraries/haskell98/./System.hs libraries/haskell98/./Time.hs libraries/haskell98/./Bits.hs libraries/haskell98/./CError.hs libraries/haskell98/./CForeign.hs libraries/haskell98/./CString.hs libraries/haskell98/./CTypes.hs libraries/haskell98/./ForeignPtr.hs libraries/haskell98/./Int.hs libraries/haskell98/./MarshalAlloc.hs libraries/haskell98/./MarshalArray.hs libraries/haskell98/./MarshalError.hs libraries/haskell98/./MarshalUtils.hs libraries/haskell98/./Ptr.hs libraries/haskell98/./StablePtr.hs libraries/haskell98/./Storable.hs libraries/haskell98/./Word.hs "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/haskeline/dist-install/doc/html/haskeline" --no-tmp-comp-dir --dump-interface=libraries/haskeline/dist-install/doc/html/haskeline/haskeline.haddock --html --title="haskeline-0.6.3: A command-line interface for user input, written in Haskell." --prologue="libraries/haskeline/dist-install/haddock-prologue.txt" --hide=System.Console.Haskeline.Backend.Terminfo --hide=System.Console.Haskeline.Backend.WCWidth --hide=System.Console.Haskeline.Backend.Posix --hide=System.Console.Haskeline.Backend.IConv --hide=System.Console.Haskeline.Backend.DumbTerm --hide=System.Console.Haskeline.Backend --hide=System.Console.Haskeline.Command --hide=System.Console.Haskeline.Command.Completion --hide=System.Console.Haskeline.Command.History --hide=System.Console.Haskeline.Command.KillRing --hide=System.Console.Haskeline.Directory --hide=System.Console.Haskeline.Emacs --hide=System.Console.Haskeline.InputT --hide=System.Console.Haskeline.Key --hide=System.Console.Haskeline.LineState --hide=System.Console.Haskeline.Monads --hide=System.Console.Haskeline.Prefs --hide=System.Console.Haskeline.RunCommand --hide=System.Console.Haskeline.Term --hide=System.Console.Haskeline.Command.Undo --hide=System.Console.Haskeline.Vi --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bytestring-0.9.1.8,../bytestring-0.9.1.8/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.4.0.0,../containers-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.1.0.0,../directory-1.1.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../extensible-exceptions-0.1.1.2,../extensible-exceptions-0.1.1.2/src/%{MODULE/./-}.html\#%{NAME},libraries/extensible-exceptions/dist-install/doc/html/extensible-exceptions/extensible-exceptions.haddock --read-interface=../filepath-1.2.0.0,../filepath-1.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../mtl-1.1.1.0,../mtl-1.1.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/mtl/dist-install/doc/html/mtl/mtl.haddock --read-interface=../terminfo-0.3.1.3,../terminfo-0.3.1.3/src/%{MODULE/./-}.html\#%{NAME},libraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock --read-interface=../unix-2.4.1.0,../unix-2.4.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --read-interface=../utf8-string-0.3.6,../utf8-string-0.3.6/src/%{MODULE/./-}.html\#%{NAME},libraries/utf8-string/dist-install/doc/html/utf8-string/utf8-string.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=haskeline-0.6.3 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/haskeline/. --optghc=-ilibraries/haskeline/dist-install/build --optghc=-ilibraries/haskeline/dist-install/build/autogen --optghc=-Ilibraries/haskeline/dist-install/build --optghc=-Ilibraries/haskeline/dist-install/build/autogen --optghc=-Ilibraries/haskeline/includes --optghc=-optP-DTERMINFO --optghc=-optP-include --optghc=-optPlibraries/haskeline/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=bytestring-0.9.1.8 --optghc=-package --optghc=containers-0.4.0.0 --optghc=-package --optghc=directory-1.1.0.0 --optghc=-package --optghc=extensible-exceptions-0.1.1.2 --optghc=-package --optghc=filepath-1.2.0.0 --optghc=-package --optghc=mtl-1.1.1.0 --optghc=-package --optghc=terminfo-0.3.1.3 --optghc=-package --optghc=unix-2.4.1.0 --optghc=-package --optghc=utf8-string-0.3.6 --optghc=-split-objs --optghc=-Wall --optghc=-XForeignFunctionInterface --optghc=-XRank2Types --optghc=-XFlexibleInstances --optghc=-XTypeSynonymInstances --optghc=-XFlexibleContexts --optghc=-XExistentialQuantification --optghc=-XScopedTypeVariables --optghc=-XGeneralizedNewtypeDeriving --optghc=-XMultiParamTypeClasses --optghc=-XOverlappingInstances --optghc=-XUndecidableInstances --optghc=-XPatternSignatures --optghc=-XCPP --optghc=-XDeriveDataTypeable --optghc=-XPatternGuards --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/haskeline/dist-install/build --optghc=-hidir --optghc=libraries/haskeline/dist-install/build --optghc=-stubdir --optghc=libraries/haskeline/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/haskeline/./System/Console/Haskeline.hs libraries/haskeline/./System/Console/Haskeline/Completion.hs libraries/haskeline/./System/Console/Haskeline/Encoding.hs libraries/haskeline/./System/Console/Haskeline/MonadException.hs libraries/haskeline/./System/Console/Haskeline/History.hs libraries/haskeline/./System/Console/Haskeline/IO.hs libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/IConv.hs libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs libraries/haskeline/./System/Console/Haskeline/Backend.hs libraries/haskeline/./System/Console/Haskeline/Command.hs libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs libraries/haskeline/./System/Console/Haskeline/Command/History.hs libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs libraries/haskeline/./System/Console/Haskeline/Emacs.hs libraries/haskeline/./System/Console/Haskeline/InputT.hs libraries/haskeline/./System/Console/Haskeline/Key.hs libraries/haskeline/./System/Console/Haskeline/LineState.hs libraries/haskeline/./System/Console/Haskeline/Monads.hs libraries/haskeline/./System/Console/Haskeline/Prefs.hs libraries/haskeline/./System/Console/Haskeline/RunCommand.hs libraries/haskeline/./System/Console/Haskeline/Term.hs libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs libraries/haskeline/./System/Console/Haskeline/Vi.hs Warning: Language.Haskell.TH.Syntax: could not find link destinations for: GHC.Prim.Int# Warning: Couldn't find .haddock for exported IO.IO: ghc-prim:GHC.Types.IO Warning: Couldn't find .haddock for exported Char.Char: ghc-prim:GHC.Types.Char Warning: Monad: could not find link destinations for: Text.ParserCombinators.ReadP.P "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/Cabal/dist-install/doc/html/Cabal" --no-tmp-comp-dir --dump-interface=libraries/Cabal/dist-install/doc/html/Cabal/Cabal.haddock --html --title="Cabal-1.10.0.0: A framework for packaging Haskell software" --prologue="libraries/Cabal/dist-install/haddock-prologue.txt" --hide=Distribution.GetOpt --hide=Distribution.Compat.Exception --hide=Distribution.Compat.CopyFile --hide=Distribution.Compat.TempFile --hide=Distribution.Simple.GHC.IPI641 --hide=Distribution.Simple.GHC.IPI642 --hide=Paths_Cabal --read-interface=../array-0.3.0.2,../array-0.3.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../containers-0.4.0.0,../containers-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.1.0.0,../directory-1.1.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.2.0.0,../filepath-1.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../old-time-1.0.0.6,../old-time-1.0.0.6/src/%{MODULE/./-}.html\#%{NAME},libraries/old-time/dist-install/doc/html/old-time/old-time.haddock --read-interface=../pretty-1.0.1.2,../pretty-1.0.1.2/src/%{MODULE/./-}.html\#%{NAME},libraries/pretty/dist-install/doc/html/pretty/pretty.haddock --read-interface=../process-1.0.1.4,../process-1.0.1.4/src/%{MODULE/./-}.html\#%{NAME},libraries/process/dist-install/doc/html/process/process.haddock --read-interface=../unix-2.4.1.0,../unix-2.4.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=Cabal-1.10.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/Cabal/. --optghc=-ilibraries/Cabal/dist-install/build --optghc=-ilibraries/Cabal/dist-install/build/autogen --optghc=-Ilibraries/Cabal/dist-install/build --optghc=-Ilibraries/Cabal/dist-install/build/autogen --optghc=-Ilibraries/Cabal/. --optghc=-optP-include --optghc=-optPlibraries/Cabal/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=array-0.3.0.2 --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=containers-0.4.0.0 --optghc=-package --optghc=directory-1.1.0.0 --optghc=-package --optghc=filepath-1.2.0.0 --optghc=-package --optghc=old-time-1.0.0.6 --optghc=-package --optghc=pretty-1.0.1.2 --optghc=-package --optghc=process-1.0.1.4 --optghc=-package --optghc=unix-2.4.1.0 --optghc=-split-objs --optghc=-fwarn-tabs --optghc=-Wall --optghc=-fno-ignore-asserts --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/Cabal/dist-install/build --optghc=-hidir --optghc=libraries/Cabal/dist-install/build --optghc=-stubdir --optghc=libraries/Cabal/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/Cabal/./Distribution/Compiler.hs libraries/Cabal/./Distribution/InstalledPackageInfo.hs libraries/Cabal/./Distribution/License.hs libraries/Cabal/./Distribution/Make.hs libraries/Cabal/./Distribution/ModuleName.hs libraries/Cabal/./Distribution/Package.hs libraries/Cabal/./Distribution/PackageDescription.hs libraries/Cabal/./Distribution/PackageDescription/Configuration.hs libraries/Cabal/./Distribution/PackageDescription/Parse.hs libraries/Cabal/./Distribution/PackageDescription/Check.hs libraries/Cabal/./Distribution/ParseUtils.hs libraries/Cabal/./Distribution/ReadE.hs libraries/Cabal/./Distribution/Simple.hs libraries/Cabal/./Distribution/Simple/Build.hs libraries/Cabal/./Distribution/Simple/Build/Macros.hs libraries/Cabal/./Distribution/Simple/Build/PathsModule.hs libraries/Cabal/./Distribution/Simple/BuildPaths.hs libraries/Cabal/./Distribution/Simple/Command.hs libraries/Cabal/./Distribution/Simple/Compiler.hs libraries/Cabal/./Distribution/Simple/Configure.hs libraries/Cabal/./Distribution/Simple/GHC.hs libraries/Cabal/./Distribution/Simple/LHC.hs libraries/Cabal/./Distribution/Simple/Haddock.hs libraries/Cabal/./Distribution/Simple/Hugs.hs libraries/Cabal/./Distribution/Simple/Install.hs libraries/Cabal/./Distribution/Simple/InstallDirs.hs libraries/Cabal/./Distribution/Simple/JHC.hs libraries/Cabal/./Distribution/Simple/LocalBuildInfo.hs libraries/Cabal/./Distribution/Simple/NHC.hs libraries/Cabal/./Distribution/Simple/PackageIndex.hs libraries/Cabal/./Distribution/Simple/PreProcess.hs libraries/Cabal/./Distribution/Simple/PreProcess/Unlit.hs libraries/Cabal/./Distribution/Simple/Program.hs libraries/Cabal/./Distribution/Simple/Program/Ar.hs libraries/Cabal/./Distribution/Simple/Program/Builtin.hs libraries/Cabal/./Distribution/Simple/Program/Db.hs libraries/Cabal/./Distribution/Simple/Program/HcPkg.hs libraries/Cabal/./Distribution/Simple/Program/Ld.hs libraries/Cabal/./Distribution/Simple/Program/Run.hs libraries/Cabal/./Distribution/Simple/Program/Script.hs libraries/Cabal/./Distribution/Simple/Program/Types.hs libraries/Cabal/./Distribution/Simple/Register.hs libraries/Cabal/./Distribution/Simple/Setup.hs libraries/Cabal/./Distribution/Simple/SrcDist.hs libraries/Cabal/./Distribution/Simple/Test.hs libraries/Cabal/./Distribution/Simple/UHC.hs libraries/Cabal/./Distribution/Simple/UserHooks.hs libraries/Cabal/./Distribution/Simple/Utils.hs libraries/Cabal/./Distribution/System.hs libraries/Cabal/./Distribution/TestSuite.hs libraries/Cabal/./Distribution/Text.hs libraries/Cabal/./Distribution/Verbosity.hs libraries/Cabal/./Distribution/Version.hs libraries/Cabal/./Distribution/Compat/ReadP.hs libraries/Cabal/./Language/Haskell/Extension.hs libraries/Cabal/./Distribution/GetOpt.hs libraries/Cabal/./Distribution/Compat/Exception.hs libraries/Cabal/./Distribution/Compat/CopyFile.hs libraries/Cabal/./Distribution/Compat/TempFile.hs libraries/Cabal/./Distribution/Simple/GHC/IPI641.hs libraries/Cabal/./Distribution/Simple/GHC/IPI642.hs libraries/Cabal/dist-install/build/autogen/Paths_Cabal.hs Warning: System.Console.Haskeline.History: could not find link destinations for: System.Console.Haskeline.Monads.MonadState Warning: System.Console.Haskeline.MonadException: could not find link destinations for: System.Console.Haskeline.Monads.MaybeT System.Console.Haskeline.Backend.Terminfo.Draw System.Console.Haskeline.Backend.DumbTerm.DumbTerm System.Console.Haskeline.Monads.StateT Warning: System.Console.Haskeline: could not find link destinations for: System.Console.Haskeline.Monads.MonadState System.Console.Haskeline.Monads.MonadReader System.Console.Haskeline.Term.RunTerm Warning: Distribution.Compat.ReadP: could not find link destinations for: Distribution.Compat.ReadP.Parser Distribution.Compat.ReadP.P Warning: Distribution.ReadE: could not find link destinations for: Distribution.ReadE.ErrorMsg Warning: Distribution.Simple.InstallDirs: could not find link destinations for: Distribution.Simple.InstallDirs.PathTemplateEnv "inplace/bin/ghc-cabal" hscolour dist-install libraries/bin-package-db Preprocessing library bin-package-db-0.0.0.0... Running hscolour for bin-package-db-0.0.0.0... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="libraries/bin-package-db/dist-install/doc/html/bin-package-db" --no-tmp-comp-dir --dump-interface=libraries/bin-package-db/dist-install/doc/html/bin-package-db/bin-package-db.haddock --html --title="bin-package-db-0.0.0.0: A binary format for the package database" --prologue="libraries/bin-package-db/dist-install/haddock-prologue.txt" --read-interface=../Cabal-1.10.0.0,../Cabal-1.10.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/Cabal/dist-install/doc/html/Cabal/Cabal.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../ghc-binary-0.5.0.2,../ghc-binary-0.5.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/ghc-binary/dist-install/doc/html/ghc-binary/ghc-binary.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=bin-package-db-0.0.0.0 --optghc=-hide-all-packages --optghc=-i --optghc=-ilibraries/bin-package-db/. --optghc=-ilibraries/bin-package-db/dist-install/build --optghc=-ilibraries/bin-package-db/dist-install/build/autogen --optghc=-Ilibraries/bin-package-db/dist-install/build --optghc=-Ilibraries/bin-package-db/dist-install/build/autogen --optghc=-Ilibraries/bin-package-db/. --optghc=-optP-include --optghc=-optPlibraries/bin-package-db/dist-install/build/autogen/cabal_macros.h --optghc=-package --optghc=Cabal-1.10.0.0 --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=ghc-binary-0.5.0.2 --optghc=-split-objs --optghc=-XCPP --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-XGenerics --optghc=-odir --optghc=libraries/bin-package-db/dist-install/build --optghc=-hidir --optghc=libraries/bin-package-db/dist-install/build --optghc=-stubdir --optghc=libraries/bin-package-db/dist-install/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} libraries/bin-package-db/./Distribution/InstalledPackageInfo/Binary.hs "inplace/bin/ghc-cabal" hscolour stage2 compiler Preprocessing library ghc-7.0.1... Running hscolour for ghc-7.0.1... "/builddir/build/BUILD/ghc-7.0.1/inplace/bin/haddock" --odir="compiler/stage2/doc/html/ghc" --no-tmp-comp-dir --dump-interface=compiler/stage2/doc/html/ghc/ghc.haddock --html --title="ghc-7.0.1: The GHC API" --prologue="compiler/stage2/haddock-prologue.txt" --read-interface=../Cabal-1.10.0.0,../Cabal-1.10.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/Cabal/dist-install/doc/html/Cabal/Cabal.haddock --read-interface=../array-0.3.0.2,../array-0.3.0.2/src/%{MODULE/./-}.html\#%{NAME},libraries/array/dist-install/doc/html/array/array.haddock --read-interface=../base-4.3.0.0,../base-4.3.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/base/dist-install/doc/html/base/base.haddock --read-interface=../bin-package-db-0.0.0.0,../bin-package-db-0.0.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/bin-package-db/dist-install/doc/html/bin-package-db/bin-package-db.haddock --read-interface=../bytestring-0.9.1.8,../bytestring-0.9.1.8/src/%{MODULE/./-}.html\#%{NAME},libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock --read-interface=../containers-0.4.0.0,../containers-0.4.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/containers/dist-install/doc/html/containers/containers.haddock --read-interface=../directory-1.1.0.0,../directory-1.1.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/directory/dist-install/doc/html/directory/directory.haddock --read-interface=../filepath-1.2.0.0,../filepath-1.2.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/filepath/dist-install/doc/html/filepath/filepath.haddock --read-interface=../hpc-0.5.0.6,../hpc-0.5.0.6/src/%{MODULE/./-}.html\#%{NAME},libraries/hpc/dist-install/doc/html/hpc/hpc.haddock --read-interface=../old-time-1.0.0.6,../old-time-1.0.0.6/src/%{MODULE/./-}.html\#%{NAME},libraries/old-time/dist-install/doc/html/old-time/old-time.haddock --read-interface=../process-1.0.1.4,../process-1.0.1.4/src/%{MODULE/./-}.html\#%{NAME},libraries/process/dist-install/doc/html/process/process.haddock --read-interface=../template-haskell-2.5.0.0,../template-haskell-2.5.0.0/src/%{MODULE/./-}.html\#%{NAME},libraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock --read-interface=../unix-2.4.1.0,../unix-2.4.1.0/src/%{MODULE/./-}.html\#%{NAME},libraries/unix/dist-install/doc/html/unix/unix.haddock --optghc=-H32m --optghc=-O --optghc=-lffi --optghc=-package-name --optghc=ghc-7.0.1 --optghc=-hide-all-packages --optghc=-i --optghc=-icompiler/basicTypes --optghc=-icompiler/cmm --optghc=-icompiler/codeGen --optghc=-icompiler/coreSyn --optghc=-icompiler/deSugar --optghc=-icompiler/ghci --optghc=-icompiler/hsSyn --optghc=-icompiler/iface --optghc=-icompiler/llvmGen --optghc=-icompiler/main --optghc=-icompiler/nativeGen --optghc=-icompiler/parser --optghc=-icompiler/prelude --optghc=-icompiler/profiling --optghc=-icompiler/rename --optghc=-icompiler/simplCore --optghc=-icompiler/simplStg --optghc=-icompiler/specialise --optghc=-icompiler/stgSyn --optghc=-icompiler/stranal --optghc=-icompiler/typecheck --optghc=-icompiler/types --optghc=-icompiler/utils --optghc=-icompiler/vectorise --optghc=-icompiler/stage2/build --optghc=-icompiler/stage2/build/autogen --optghc=-Icompiler/stage2/build --optghc=-Icompiler/stage2/build/autogen --optghc=-Icompiler/stage2 --optghc=-Icompiler/../libraries/base/cbits --optghc=-Icompiler/../libraries/base/include --optghc=-Icompiler/. --optghc=-Icompiler/parser --optghc=-Icompiler/utils --optghc=-I/usr/lib64/libffi-3.0.9/include --optghc=-optP-DGHCI --optghc=-optP-include --optghc=-optPcompiler/stage2/build/autogen/cabal_macros.h --optghc=-package --optghc=Cabal-1.10.0.0 --optghc=-package --optghc=array-0.3.0.2 --optghc=-package --optghc=base-4.3.0.0 --optghc=-package --optghc=bin-package-db-0.0.0.0 --optghc=-package --optghc=bytestring-0.9.1.8 --optghc=-package --optghc=containers-0.4.0.0 --optghc=-package --optghc=directory-1.1.0.0 --optghc=-package --optghc=filepath-1.2.0.0 --optghc=-package --optghc=hpc-0.5.0.6 --optghc=-package --optghc=old-time-1.0.0.6 --optghc=-package --optghc=process-1.0.1.4 --optghc=-package --optghc=template-haskell-2.5.0.0 --optghc=-package --optghc=unix-2.4.1.0 --optghc=-Wall --optghc=-fno-warn-name-shadowing --optghc=-fno-warn-orphans --optghc=-XCPP --optghc=-XMagicHash --optghc=-XUnboxedTuples --optghc=-XPatternGuards --optghc=-XForeignFunctionInterface --optghc=-XEmptyDataDecls --optghc=-XTypeSynonymInstances --optghc=-XMultiParamTypeClasses --optghc=-XFlexibleInstances --optghc=-XRank2Types --optghc=-XScopedTypeVariables --optghc=-XDeriveDataTypeable --optghc=-DGHCI_TABLES_NEXT_TO_CODE --optghc=-DSTAGE=2 --optghc=-no-user-package-conf --optghc=-rtsopts --optghc=-O2 --optghc=-odir --optghc=compiler/stage2/build --optghc=-hidir --optghc=compiler/stage2/build --optghc=-stubdir --optghc=compiler/stage2/build --optghc=-hisuf --optghc=hi --optghc=-osuf --optghc=o --optghc=-hcsuf --optghc=hc --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --optghc=-DSTAGE=2 compiler/nativeGen/AsmCodeGen.lhs compiler/nativeGen/TargetReg.hs compiler/nativeGen/NCGMonad.hs compiler/nativeGen/Instruction.hs compiler/nativeGen/Size.hs compiler/nativeGen/Reg.hs compiler/nativeGen/RegClass.hs compiler/nativeGen/PIC.hs compiler/nativeGen/Platform.hs compiler/nativeGen/Alpha/Regs.hs compiler/nativeGen/Alpha/RegInfo.hs compiler/nativeGen/Alpha/Instr.hs compiler/nativeGen/Alpha/CodeGen.hs compiler/nativeGen/X86/Regs.hs compiler/nativeGen/X86/RegInfo.hs compiler/nativeGen/X86/Instr.hs compiler/nativeGen/X86/Cond.hs compiler/nativeGen/X86/Ppr.hs compiler/nativeGen/X86/CodeGen.hs compiler/nativeGen/PPC/Regs.hs compiler/nativeGen/PPC/RegInfo.hs compiler/nativeGen/PPC/Instr.hs compiler/nativeGen/PPC/Cond.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/PPC/CodeGen.hs compiler/nativeGen/SPARC/Base.hs compiler/nativeGen/SPARC/Regs.hs compiler/nativeGen/SPARC/RegPlate.hs compiler/nativeGen/SPARC/Imm.hs compiler/nativeGen/SPARC/AddrMode.hs compiler/nativeGen/SPARC/Cond.hs compiler/nativeGen/SPARC/Instr.hs compiler/nativeGen/SPARC/Stack.hs compiler/nativeGen/SPARC/ShortcutJump.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/SPARC/CodeGen.hs compiler/nativeGen/SPARC/CodeGen/Amode.hs compiler/nativeGen/SPARC/CodeGen/Base.hs compiler/nativeGen/SPARC/CodeGen/CCall.hs compiler/nativeGen/SPARC/CodeGen/CondCode.hs compiler/nativeGen/SPARC/CodeGen/Gen32.hs compiler/nativeGen/SPARC/CodeGen/Gen64.hs compiler/nativeGen/SPARC/CodeGen/Sanity.hs compiler/nativeGen/SPARC/CodeGen/Expand.hs compiler/nativeGen/RegAlloc/Liveness.hs compiler/nativeGen/RegAlloc/Graph/Main.hs compiler/nativeGen/RegAlloc/Graph/Stats.hs compiler/nativeGen/RegAlloc/Graph/ArchBase.hs compiler/nativeGen/RegAlloc/Graph/ArchX86.hs compiler/nativeGen/RegAlloc/Graph/Coalesce.hs compiler/nativeGen/RegAlloc/Graph/Spill.hs compiler/nativeGen/RegAlloc/Graph/SpillClean.hs compiler/nativeGen/RegAlloc/Graph/SpillCost.hs compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs compiler/nativeGen/RegAlloc/Linear/Main.hs compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs compiler/nativeGen/RegAlloc/Linear/State.hs compiler/nativeGen/RegAlloc/Linear/Stats.hs compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/StackMap.hs compiler/nativeGen/RegAlloc/Linear/Base.hs compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs compiler/deSugar/DsMeta.hs compiler/typecheck/TcSplice.lhs compiler/hsSyn/Convert.lhs compiler/ghci/ByteCodeAsm.lhs compiler/ghci/ByteCodeFFI.lhs compiler/ghci/ByteCodeGen.lhs compiler/ghci/ByteCodeInstr.lhs compiler/ghci/ByteCodeItbls.lhs compiler/ghci/ByteCodeLink.lhs compiler/ghci/Debugger.hs compiler/stage2/build/LibFFI.hs compiler/ghci/Linker.lhs compiler/ghci/ObjLink.lhs compiler/ghci/RtClosureInspect.hs compiler/basicTypes/BasicTypes.lhs compiler/basicTypes/DataCon.lhs compiler/basicTypes/Demand.lhs compiler/utils/Exception.hs compiler/basicTypes/Id.lhs compiler/basicTypes/IdInfo.lhs compiler/basicTypes/Literal.lhs compiler/llvmGen/Llvm.hs compiler/llvmGen/Llvm/AbsSyn.hs compiler/llvmGen/Llvm/PpLlvm.hs compiler/llvmGen/Llvm/Types.hs compiler/llvmGen/LlvmCodeGen.hs compiler/llvmGen/LlvmCodeGen/Base.hs compiler/llvmGen/LlvmCodeGen/CodeGen.hs compiler/llvmGen/LlvmCodeGen/Data.hs compiler/llvmGen/LlvmCodeGen/Ppr.hs compiler/llvmGen/LlvmCodeGen/Regs.hs compiler/llvmGen/LlvmMangler.hs compiler/basicTypes/MkId.lhs compiler/basicTypes/Module.lhs compiler/basicTypes/Name.lhs compiler/basicTypes/NameEnv.lhs compiler/basicTypes/NameSet.lhs compiler/basicTypes/OccName.lhs compiler/basicTypes/RdrName.lhs compiler/basicTypes/SrcLoc.lhs compiler/basicTypes/UniqSupply.lhs compiler/basicTypes/Unique.lhs compiler/basicTypes/Var.lhs compiler/basicTypes/VarEnv.lhs compiler/basicTypes/VarSet.lhs compiler/cmm/BlockId.hs compiler/cmm/CLabel.hs compiler/cmm/Cmm.hs compiler/cmm/CmmBrokenBlock.hs compiler/cmm/CmmBuildInfoTables.hs compiler/cmm/CmmCPS.hs compiler/cmm/CmmCPSGen.hs compiler/cmm/CmmCPSZ.hs compiler/cmm/CmmCallConv.hs compiler/cmm/CmmCommonBlockElimZ.hs compiler/cmm/CmmContFlowOpt.hs compiler/cmm/CmmCvt.hs compiler/cmm/CmmExpr.hs compiler/cmm/CmmInfo.hs compiler/cmm/CmmLex.hs compiler/cmm/CmmLint.hs compiler/cmm/CmmLive.hs compiler/cmm/CmmLiveZ.hs compiler/cmm/CmmOpt.hs compiler/cmm/CmmParse.hs compiler/cmm/CmmProcPoint.hs compiler/cmm/CmmProcPointZ.hs compiler/cmm/CmmSpillReload.hs compiler/cmm/CmmStackLayout.hs compiler/cmm/CmmTx.hs compiler/cmm/CmmUtils.hs compiler/cmm/CmmZipUtil.hs compiler/cmm/DFMonad.hs compiler/cmm/Dataflow.hs compiler/cmm/MkZipCfg.hs compiler/cmm/MkZipCfgCmm.hs compiler/cmm/OptimizationFuel.hs compiler/nativeGen/PprBase.hs compiler/cmm/PprC.hs compiler/cmm/PprCmm.hs compiler/cmm/PprCmmZ.hs compiler/cmm/StackColor.hs compiler/cmm/StackPlacements.hs compiler/cmm/ZipCfg.hs compiler/cmm/ZipCfgCmmRep.hs compiler/cmm/ZipCfgExtras.hs compiler/cmm/ZipDataflow.hs compiler/codeGen/Bitmap.hs compiler/codeGen/CgBindery.lhs compiler/codeGen/CgCallConv.hs compiler/codeGen/CgCase.lhs compiler/codeGen/CgClosure.lhs compiler/codeGen/CgCon.lhs compiler/codeGen/CgExpr.lhs compiler/codeGen/CgExtCode.hs compiler/codeGen/CgForeignCall.hs compiler/codeGen/CgHeapery.lhs compiler/codeGen/CgHpc.hs compiler/codeGen/CgInfoTbls.hs compiler/codeGen/CgLetNoEscape.lhs compiler/codeGen/CgMonad.lhs compiler/codeGen/CgParallel.hs compiler/codeGen/CgPrimOp.hs compiler/codeGen/CgProf.hs compiler/codeGen/CgStackery.lhs compiler/codeGen/CgTailCall.lhs compiler/codeGen/CgTicky.hs compiler/codeGen/CgUtils.hs compiler/codeGen/StgCmm.hs compiler/codeGen/StgCmmBind.hs compiler/codeGen/StgCmmClosure.hs compiler/codeGen/StgCmmCon.hs compiler/codeGen/StgCmmEnv.hs compiler/codeGen/StgCmmExpr.hs compiler/codeGen/StgCmmForeign.hs compiler/codeGen/StgCmmGran.hs compiler/codeGen/StgCmmHeap.hs compiler/codeGen/StgCmmHpc.hs compiler/codeGen/StgCmmLayout.hs compiler/codeGen/StgCmmMonad.hs compiler/codeGen/StgCmmPrim.hs compiler/codeGen/StgCmmProf.hs compiler/codeGen/StgCmmTicky.hs compiler/codeGen/StgCmmUtils.hs compiler/codeGen/ClosureInfo.lhs compiler/codeGen/CodeGen.lhs compiler/codeGen/SMRep.lhs compiler/coreSyn/CoreArity.lhs compiler/coreSyn/CoreFVs.lhs compiler/coreSyn/CoreLint.lhs compiler/coreSyn/CorePrep.lhs compiler/coreSyn/CoreSubst.lhs compiler/coreSyn/CoreSyn.lhs compiler/coreSyn/CoreTidy.lhs compiler/coreSyn/CoreUnfold.lhs compiler/coreSyn/CoreUtils.lhs compiler/coreSyn/ExternalCore.lhs compiler/coreSyn/MkCore.lhs compiler/coreSyn/MkExternalCore.lhs compiler/coreSyn/PprCore.lhs compiler/coreSyn/PprExternalCore.lhs compiler/deSugar/Check.lhs compiler/deSugar/Coverage.lhs compiler/deSugar/Desugar.lhs compiler/deSugar/DsArrows.lhs compiler/deSugar/DsBinds.lhs compiler/deSugar/DsCCall.lhs compiler/deSugar/DsExpr.lhs compiler/deSugar/DsForeign.lhs compiler/deSugar/DsGRHSs.lhs compiler/deSugar/DsListComp.lhs compiler/deSugar/DsMonad.lhs compiler/deSugar/DsUtils.lhs compiler/deSugar/Match.lhs compiler/deSugar/MatchCon.lhs compiler/deSugar/MatchLit.lhs compiler/hsSyn/HsBinds.lhs compiler/hsSyn/HsDecls.lhs compiler/hsSyn/HsDoc.hs compiler/hsSyn/HsExpr.lhs compiler/hsSyn/HsImpExp.lhs compiler/hsSyn/HsLit.lhs compiler/hsSyn/HsPat.lhs compiler/hsSyn/HsSyn.lhs compiler/hsSyn/HsTypes.lhs compiler/hsSyn/HsUtils.lhs compiler/iface/BinIface.hs compiler/iface/BuildTyCl.lhs compiler/iface/IfaceEnv.lhs compiler/iface/IfaceSyn.lhs compiler/iface/IfaceType.lhs compiler/iface/LoadIface.lhs compiler/iface/MkIface.lhs compiler/iface/TcIface.lhs compiler/main/Annotations.lhs compiler/main/BreakArray.hs compiler/main/CmdLineParser.hs compiler/main/CodeOutput.lhs compiler/stage2/build/Config.hs compiler/main/Constants.lhs compiler/main/DriverMkDepend.hs compiler/main/DriverPhases.hs compiler/main/DriverPipeline.hs compiler/main/DynFlags.hs compiler/main/ErrUtils.lhs compiler/main/Finder.lhs compiler/main/GHC.hs compiler/main/HeaderInfo.hs compiler/main/HscMain.lhs compiler/main/HscStats.lhs compiler/main/HscTypes.lhs compiler/main/InteractiveEval.hs compiler/main/PackageConfig.hs compiler/main/Packages.lhs compiler/main/PprTyThing.hs compiler/main/StaticFlags.hs compiler/main/StaticFlagParser.hs compiler/main/SysTools.lhs compiler/main/TidyPgm.lhs compiler/parser/Ctype.lhs compiler/parser/HaddockUtils.hs compiler/parser/LexCore.hs compiler/parser/Lexer.hs compiler/types/OptCoercion.lhs compiler/parser/Parser.hs compiler/parser/ParserCore.hs compiler/parser/ParserCoreUtils.hs compiler/parser/RdrHsSyn.lhs compiler/prelude/ForeignCall.lhs compiler/prelude/PrelInfo.lhs compiler/prelude/PrelNames.lhs compiler/prelude/PrelRules.lhs compiler/prelude/PrimOp.lhs compiler/prelude/TysPrim.lhs compiler/prelude/TysWiredIn.lhs compiler/profiling/CostCentre.lhs compiler/profiling/SCCfinal.lhs compiler/rename/RnBinds.lhs compiler/rename/RnEnv.lhs compiler/rename/RnExpr.lhs compiler/rename/RnHsDoc.hs compiler/rename/RnHsSyn.lhs compiler/rename/RnNames.lhs compiler/rename/RnPat.lhs compiler/rename/RnSource.lhs compiler/rename/RnTypes.lhs compiler/simplCore/CoreMonad.lhs compiler/simplCore/CSE.lhs compiler/simplCore/FloatIn.lhs compiler/simplCore/FloatOut.lhs compiler/simplCore/LiberateCase.lhs compiler/simplCore/OccurAnal.lhs compiler/simplCore/SAT.lhs compiler/simplCore/SetLevels.lhs compiler/simplCore/SimplCore.lhs compiler/simplCore/SimplEnv.lhs compiler/simplCore/SimplMonad.lhs compiler/simplCore/SimplUtils.lhs compiler/simplCore/Simplify.lhs compiler/simplStg/SRT.lhs compiler/simplStg/SimplStg.lhs compiler/simplStg/StgStats.lhs compiler/specialise/Rules.lhs compiler/specialise/SpecConstr.lhs compiler/specialise/Specialise.lhs compiler/stgSyn/CoreToStg.lhs compiler/stgSyn/StgLint.lhs compiler/stgSyn/StgSyn.lhs compiler/stranal/DmdAnal.lhs compiler/stranal/WorkWrap.lhs compiler/stranal/WwLib.lhs compiler/typecheck/FamInst.lhs compiler/typecheck/Inst.lhs compiler/typecheck/TcAnnotations.lhs compiler/typecheck/TcArrows.lhs compiler/typecheck/TcBinds.lhs compiler/typecheck/TcClassDcl.lhs compiler/typecheck/TcDefaults.lhs compiler/typecheck/TcDeriv.lhs compiler/typecheck/TcEnv.lhs compiler/typecheck/TcExpr.lhs compiler/typecheck/TcForeign.lhs compiler/typecheck/TcGenDeriv.lhs compiler/typecheck/TcHsSyn.lhs compiler/typecheck/TcHsType.lhs compiler/typecheck/TcInstDcls.lhs compiler/typecheck/TcMType.lhs compiler/typecheck/TcMatches.lhs compiler/typecheck/TcPat.lhs compiler/typecheck/TcRnDriver.lhs compiler/typecheck/TcRnMonad.lhs compiler/typecheck/TcRnTypes.lhs compiler/typecheck/TcRules.lhs compiler/typecheck/TcSimplify.lhs compiler/typecheck/TcErrors.lhs compiler/typecheck/TcTyClsDecls.lhs compiler/typecheck/TcTyDecls.lhs compiler/typecheck/TcType.lhs compiler/typecheck/TcUnify.lhs compiler/typecheck/TcInteract.lhs compiler/typecheck/TcCanonical.lhs compiler/typecheck/TcSMonad.lhs compiler/types/Class.lhs compiler/types/Coercion.lhs compiler/types/FamInstEnv.lhs compiler/types/FunDeps.lhs compiler/types/Generics.lhs compiler/types/InstEnv.lhs compiler/types/TyCon.lhs compiler/types/Type.lhs compiler/types/TypeRep.lhs compiler/types/Unify.lhs compiler/utils/Bag.lhs compiler/utils/Binary.hs compiler/utils/BufWrite.hs compiler/utils/Digraph.lhs compiler/utils/Encoding.hs compiler/utils/FastBool.lhs compiler/utils/FastFunctions.lhs compiler/utils/FastMutInt.lhs compiler/utils/FastString.lhs compiler/utils/FastTypes.lhs compiler/stage2/build/Fingerprint.hs compiler/utils/FiniteMap.lhs compiler/utils/GraphBase.hs compiler/utils/GraphColor.hs compiler/utils/GraphOps.hs compiler/utils/GraphPpr.hs compiler/utils/IOEnv.hs compiler/utils/Interval.hs compiler/utils/ListSetOps.lhs compiler/utils/Maybes.lhs compiler/utils/MonadUtils.hs compiler/utils/OrdList.lhs compiler/utils/Outputable.lhs compiler/utils/Panic.lhs compiler/utils/Pretty.lhs compiler/utils/Serialized.hs compiler/utils/State.hs compiler/utils/StringBuffer.lhs compiler/utils/UniqFM.lhs compiler/utils/UniqSet.lhs compiler/utils/Util.lhs compiler/vectorise/Vectorise/Builtins/Base.hs compiler/vectorise/Vectorise/Builtins/Initialise.hs compiler/vectorise/Vectorise/Builtins/Modules.hs compiler/vectorise/Vectorise/Builtins/Prelude.hs compiler/vectorise/Vectorise/Builtins.hs compiler/vectorise/Vectorise/Monad/Base.hs compiler/vectorise/Vectorise/Monad/Naming.hs compiler/vectorise/Vectorise/Monad/Local.hs compiler/vectorise/Vectorise/Monad/Global.hs compiler/vectorise/Vectorise/Monad/InstEnv.hs compiler/vectorise/Vectorise/Monad.hs compiler/vectorise/Vectorise/Utils/Base.hs compiler/vectorise/Vectorise/Utils/Closure.hs compiler/vectorise/Vectorise/Utils/Hoisting.hs compiler/vectorise/Vectorise/Utils/PADict.hs compiler/vectorise/Vectorise/Utils/PRDict.hs compiler/vectorise/Vectorise/Utils/Poly.hs compiler/vectorise/Vectorise/Utils.hs compiler/vectorise/Vectorise/Type/Env.hs compiler/vectorise/Vectorise/Type/Repr.hs compiler/vectorise/Vectorise/Type/PData.hs compiler/vectorise/Vectorise/Type/PRepr.hs compiler/vectorise/Vectorise/Type/PADict.hs compiler/vectorise/Vectorise/Type/PRDict.hs compiler/vectorise/Vectorise/Type/Type.hs compiler/vectorise/Vectorise/Type/TyConDecl.hs compiler/vectorise/Vectorise/Type/Classify.hs compiler/vectorise/Vectorise/Convert.hs compiler/vectorise/Vectorise/Vect.hs compiler/vectorise/Vectorise/Var.hs compiler/vectorise/Vectorise/Env.hs compiler/vectorise/Vectorise/Exp.hs compiler/vectorise/Vectorise.hs Warning: Couldn't find .haddock for exported FastTypes.+#: ghc-prim:GHC.Prim.+# Warning: Couldn't find .haddock for exported FastTypes.-#: ghc-prim:GHC.Prim.-# Warning: Couldn't find .haddock for exported FastTypes.*#: ghc-prim:GHC.Prim.*# Warning: Couldn't find .haddock for exported FastTypes.==#: ghc-prim:GHC.Prim.==# Warning: Couldn't find .haddock for exported FastTypes./=#: ghc-prim:GHC.Prim./=# Warning: Couldn't find .haddock for exported FastTypes.<#: ghc-prim:GHC.Prim.<# Warning: Couldn't find .haddock for exported FastTypes.<=#: ghc-prim:GHC.Prim.<=# Warning: Couldn't find .haddock for exported FastTypes.>=#: ghc-prim:GHC.Prim.>=# Warning: Couldn't find .haddock for exported FastTypes.>#: ghc-prim:GHC.Prim.># Warning: CmmExpr: foldRegsDefd is exported separately but will be documented under DefinerOfLocalRegs. Consider exporting it together with its parent(s) for code clarity. Warning: CmmExpr: foldRegsUsed is exported separately but will be documented under UserOfLocalRegs. Consider exporting it together with its parent(s) for code clarity. Warning: CmmExpr: foldSlotsDefd is exported separately but will be documented under DefinerOfSlots. Consider exporting it together with its parent(s) for code clarity. Warning: CmmExpr: foldSlotsUsed is exported separately but will be documented under UserOfSlots. Consider exporting it together with its parent(s) for code clarity. Warning: ZipCfg: succs is exported separately but will be documented under HavingSuccessors. Consider exporting it together with its parent(s) for code clarity. Warning: ZipCfg: fold_succs is exported separately but will be documented under HavingSuccessors. Consider exporting it together with its parent(s) for code clarity. Warning: ZipCfg: mkBranchNode is exported separately but will be documented under LastNode. Consider exporting it together with its parent(s) for code clarity. Warning: ZipCfg: isBranchNode is exported separately but will be documented under LastNode. Consider exporting it together with its parent(s) for code clarity. Warning: ZipCfg: branchNodeTarget is exported separately but will be documented under LastNode. Consider exporting it together with its parent(s) for code clarity. Warning: OptimizationFuel: lastFuelPass is exported separately but will be documented under FuelUsingMonad. Consider exporting it together with its parent(s) for code clarity. Warning: OptimizationFuel: fuelExhausted is exported separately but will be documented under FuelUsingMonad. Consider exporting it together with its parent(s) for code clarity. Warning: OptimizationFuel: fuelRemaining is exported separately but will be documented under FuelUsingMonad. Consider exporting it together with its parent(s) for code clarity. Warning: OptimizationFuel: fuelDecrement is exported separately but will be documented under FuelUsingMonad. Consider exporting it together with its parent(s) for code clarity. Warning: OptimizationFuel: fuelDec1 is exported separately but will be documented under FuelUsingMonad. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: markFactsUnchanged is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: factsStatus is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: getFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: setFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: getExitFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: setExitFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: forgetFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: botFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: setAllFacts is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: getAllFacts is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: factsEnv is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: addLastOutFact is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: bareLastOutFacts is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: forgetLastOutFacts is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: checkFactMatch is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: DFMonad: subAnalysis is exported separately but will be documented under DataflowAnalysis. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: moduleInfo is exported separately but will be documented under TypecheckedMod. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: renamedSource is exported separately but will be documented under TypecheckedMod. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: typecheckedSource is exported separately but will be documented under TypecheckedMod. Consider exporting it together with its parent(s) for code clarity. Warning: GHC: parsedSource is exported separately but will be documented under ParsedMod. Consider exporting it together with its parent(s) for code clarity. Warning: Encoding: could not find link destinations for: GHC.Prim.Addr# GHC.Prim.Char# Encoding.UserString Encoding.EncodedString Warning: BreakArray: could not find link destinations for: GHC.Prim.MutableByteArray# Warning: FastBool: could not find link destinations for: GHC.Prim.Int# Warning: FastTypes: could not find link destinations for: GHC.Prim.Int# GHC.Prim.Char# GHC.Prim.Addr# Warning: Panic: could not find link destinations for: GHC.IOBase.BlockedOnDeadMVar GHC.IOBase.BlockedIndefinitely Warning: FastString: could not find link destinations for: FastString.FSEncoding GHC.Prim.Addr# Warning: Outputable: could not find link destinations for: OccurAnal.OccEncl CmmExpr.CmmCat RegAlloc.Graph.SpillClean.Store CmmSpillReload.AvailRegs CmmProcPointZ.Protocol StgCmmLayout.LRep CoreArity.EtaInfo CoreUnfold.ExprSize ByteCodeGen.Discr ByteCodeGen.TickInfo CorePrep.OkToSpec CorePrep.Floats CorePrep.FloatingBind Specialise.CallInfoSet Specialise.CallKey Specialise.UsageDetails MkIface.IfaceDeclExtras SimplEnv.FloatFlag SpecConstr.ArgOcc SpecConstr.HowBound SpecConstr.Value TcUnify.SwapFlag TcInteract.StageResult TcInteract.StopOrContinue TcBinds.GeneralisationPlan Digraph.Edge Outputable.QueryQualifyName Outputable.QueryQualifyModule Warning: BasicTypes: could not find link destinations for: BasicTypes.RulesOnly Warning: Unique: could not find link destinations for: RegAlloc.Graph.SpillClean.Store Warning: MonadUtils: could not find link destinations for: Data.Sequence.Id Data.Sequence.State CoreToStg.LneM Warning: UniqSupply: could not find link destinations for: DFMonad.DFM' Warning: Digraph: could not find link destinations for: Digraph.Edge Digraph.Bounds Digraph.Vertex Digraph.Table Digraph.Forest Digraph.IntGraph Digraph.Tree Warning: Interval: could not find link destinations for: Interval.Width Warning: IOEnv: could not find link destinations for: DsMonad.DsGblEnv DsMonad.DsLclEnv Warning: Binary: could not find link destinations for: MkIface.IfaceInstABI MkIface.IfaceDeclExtras GHC.Prim.ByteArray# GHC.Prim.Int# Binary.Dictionary Binary.SymbolTable Warning: PackageConfig: could not find link destinations for: Data.Binary.Binary Warning: PrelNames: could not find link destinations for: RegAlloc.Graph.SpillClean.Store Warning: Type: could not find link destinations for: TypeRep.SuperKind Warning: LibFFI: could not find link destinations for: LibFFI.C_ffi_cif Warning: Coercion: could not find link destinations for: TypeRep.SuperKind Coercion.CoercionKind Warning: IdInfo: could not find link destinations for: BasicTypes.RulesOnly Warning: DynFlags: could not find link destinations for: DynFlags.DPHBackend DynFlags.Language DynFlags.OnOff DynFlags.FlagSpec Warning: OptCoercion: could not find link destinations for: OptCoercion.NormalCo Warning: InstEnv: could not find link destinations for: InstEnv.ClsInstEnv InstEnv.InstMatch Warning: FamInstEnv: could not find link destinations for: FamInstEnv.FamilyInstEnv FamInstEnv.FamInstMatch Warning: FunDeps: could not find link destinations for: FunDeps.Pred_Loc Warning: Packages: could not find link destinations for: Packages.InstalledPackageIdMap Warning: Cmm: could not find link destinations for: Cmm.ClosureLayout Cmm.ConstrTag Cmm.FunArity Cmm.SlowEntry Cmm.SelectorOffset Warning: X86.Regs: could not find link destinations for: X86.Regs.Displacement Warning: OptimizationFuel: could not find link destinations for: DFMonad.DFM' Warning: DFMonad: could not find link destinations for: DFMonad.DFM' Warning: ZipDataflow: could not find link destinations for: ZipDataflow.DataflowSolverDirection ZipDataflow.PassName ZipDataflow.DataflowDirection ZipDataflow.FixedPoint ZipDataflow.CommonFixedPoint Warning: ZipCfgCmmRep: could not find link destinations for: ZipCfgCmmRep.CmmStackInfo Warning: CmmLiveZ: could not find link destinations for: CmmLiveZ.BlockEntryLiveness Warning: CmmSpillReload: could not find link destinations for: CmmSpillReload.AvailRegs Warning: Lexer: could not find link destinations for: Lexer.LayoutContext Lexer.ALRContext Lexer.ALRLayout Warning: CgMonad: could not find link destinations for: CgMonad.CgStmt Warning: LlvmCodeGen.Base: could not find link destinations for: LlvmCodeGen.Base.LlvmEnvMap Warning: CgExtCode: could not find link destinations for: CgExtCode.Decls Warning: ByteCodeItbls: could not find link destinations for: ByteCodeItbls.HalfWord ByteCodeItbls.ItblCode Warning: ByteCodeInstr: could not find link destinations for: ByteCodeInstr.LocalLabel GHC.Prim.MutableByteArray# Warning: ByteCodeAsm: could not find link destinations for: GHC.Prim.ByteArray# GHC.Prim.MutableByteArray# Warning: CmmStackLayout: could not find link destinations for: CmmStackLayout.IGraphBuilder CmmStackLayout.IGraph Warning: StgCmmMonad: could not find link destinations for: StgCmmMonad.CgBindings Warning: HscTypes: could not find link destinations for: HscTypes.PackageFamInstEnv HscTypes.PackageVectInfo HscTypes.PackageAnnEnv HscTypes.WhetherHasFamInst DsMonad.DsGblEnv DsMonad.DsLclEnv Warning: TcRnTypes: could not find link destinations for: DsMonad.DsGblEnv DsMonad.DsLclEnv Warning: TcGenDeriv: could not find link destinations for: TcGenDeriv.DerivAuxBind Warning: DsMonad: could not find link destinations for: DsMonad.DsGblEnv DsMonad.DsLclEnv Data.Sequence.Id Data.Sequence.State Warning: Check: could not find link destinations for: Check.WarningPat Warning: DsForeign: could not find link destinations for: DsForeign.Binding Warning: RnEnv: could not find link destinations for: RnEnv.FastStringEnv Warning: MkIface: could not find link destinations for: MkIface.RecompileRequired Warning: RnBinds: could not find link destinations for: RnEnv.FastStringEnv Warning: SimplMonad: could not find link destinations for: DFMonad.DFM' Warning: SimplEnv: could not find link destinations for: SimplEnv.SimplIdSubst Warning: RtClosureInspect: could not find link destinations for: RtClosureInspect.RttiType RtClosureInspect.GhciType RtClosureInspect.TermProcessor RtClosureInspect.TermPrinter RtClosureInspect.TermPrinterM RtClosureInspect.Precedence Warning: TcInteract: could not find link destinations for: TcInteract.WorkItem Warning: TcMatches: could not find link destinations for: TcMatches.TcStmtChecker Warning: HscMain: could not find link destinations for: HscMain.OneShotResult HscMain.NothingResult HscMain.InteractiveResult HscMain.BatchResult HscMain.Compiler HscMain.RenamedStuff Warning: DriverPipeline: could not find link destinations for: DriverPipeline.Compiler Warning: InteractiveEval: could not find link destinations for: RtClosureInspect.RttiType Warning: GHC: could not find link destinations for: DynFlags.DPHBackend DynFlags.Language DynFlags.OnOff GHC.DesugaredMod Outputable.QueryQualifyName Outputable.QueryQualifyModule cd libraries && sh gen_contents_index --inplace + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2qENUo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 + cd ghc-7.0.1 + LANG=C + export LANG + unset DISPLAY + make DESTDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 install ===--- updating makefiles phase 0 make -r --no-print-directory -f ghc.mk phase=0 just-makefiles ===--- updating makefiles phase 1 make -r --no-print-directory -f ghc.mk phase=1 just-makefiles ===--- updating makefiles phase 2 make -r --no-print-directory -f ghc.mk phase=2 just-makefiles ===--- updating makefiles phase 3 make -r --no-print-directory -f ghc.mk phase=3 just-makefiles ===--- finished updating makefiles make -r --no-print-directory -f ghc.mk install /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/man" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/man/man1" /usr/bin/install -c -m 644 docs/man/ghc.1 "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/man/man1" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" /usr/bin/install -c -m 755 driver/mangler/dist/ghc-asm "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" /usr/bin/install -c -m 755 driver/split/dist/ghc-split "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci-7.0.1" create () { touch "$1" && chmod 755 "$1" ; } && create "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci-7.0.1" echo '#!/bin/sh' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci-7.0.1" echo 'exec "/usr/bin/ghc-7.0.1" --interactive ${1+"$@"}' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci-7.0.1" chmod +x "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci-7.0.1" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci" ln -s ghci-7.0.1 "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghci" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/include" for d in rts/ rts/prof/ rts/storage/ stg/; do \ /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/include/$d"; \ done for i in RtsFlags.h DerivedConstants.h MachDeps.h HsFFI.h RtsAPI.h GHCConstants.h ghcconfig.h Cmm.h Rts.h Stg.h RtsOpts.h stg/MiscClosures.h stg/DLL.h stg/Regs.h stg/TailCalls.h stg/SMP.h stg/Ticky.h stg/MachRegs.h stg/Types.h rts/Flags.h rts/BlockSignals.h rts/Constants.h rts/OSThreads.h rts/Config.h rts/FileLock.h rts/Linker.h rts/PrimFloat.h rts/IOManager.h rts/Hpc.h rts/Adjustor.h rts/EventLogFormat.h rts/Globals.h rts/Threads.h rts/Hooks.h rts/Bytecodes.h rts/Messages.h rts/SpinLock.h rts/Ticky.h rts/Parallel.h rts/TTY.h rts/Signals.h rts/Timer.h rts/Utils.h rts/Types.h rts/Stable.h rts/prof/LDV.h rts/prof/CCS.h rts/storage/Closures.h rts/storage/ClosureMacros.h rts/storage/SMPClosureOps.h rts/storage/Liveness.h rts/storage/Block.h rts/storage/ClosureTypes.h rts/storage/InfoTables.h rts/storage/FunTypes.h rts/storage/GC.h rts/storage/MBlock.h rts/storage/TSO.h ghcautoconf.h ghcplatform.h; do \ /usr/bin/install -c -m 644 includes/$i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/include/$i"; \ done /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" create () { touch "$1" && chmod 755 "$1" ; } && create "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo '#!/bin/sh' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'exedir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'exeprog="haddock"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'executablename="$exedir/$exeprog"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'datadir="/usr/share"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'bindir="/usr/bin"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'topdir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" echo 'pgmgcc="/usr/bin/gcc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" cat utils/haddock/haddock.wrapper >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" chmod +x "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock-7.0.1" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html" "cp" -R utils/haddock/html "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Classic.theme/" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Ocean.std-theme/" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/latex/" /usr/bin/install -c -m 644 utils/haddock/html/frames.html "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/" /usr/bin/install -c -m 644 utils/haddock/html/haddock-util.js "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/" /usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/haskell_icon.gif "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Classic.theme/" /usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/minus.gif "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Classic.theme/" /usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/plus.gif "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Classic.theme/" /usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/xhaddock.css "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Classic.theme/" /usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/hslogo-16.png "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Ocean.std-theme/" /usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/minus.gif "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Ocean.std-theme/" /usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/ocean.css "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Ocean.std-theme/" /usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/plus.gif "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Ocean.std-theme/" /usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/synopsis.png "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/html/Ocean.std-theme/" /usr/bin/install -c -m 644 utils/haddock/latex/haddock.sty "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/latex/" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock" ln -s haddock-7.0.1 "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/haddock" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" create () { touch "$1" && chmod 755 "$1" ; } && create "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo '#!/bin/sh' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'exedir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'exeprog="hsc2hs"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'executablename="$exedir/$exeprog"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'datadir="/usr/share"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'bindir="/usr/bin"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'topdir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'pgmgcc="/usr/bin/gcc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" echo 'HSC2HS_EXTRA="--cflag=-fno-stack-protector "' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" cat utils/hsc2hs/hsc2hs.wrapper >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" chmod +x "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs" /usr/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" create () { touch "$1" && chmod 755 "$1" ; } && create "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo '#!/bin/sh' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'exedir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'exeprog="ghc-pkg"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'executablename="$exedir/$exeprog"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'datadir="/usr/share"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'bindir="/usr/bin"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'topdir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" echo 'pgmgcc="/usr/bin/gcc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" cat utils/ghc-pkg/ghc-pkg.wrapper >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" chmod +x "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg-7.0.1" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg" ln -s ghc-pkg-7.0.1 "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-pkg" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" create () { touch "$1" && chmod 755 "$1" ; } && create "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo '#!/bin/sh' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'exedir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'exeprog="runghc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'executablename="$exedir/$exeprog"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'datadir="/usr/share"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'bindir="/usr/bin"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'topdir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" echo 'pgmgcc="/usr/bin/gcc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" cat utils/runghc/runghc.wrapper >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" chmod +x "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runghc" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runhaskell" ln -s runghc "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runhaskell" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" create () { touch "$1" && chmod 755 "$1" ; } && create "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo '#!/bin/sh' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'exedir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'exeprog="ghc-stage2"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'executablename="$exedir/$exeprog"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'datadir="/usr/share"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'bindir="/usr/bin"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'topdir="/usr/lib64/ghc-7.0.1"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'pgmgcc="/usr/bin/gcc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" echo 'executablename="$exedir/ghc"' >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" cat ghc/ghc.wrapper >> "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" chmod +x "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc-7.0.1" "rm" -f "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc" ln -s ghc-7.0.1 "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/ghc" /usr/bin/gcc -E -undef -traditional -P -DINSTALLING -DLIB_DIR='"/usr/lib64/ghc-7.0.1"' -DINCLUDE_DIR='"/usr/lib64/ghc-7.0.1/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes rts/package.conf.in -o rts/package.conf.install.raw grep -v '^#pragma GCC' rts/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' >rts/package.conf.install /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" for i in utils/haddock/dist/build/tmp/haddock utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/runghc/dist/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do \ /usr/bin/install -c -m 755 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1"; \ done "mv" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-stage2" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" "rm" -rf "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/package.conf.d" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/package.conf.d" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" --force --global-conf "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/package.conf.d" update rts/package.conf.install Reading package info from "rts/package.conf.install" ... done. "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/ghc-prim dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 Registering ghc-prim-0.2.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/integer-gmp dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 Registering integer-gmp-0.2.0.2... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/base dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 Registering base-4.3.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/filepath dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 Registering filepath-1.2.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/array dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 Registering array-0.3.0.2... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/bytestring dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 Registering bytestring-0.9.1.8... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/containers dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 Registering containers-0.4.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/unix dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 Registering unix-2.4.1.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/old-locale dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 Registering old-locale-1.0.0.2... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/old-time dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 Registering old-time-1.0.0.6... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/time dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 Registering time-1.2.0.3... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/directory dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 Registering directory-1.1.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/process dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 Registering process-1.0.1.4... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/random dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 Registering random-1.0.0.3... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/extensible-exceptions dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 Registering extensible-exceptions-0.1.1.2... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/haskell98 dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 Registering haskell98-1.1.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/haskell2010 dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 Registering haskell2010-1.0.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/hpc dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 Registering hpc-0.5.0.6... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/pretty dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 Registering pretty-1.0.1.2... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/template-haskell dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 Registering template-haskell-2.5.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/Cabal dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 Registering Cabal-1.10.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/ghc-binary dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 Registering ghc-binary-0.5.0.2... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" libraries/bin-package-db dist-install '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 Registering bin-package-db-0.0.0.0... "inplace/bin/ghc-cabal" install "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" "strip" "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" compiler stage2 '/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64' '/usr' '/usr/lib64/ghc-7.0.1' '/usr/share/doc/ghc/html/libraries' NO Installing library in /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 Registering ghc-7.0.1... "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-pkg" --global-conf "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/package.conf.d" hide ghc-binary /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" for i in driver/ghc-usage.txt driver/ghci-usage.txt rts/dist/build/libHSrtsmain.a rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build/libHSrts-ghc7.0.1.so rts/dist/build/libHSrts_l.a rts/dist/build/libHSrts_debug.a rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a rts/dist/build/libHSrts_debug-ghc7.0.1.so rts/dist/build/libHSrts_thr-ghc7.0.1.so rts/dist/build/libHSrts_thr_debug-ghc7.0.1.so extra-gcc-opts; do \ case $i in \ *.a) \ /usr/bin/install -c -m 644 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1"; \ : /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/`basename $i` ;; \ *.dll) \ /usr/bin/install -c -m 644 -s $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" ;; \ *.so) \ /usr/bin/install -c -m 755 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" ;; \ *.dylib) \ /usr/bin/install -c -m 755 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1";; \ *) \ /usr/bin/install -c -m 644 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1"; \ esac; \ done /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/include" for i in ; do \ /usr/bin/install -c -m 644 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/include"; \ done /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" for i in utils/hp2ps/dist/build/tmp/hp2ps utils/hpc/dist/build/tmp/hpc; do \ /usr/bin/install -c -m 755 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin" ; \ done /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1" for i in utils/unlit/dist/build/tmp/unlit; do \ /usr/bin/install -c -m 755 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1"; \ done /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html" /usr/bin/install -c -m 644 docs/index.html "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html" /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries" for i in libraries/*.html libraries/*.gif libraries/*.css libraries/*.js; do \ /usr/bin/install -c -m 644 $i "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/"; \ done /usr/bin/install -c -m 644 libraries/prologue.txt "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/" /usr/bin/install -c -m 755 libraries/gen_contents_index "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/" for i in docs/users_guide/users_guide libraries/Cabal/doc/Cabal utils/haddock/doc/haddock; do \ /usr/bin/install -c -m 755 -d "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/`basename $i`"; \ /usr/bin/install -c -m 644 $i/* "/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/`basename $i`"; \ done + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo Cabal-1.10.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=Cabal ++ echo Cabal-1.10.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.10.0.0 + rm -f ghc-Cabal.files ghc-Cabal-devel.files ghc-Cabal-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/Cabal-1.10.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/Cabal-1.10.0.0/libHSCabal-1.10.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/Cabal-1.10.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/Cabal-1.10.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/Cabal-1.10.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/Cabal-1.10.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-Cabal.files ghc-Cabal-devel.files ghc-Cabal-prof.files + echo '%doc libraries/Cabal/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo array-0.3.0.2 ++ sed -e 's/\(.*\)-.*/\1/' + name=array ++ echo array-0.3.0.2 ++ sed -e 's/.*-\(.*\)/\1/' + ver=0.3.0.2 + rm -f ghc-array.files ghc-array-devel.files ghc-array-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 ']' + echo '%dir /usr/lib64/ghc-7.0.1/array-0.3.0.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/array-0.3.0.2/libHSarray-0.3.0.2-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/array-0.3.0.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/array-0.3.0.2 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/array-0.3.0.2 ']' + echo /usr/share/doc/ghc/html/libraries/array-0.3.0.2 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-array.files ghc-array-devel.files ghc-array-prof.files + echo '%doc libraries/array/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo base-4.3.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=base ++ echo base-4.3.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=4.3.0.0 + rm -f ghc-base.files ghc-base-devel.files ghc-base-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/base-4.3.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/base-4.3.0.0/libHSbase-4.3.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/base-4.3.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/base-4.3.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/base-4.3.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/base-4.3.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-base.files ghc-base-devel.files ghc-base-prof.files + echo '%doc libraries/base/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo bin-package-db-0.0.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=bin-package-db ++ echo bin-package-db-0.0.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=0.0.0.0 + rm -f ghc-bin-package-db.files ghc-bin-package-db-devel.files ghc-bin-package-db-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/bin-package-db-0.0.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bin-package-db-0.0.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/bin-package-db-0.0.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/bin-package-db-0.0.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-bin-package-db.files ghc-bin-package-db-devel.files ghc-bin-package-db-prof.files + echo '%doc libraries/bin-package-db/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo bytestring-0.9.1.8 ++ sed -e 's/\(.*\)-.*/\1/' + name=bytestring ++ echo bytestring-0.9.1.8 ++ sed -e 's/.*-\(.*\)/\1/' + ver=0.9.1.8 + rm -f ghc-bytestring.files ghc-bytestring-devel.files ghc-bytestring-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 ']' + echo '%dir /usr/lib64/ghc-7.0.1/bytestring-0.9.1.8' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/bytestring-0.9.1.8/libHSbytestring-0.9.1.8-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/bytestring-0.9.1.8*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/bytestring-0.9.1.8 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/bytestring-0.9.1.8 ']' + echo /usr/share/doc/ghc/html/libraries/bytestring-0.9.1.8 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-bytestring.files ghc-bytestring-devel.files ghc-bytestring-prof.files + echo '%doc libraries/bytestring/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo containers-0.4.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=containers ++ echo containers-0.4.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=0.4.0.0 + rm -f ghc-containers.files ghc-containers-devel.files ghc-containers-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/containers-0.4.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/containers-0.4.0.0/libHScontainers-0.4.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/containers-0.4.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/containers-0.4.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/containers-0.4.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/containers-0.4.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-containers.files ghc-containers-devel.files ghc-containers-prof.files + echo '%doc libraries/containers/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo directory-1.1.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=directory ++ echo directory-1.1.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.1.0.0 + rm -f ghc-directory.files ghc-directory-devel.files ghc-directory-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/directory-1.1.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/directory-1.1.0.0/libHSdirectory-1.1.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/directory-1.1.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/directory-1.1.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/directory-1.1.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/directory-1.1.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-directory.files ghc-directory-devel.files ghc-directory-prof.files + echo '%doc libraries/directory/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo extensible-exceptions-0.1.1.2 ++ sed -e 's/\(.*\)-.*/\1/' + name=extensible-exceptions ++ echo extensible-exceptions-0.1.1.2 ++ sed -e 's/.*-\(.*\)/\1/' + ver=0.1.1.2 + rm -f ghc-extensible-exceptions.files ghc-extensible-exceptions-devel.files ghc-extensible-exceptions-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 ']' + echo '%dir /usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/extensible-exceptions-0.1.1.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/extensible-exceptions-0.1.1.2 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2 ']' + echo /usr/share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-extensible-exceptions.files ghc-extensible-exceptions-devel.files ghc-extensible-exceptions-prof.files + echo '%doc libraries/extensible-exceptions/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo filepath-1.2.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=filepath ++ echo filepath-1.2.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.2.0.0 + rm -f ghc-filepath.files ghc-filepath-devel.files ghc-filepath-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/filepath-1.2.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/filepath-1.2.0.0/libHSfilepath-1.2.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/filepath-1.2.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/filepath-1.2.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/filepath-1.2.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/filepath-1.2.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-filepath.files ghc-filepath-devel.files ghc-filepath-prof.files + echo '%doc libraries/filepath/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo haskell2010-1.0.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=haskell2010 ++ echo haskell2010-1.0.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.0.0.0 + rm -f ghc-haskell2010.files ghc-haskell2010-devel.files ghc-haskell2010-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/haskell2010-1.0.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell2010-1.0.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/haskell2010-1.0.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/haskell2010-1.0.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-haskell2010.files ghc-haskell2010-devel.files ghc-haskell2010-prof.files + echo '%doc libraries/haskell2010/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo haskell98-1.1.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=haskell98 ++ echo haskell98-1.1.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.1.0.0 + rm -f ghc-haskell98.files ghc-haskell98-devel.files ghc-haskell98-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/haskell98-1.1.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/haskell98-1.1.0.0/libHShaskell98-1.1.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/haskell98-1.1.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/haskell98-1.1.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/haskell98-1.1.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/haskell98-1.1.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-haskell98.files ghc-haskell98-devel.files ghc-haskell98-prof.files + echo '%doc libraries/haskell98/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo hpc-0.5.0.6 ++ sed -e 's/\(.*\)-.*/\1/' + name=hpc ++ echo hpc-0.5.0.6 ++ sed -e 's/.*-\(.*\)/\1/' + ver=0.5.0.6 + rm -f ghc-hpc.files ghc-hpc-devel.files ghc-hpc-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 ']' + echo '%dir /usr/lib64/ghc-7.0.1/hpc-0.5.0.6' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/hpc-0.5.0.6/libHShpc-0.5.0.6-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/hpc-0.5.0.6*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/hpc-0.5.0.6 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/hpc-0.5.0.6 ']' + echo /usr/share/doc/ghc/html/libraries/hpc-0.5.0.6 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-hpc.files ghc-hpc-devel.files ghc-hpc-prof.files + echo '%doc libraries/hpc/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo old-locale-1.0.0.2 ++ sed -e 's/\(.*\)-.*/\1/' + name=old-locale ++ echo old-locale-1.0.0.2 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.0.0.2 + rm -f ghc-old-locale.files ghc-old-locale-devel.files ghc-old-locale-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 ']' + echo '%dir /usr/lib64/ghc-7.0.1/old-locale-1.0.0.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/old-locale-1.0.0.2/libHSold-locale-1.0.0.2-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/old-locale-1.0.0.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-locale-1.0.0.2 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/old-locale-1.0.0.2 ']' + echo /usr/share/doc/ghc/html/libraries/old-locale-1.0.0.2 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-old-locale.files ghc-old-locale-devel.files ghc-old-locale-prof.files + echo '%doc libraries/old-locale/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo old-time-1.0.0.6 ++ sed -e 's/\(.*\)-.*/\1/' + name=old-time ++ echo old-time-1.0.0.6 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.0.0.6 + rm -f ghc-old-time.files ghc-old-time-devel.files ghc-old-time-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 ']' + echo '%dir /usr/lib64/ghc-7.0.1/old-time-1.0.0.6' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/old-time-1.0.0.6/libHSold-time-1.0.0.6-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/old-time-1.0.0.6*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/old-time-1.0.0.6 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/old-time-1.0.0.6 ']' + echo /usr/share/doc/ghc/html/libraries/old-time-1.0.0.6 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-old-time.files ghc-old-time-devel.files ghc-old-time-prof.files + echo '%doc libraries/old-time/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo pretty-1.0.1.2 ++ sed -e 's/\(.*\)-.*/\1/' + name=pretty ++ echo pretty-1.0.1.2 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.0.1.2 + rm -f ghc-pretty.files ghc-pretty-devel.files ghc-pretty-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 ']' + echo '%dir /usr/lib64/ghc-7.0.1/pretty-1.0.1.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/pretty-1.0.1.2/libHSpretty-1.0.1.2-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/pretty-1.0.1.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/pretty-1.0.1.2 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/pretty-1.0.1.2 ']' + echo /usr/share/doc/ghc/html/libraries/pretty-1.0.1.2 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-pretty.files ghc-pretty-devel.files ghc-pretty-prof.files + echo '%doc libraries/pretty/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo process-1.0.1.4 ++ sed -e 's/\(.*\)-.*/\1/' + name=process ++ echo process-1.0.1.4 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.0.1.4 + rm -f ghc-process.files ghc-process-devel.files ghc-process-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 ']' + echo '%dir /usr/lib64/ghc-7.0.1/process-1.0.1.4' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/process-1.0.1.4/libHSprocess-1.0.1.4-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/process-1.0.1.4*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/process-1.0.1.4 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/process-1.0.1.4 ']' + echo /usr/share/doc/ghc/html/libraries/process-1.0.1.4 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-process.files ghc-process-devel.files ghc-process-prof.files + echo '%doc libraries/process/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo random-1.0.0.3 ++ sed -e 's/\(.*\)-.*/\1/' + name=random ++ echo random-1.0.0.3 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.0.0.3 + rm -f ghc-random.files ghc-random-devel.files ghc-random-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 ']' + echo '%dir /usr/lib64/ghc-7.0.1/random-1.0.0.3' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/random-1.0.0.3/libHSrandom-1.0.0.3-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/random-1.0.0.3*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/random-1.0.0.3 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/random-1.0.0.3 ']' + echo /usr/share/doc/ghc/html/libraries/random-1.0.0.3 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-random.files ghc-random-devel.files ghc-random-prof.files + echo '%doc libraries/random/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo template-haskell-2.5.0.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=template-haskell ++ echo template-haskell-2.5.0.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=2.5.0.0 + rm -f ghc-template-haskell.files ghc-template-haskell-devel.files ghc-template-haskell-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0/libHStemplate-haskell-2.5.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/template-haskell-2.5.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/template-haskell-2.5.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/template-haskell-2.5.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/template-haskell-2.5.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-template-haskell.files ghc-template-haskell-devel.files ghc-template-haskell-prof.files + echo '%doc libraries/template-haskell/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo time-1.2.0.3 ++ sed -e 's/\(.*\)-.*/\1/' + name=time ++ echo time-1.2.0.3 ++ sed -e 's/.*-\(.*\)/\1/' + ver=1.2.0.3 + rm -f ghc-time.files ghc-time-devel.files ghc-time-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 ']' + echo '%dir /usr/lib64/ghc-7.0.1/time-1.2.0.3' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/time-1.2.0.3/libHStime-1.2.0.3-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/time-1.2.0.3*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/time-1.2.0.3 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/time-1.2.0.3 ']' + echo /usr/share/doc/ghc/html/libraries/time-1.2.0.3 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-time.files ghc-time-devel.files ghc-time-prof.files + echo '%doc libraries/time/LICENSE' + for i in Cabal-1.10.0.0 array-0.3.0.2 base-4.3.0.0 bin-package-db-0.0.0.0 bytestring-0.9.1.8 containers-0.4.0.0 directory-1.1.0.0 extensible-exceptions-0.1.1.2 filepath-1.2.0.0 haskell2010-1.0.0.0 haskell98-1.1.0.0 hpc-0.5.0.6 old-locale-1.0.0.2 old-time-1.0.0.6 pretty-1.0.1.2 process-1.0.1.4 random-1.0.0.3 template-haskell-2.5.0.0 time-1.2.0.3 unix-2.4.1.0 ++ echo unix-2.4.1.0 ++ sed -e 's/\(.*\)-.*/\1/' + name=unix ++ echo unix-2.4.1.0 ++ sed -e 's/.*-\(.*\)/\1/' + ver=2.4.1.0 + rm -f ghc-unix.files ghc-unix-devel.files ghc-unix-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/unix-2.4.1.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/unix-2.4.1.0/libHSunix-2.4.1.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/unix-2.4.1.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/unix-2.4.1.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/unix-2.4.1.0 ']' + echo /usr/share/doc/ghc/html/libraries/unix-2.4.1.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-unix.files ghc-unix-devel.files ghc-unix-prof.files + echo '%doc libraries/unix/LICENSE' + rm -f ghc-ghc.files ghc-ghc-devel.files ghc-ghc-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 ']' + echo '%dir /usr/lib64/ghc-7.0.1/ghc-7.0.1' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/ghc-7.0.1/libHSghc-7.0.1-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/ghc-7.0.1*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-7.0.1 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/ghc-7.0.1 ']' + echo /usr/share/doc/ghc/html/libraries/ghc-7.0.1 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-ghc.files ghc-ghc-devel.files ghc-ghc-prof.files + rm -f ghc-ghc-binary.files ghc-ghc-binary-devel.files ghc-ghc-binary-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 ']' + echo '%dir /usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/ghc-binary-0.5.0.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-binary-0.5.0.2 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/ghc-binary-0.5.0.2 ']' + echo /usr/share/doc/ghc/html/libraries/ghc-binary-0.5.0.2 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-ghc-binary.files ghc-ghc-binary-devel.files ghc-ghc-binary-prof.files + rm -f ghc-ghc-prim.files ghc-ghc-prim-devel.files ghc-ghc-prim-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 ']' + echo '%dir /usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/ghc-prim-0.2.0.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/ghc-prim-0.2.0.0 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0 ']' + echo /usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-ghc-prim.files ghc-ghc-prim-devel.files ghc-ghc-prim-prof.files + rm -f ghc-integer-gmp.files ghc-integer-gmp-devel.files ghc-integer-gmp-prof.files + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 ']' + echo '%dir /usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2/libHSinteger-gmp-0.2.0.2-ghc7.0.1.so' + echo '%defattr(-,root,root,-)' + echo '/usr/lib64/ghc-7.0.1/package.conf.d/integer-gmp-0.2.0.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 '!' '(' -type d -o -name '*_p.a' -o -name '*.p_hi' -o -name 'libHS*.so' ')' + echo '%defattr(-,root,root,-)' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 ']' + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/integer-gmp-0.2.0.2 '(' -name '*_p.a' -o -name '*.p_hi' ')' + '[' -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc/html/libraries/integer-gmp-0.2.0.2 ']' + echo /usr/share/doc/ghc/html/libraries/integer-gmp-0.2.0.2 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64!!g' ghc-integer-gmp.files ghc-integer-gmp-devel.files ghc-integer-gmp-prof.files + cat ghc-integer-gmp.files + cat ghc-integer-gmp-devel.files + cat ghc-integer-gmp-prof.files + cp -p libraries/integer-gmp/LICENSE libraries/LICENSE.integer-gmp + echo '%doc libraries/LICENSE.integer-gmp' + cat ghc-ghc-prim.files + cat ghc-ghc-prim-devel.files + cat ghc-ghc-prim-prof.files + cp -p libraries/ghc-prim/LICENSE libraries/LICENSE.ghc-prim + echo '%doc libraries/LICENSE.ghc-prim' + cat ghc-ghc-binary.files + cat ghc-ghc-binary-devel.files + cat ghc-ghc-binary-prof.files + cp -p libraries/ghc-binary/LICENSE libraries/LICENSE.ghc-binary + echo '%doc libraries/LICENSE.ghc-binary' + ls /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts-ghc7.0.1.so /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_debug-ghc7.0.1.so /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_thr-ghc7.0.1.so /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_thr_debug-ghc7.0.1.so + sed -i -e 's|^/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64||g' ghc-base.files + ls -d /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_debug.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_l.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_p.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_thr.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_thr_debug.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_thr_l.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrts_thr_p.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/libHSrtsmain.a /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/package.conf.d/builtin_rts.conf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1/include + sed -i -e 's|^/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64||g' ghc-base-devel.files + for i in hsc2hs runhaskell + '[' -x /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs-ghc ']' + mv /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/hsc2hs-ghc + for i in hsc2hs runhaskell + '[' -x /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runhaskell-ghc ']' + mv /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runhaskell /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/bin/runhaskell-ghc + find /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/etc/cron.hourly + install -p --mode=755 /builddir/build/SOURCES/ghc-doc-index.cron /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/etc/cron.hourly/ghc-doc-index + mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/var/lib/ghc + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MWza4b + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + unset DISPLAY + rm -rf testghc + mkdir testghc + echo 'main = putStrLn "Foo"' + inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo [1 of 1] Compiling Main ( testghc/foo.hs, testghc/foo.o ) Linking testghc/foo ... ++ testghc/foo + '[' Foo = Foo ']' + rm testghc/foo testghc/foo.hi testghc/foo.hs testghc/foo.o + echo 'main = putStrLn "Foo"' + inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo -O2 [1 of 1] Compiling Main ( testghc/foo.hs, testghc/foo.o ) Linking testghc/foo ... ++ testghc/foo + '[' Foo = Foo ']' + rm testghc/foo testghc/foo.hi testghc/foo.hs testghc/foo.o + echo 'main = putStrLn "Foo"' + inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo -dynamic [1 of 1] Compiling Main ( testghc/foo.hs, testghc/foo.o ) Linking testghc/foo ... ++ testghc/foo + '[' Foo = Foo ']' + rm testghc/foo testghc/foo.hi testghc/foo.hs testghc/foo.o + make -C testsuite/tests/ghc-regress fast make: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress' make fast=YES make[1]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress' Looks like you don't have timeout, building it first... make -C ../../timeout all make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/timeout' rm -f -f TimeMe.o TimeMe.hi TimeMe TimeMe.exe python calibrate '' > calibrate.out rm -rf install-inplace mkdir install-inplace mkdir install-inplace/bin cp timeout.py install-inplace/bin/timeout.py echo '#!/bin/sh' > install-inplace/bin/timeout echo 'exec "python" $0.py "$@"' >> install-inplace/bin/timeout chmod +x install-inplace/bin/timeout make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/timeout' python ../../driver/runtests.py -e ghc_with_native_codegen=1 -e ghc_with_profiling=1 -e ghc_with_threaded_rts=1 -e ghc_with_dynamic_rts=1 -e ghc_with_interpreter=1 -e ghc_unregisterised=0 -e ghc_with_smp=1 -e ghc_with_llvm=0 -e windows=False -e darwin=False -e in_tree_compiler=True --rootdir=. --config=../../config/ghc -e 'config.confdir="../../config"' -e 'config.compiler="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2"' -e 'config.compiler_always_flags.append("")' -e 'config.ghc_pkg="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-pkg"' -e 'config.hp2ps="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/hp2ps"' -e 'config.hpc="/builddir/build/BUILD/ghc-7.0.1/inplace/bin/hpc"' -e 'config.gs="gs"' -e 'config.platform="x86_64-unknown-linux"' -e 'config.os="linux"' -e 'config.arch="x86_64"' -e 'config.wordsize="64"' -e 'default_testopts.cleanup=""' -e 'config.timeout=int() or config.timeout' -e 'config.timeout_prog="../../timeout/install-inplace/bin/timeout"' -e 'config.exeext=""' -e 'config.top="/builddir/build/BUILD/ghc-7.0.1/testsuite"' --rootdir=../../../libraries/array/tests --rootdir=../../../libraries/containers/tests --rootdir=../../../libraries/ghc-binary/tests --rootdir=../../../libraries/hpc/tests --rootdir=../../../libraries/bytestring/tests --rootdir=../../../libraries/random/tests --rootdir=../../../libraries/process/tests --rootdir=../../../libraries/directory/tests --rootdir=../../../libraries/Cabal/tests --rootdir=../../../libraries/unix/tests \ \ \ \ \ -e config.fast=1 \ /bin/sh: gs: command not found setting LC_ALL to aa_DJ.utf8 gs -dNODISPLAY -dBATCH -dQUIET -dNOPAUSE ../../config/good.ps GhostScript not available for hp2ps tests Timeout is 300 Found 203 .T files... Beginning test run at kam nah 10 8:41:05 saaku UTC 2011 ====> Scanning ./array/should_run/all.T ====> Scanning ./boxy/all.T ====> Scanning ./typecheck/should_compile/all.T ====> Scanning ./typecheck/prog002/test.T ====> Scanning ./typecheck/prog001/test.T ====> Scanning ./typecheck/testeq1/test.T ====> Scanning ./typecheck/should_run/all.T ====> Scanning ./typecheck/bug1465/all.T ====> Scanning ./typecheck/should_fail/all.T ====> Scanning ./cabal/cabal01/all.T ====> Scanning ./cabal/cabal03/all.T ====> Scanning ./cabal/cabal04/all.T ====> Scanning ./cabal/cabal02/all.T ====> Scanning ./cabal/pkg02/all.T ====> Scanning ./cabal/all.T ====> Scanning ./indexed-types/should_compile/all.T ====> Scanning ./indexed-types/should_run/all.T ====> Scanning ./indexed-types/should_fail/all.T ====> Scanning ./haddock/should_fail_flag_haddock/all.T ====> Scanning ./haddock/should_compile_flag_haddock/all.T ====> Scanning ./haddock/should_compile_flag_nohaddock/all.T ====> Scanning ./haddock/should_compile_noflag_nohaddock/all.T ====> Scanning ./haddock/should_compile_noflag_haddock/all.T ====> Scanning ./haddock/haddock_examples/test.T ====> Scanning ./rename/should_compile/all.T ====> Scanning ./rename/prog002/test.T ====> Scanning ./rename/prog001/test.T ====> Scanning ./rename/prog005/test.T ====> Scanning ./rename/prog003/test.T ====> Scanning ./rename/prog006/all.T ====> Scanning ./rename/prog004/test.T ====> Scanning ./rename/should_fail/all.T ====> Scanning ./ghci.debugger/scripts/break023/all.T ====> Scanning ./ghci.debugger/scripts/break022/all.T ====> Scanning ./ghci.debugger/scripts/all.T ====> Scanning ./lib/Time/all.T ====> Scanning ./lib/Regex/all.T ====> Scanning ./lib/Lex/all.T ====> Scanning ./lib/Data.ByteString/all.T ====> Scanning ./lib/CPUTime/all.T ====> Scanning ./lib/Show/all.T ====> Scanning ./lib/Data.HashTable/all.T ====> Scanning ./lib/IOExts/all.T ====> Scanning ./lib/exceptions/all.T ====> Scanning ./lib/Text.Printf/all.T ====> Scanning ./lib/should_run/all.T ====> Scanning ./lib/IORef/all.T ====> Scanning ./lib/System/all.T ====> Scanning ./lib/Data.Ix/all.T ====> Scanning ./lib/PrettyPrint/all.T ====> Scanning ./lib/OldException/all.T ====> Scanning ./lib/Char/all.T ====> Scanning ./lib/Data.List/all.T ====> Scanning ./lib/integer/all.T ====> Scanning ./lib/IO/all.T ====> Scanning ./lib/Numeric/all.T ====> Scanning ./lib/haskell98/all.T ====> Scanning ./lib/win32/all.T ====> Scanning ./lib/Concurrent/all.T ====> Scanning ./deSugar/should_compile/all.T ====> Scanning ./deSugar/should_run/all.T ====> Scanning ./rts/all.T ====> Scanning ./profiling/should_compile/all.T ====> Scanning ./profiling/should_run/all.T ====> Scanning ./profiling/should_fail/all.T ====> Scanning ./parser/should_compile/all.T ====> Scanning ./parser/prog001/test.T ====> Scanning ./parser/should_run/all.T ====> Scanning ./parser/should_fail/all.T ====> Scanning ./parser/unicode/all.T ====> Scanning ./cpranal/should_compile/all.T ====> Scanning ./ffi/should_compile/all.T ====> Scanning ./ffi/should_run/all.T ====> Scanning ./ffi/should_fail/all.T ====> Scanning ./ghc-e/should_run/all.T ====> Scanning ./layout/all.T ====> Scanning ./perf/should_run/all.T ====> Scanning ./perf/space_leaks/all.T ====> Scanning ./perf/compiler/all.T ====> Scanning ./concurrent/2317/all.T ====> Scanning ./concurrent/prog002/all.T ====> Scanning ./concurrent/prog001/all.T ====> Scanning ./concurrent/should_run/all.T ====> Scanning ./concurrent/prog003/all.T ====> Scanning ./dynlibs/all.T ====> Scanning ./dph/smvm/dph-smvm.T ====> Scanning ./dph/words/dph-words.T ====> Scanning ./dph/primespj/dph-primespj.T ====> Scanning ./dph/diophantine/dph-diophantine.T ====> Scanning ./dph/quickhull/dph-quickhull.T ====> Scanning ./dph/sumnats/dph-sumnats.T ====> Scanning ./dph/dotp/dph-dotp.T ====> Scanning ./numeric/should_run/all.T ====> Scanning ./annotations/should_compile/all.T ====> Scanning ./annotations/should_run/all.T ====> Scanning ./annotations/should_fail/all.T ====> Scanning ./esc/all.T ====> Scanning ./mdo/should_compile/all.T ====> Scanning ./mdo/should_run/all.T ====> Scanning ./mdo/should_fail/all.T ====> Scanning ./ghc-api/apirecomp001/all.T ====> Scanning ./th/2014/all.T ====> Scanning ./th/TH_import_loop/TH_import_loop.T ====> Scanning ./th/TH_recompile/all.T ====> Scanning ./th/TH_spliceViewPat/test.T ====> Scanning ./th/all.T ====> Scanning ./deriving/should_compile/all.T ====> Scanning ./deriving/should_run/all.T ====> Scanning ./deriving/should_fail/all.T ====> Scanning ./codeGen/should_compile/all.T ====> Scanning ./codeGen/should_run/all.T ====> Scanning ./rebindable/all.T ====> Scanning ./module/base01/all.T ====> Scanning ./module/all.T ====> Scanning ./module/mod175/all.T ====> Scanning ./quasiquotation/qq006/test.T ====> Scanning ./quasiquotation/qq005/test.T ====> Scanning ./quasiquotation/qq004/test.T ====> Scanning ./quasiquotation/qq003/test.T ====> Scanning ./quasiquotation/qq001/test.T ====> Scanning ./quasiquotation/qq007/test.T ====> Scanning ./quasiquotation/qq002/test.T ====> Scanning ./quasiquotation/all.T ====> Scanning ./cps/all.T ====> Scanning ./hsc2hs/all.T ====> Scanning ./programs/barton-mangler-bug/test.T ====> Scanning ./programs/jules_xref2/test.T ====> Scanning ./programs/andre_monad/test.T ====> Scanning ./programs/maessen-hashtab/test.T ====> Scanning ./programs/cvh_unboxing/test.T ====> Scanning ./programs/record_upd/test.T ====> Scanning ./programs/jq_readsPrec/test.T ====> Scanning ./programs/joao-circular/test.T ====> Scanning ./programs/seward-space-leak/test.T ====> Scanning ./programs/launchbury/test.T ====> Scanning ./programs/thurston-modular-arith/test.T ====> Scanning ./programs/hs-boot/all.T ====> Scanning ./programs/jtod_circint/test.T ====> Scanning ./programs/north_array/test.T ====> Scanning ./programs/okeefe_neural/test.T ====> Scanning ./programs/rittri/test.T ====> Scanning ./programs/fun_insts/test.T ====> Scanning ./programs/galois_raytrace/test.T ====> Scanning ./programs/fast2haskell/test.T ====> Scanning ./programs/jl_defaults/test.T ====> Scanning ./programs/strict_anns/test.T ====> Scanning ./programs/life_space_leak/test.T ====> Scanning ./programs/andy_cherry/test.T ====> Scanning ./programs/cholewo-eval/test.T ====> Scanning ./programs/jules_xref/test.T ====> Scanning ./programs/lennart_range/test.T ====> Scanning ./programs/10queens/test.T ====> Scanning ./programs/lex/test.T ====> Scanning ./programs/sanders_array/test.T ====> Scanning ./simplCore/should_compile/all.T ====> Scanning ./simplCore/prog002/test.T ====> Scanning ./simplCore/prog001/test.T ====> Scanning ./simplCore/should_run/all.T ====> Scanning ./gadt/all.T ====> Scanning ./driver/conflicting_flags/test.T ====> Scanning ./driver/T3007/all.T ====> Scanning ./driver/dynamic_flags_001/all.T ====> Scanning ./driver/recomp003/all.T ====> Scanning ./driver/recomp006/all.T ====> Scanning ./driver/recomp007/all.T ====> Scanning ./driver/bug1677/all.T ====> Scanning ./driver/dynamic_flags_002/all.T ====> Scanning ./driver/recomp002/all.T ====> Scanning ./driver/all.T ====> Scanning ./driver/recomp004/all.T ====> Scanning ./driver/1959/test.T ====> Scanning ./driver/recomp005/all.T ====> Scanning ./driver/recomp001/all.T ====> Scanning ./driver/1372/all.T ====> Scanning ./ghci/prog008/prog008.T ====> Scanning ./ghci/prog002/prog002.T ====> Scanning ./ghci/prog001/prog001.T ====> Scanning ./ghci/scripts/all.T ====> Scanning ./ghci/prog009/ghci.prog009.T ====> Scanning ./ghci/prog005/prog005.T ====> Scanning ./ghci/should_run/all.T ====> Scanning ./ghci/prog003/prog003.T ====> Scanning ./ghci/prog006/prog006.T ====> Scanning ./ghci/prog004/prog004.T ====> Scanning ./ghci/prog007/prog007.T ====> Scanning ./arrows/should_compile/all.T ====> Scanning ./arrows/should_run/all.T ====> Scanning ./arrows/should_fail/all.T ====> Scanning ./stranal/should_compile/all.T ====> Scanning ./stranal/should_run/all.T ====> Scanning ../../../libraries/array/tests/all.T ====> Scanning ../../../libraries/containers/tests/all.T ====> Scanning ../../../libraries/hpc/tests/simple/tixs/test.T ====> Scanning ../../../libraries/hpc/tests/simple/test.T ====> Scanning ../../../libraries/hpc/tests/raytrace/tixs/test.T ====> Scanning ../../../libraries/hpc/tests/raytrace/test.T ====> Scanning ../../../libraries/hpc/tests/ghc_ghci/test.T ====> Scanning ../../../libraries/hpc/tests/function/test.T ====> Scanning ../../../libraries/hpc/tests/fork/test.T ====> Scanning ../../../libraries/random/tests/all.T ====> Scanning ../../../libraries/process/tests/all.T ====> Scanning ../../../libraries/directory/tests/all.T ====> Scanning ../../../libraries/unix/tests/all.T =====> arr016(normal) 16 of 2630 [0, 0, 0] cd ./array/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arr016 arr016.hs >arr016.comp.stderr 2>&1 cd ./array/should_run && ./arr016 arr016.run.stdout 2>arr016.run.stderr =====> arr019(normal) 19 of 2630 [0, 0, 0] cd ./array/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arr019 arr019.hs >arr019.comp.stderr 2>&1 cd ./array/should_run && ./arr019 arr019.run.stdout 2>arr019.run.stderr =====> Base1(normal) 20 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Base1.hs >Base1.comp.stderr 2>&1 Compile failed (status 256) errors were: Base1.hs:17:19: Couldn't match expected type `forall a. a -> a' with actual type `a -> a' Expected type: Sid Actual type: a -> a In the first argument of `MLeft', namely `fid' In the expression: MLeft fid =====> Church1(normal) 21 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Church1.hs >Church1.comp.stderr 2>&1 Compile failed (status 256) errors were: Church1.hs:27:13: Couldn't match expected type `(a -> a) -> a -> a' with actual type `forall a1. (a1 -> a1) -> a1 -> a1' Expected type: (CNat -> CNat) -> CNat -> (a -> a) -> a -> a Actual type: (CNat -> CNat) -> CNat -> CNat In the expression: n :: (CNat -> CNat) -> CNat -> CNat In the expression: (n :: (CNat -> CNat) -> CNat -> CNat) (mul m) n1 =====> Church2(normal) 22 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Church2.hs >Church2.comp.stderr 2>&1 Actual stderr output differs from expected: --- ./boxy/Church2.stderr.normalised 2011-02-10 08:41:07.846672891 +0000 +++ ./boxy/Church2.comp.stderr.normalised 2011-02-10 08:41:07.846672891 +0000 @@ -1,12 +1,8 @@ -Church2.hs:27:14: - Couldn't match expected type `CNat' - against inferred type `(a -> a) -> a -> a' +Church2.hs:27:15: + Couldn't match expected type `(a -> a) -> a -> a' + with actual type `forall a1. (a1 -> a1) -> a1 -> a1' + Expected type: ((a -> a) -> a -> a) -> (a -> a) -> a -> a + Actual type: CNat -> (a1 -> a1) -> a1 -> a1 In the first argument of `n', namely `(mul m)' In the expression: n (mul m) n1 - In the definition of `exp2': exp2 m n = n (mul m) n1 - -*** This error message is not helpful, -*** and the test should fail, not pass -*** These comments are here to make sure the output -*** doesn't match! =====> PList1(normal) 23 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c PList1.hs >PList1.comp.stderr 2>&1 Compile failed (status 256) errors were: PList1.hs:13:10: Couldn't match expected type `t -> t1' with actual type `forall a. a -> a' The lambda expression `\ x -> x' has one argument one argument, but its type `Sid' has none In the first argument of `(:)', namely `(\ x -> x)' In the expression: (\ x -> x) : ids PList1.hs:26:10: Couldn't match expected type `a -> a' with actual type `forall a1. a1 -> a1' Expected type: [Sid] -> a -> a Actual type: [Sid] -> Sid In the expression: head :: [Sid] -> Sid In the expression: (head :: [Sid] -> Sid) test2 =====> PList2(normal) 24 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c PList2.hs >PList2.comp.stderr 2>&1 Compile failed (status 256) errors were: PList2.hs:12:10: Couldn't match expected type `t -> t1' with actual type `forall a. a -> a' The lambda expression `\ x -> x' has one argument one argument, but its type `Sid' has none In the first argument of `(:)', namely `(\ x -> x)' In the expression: (\ x -> x) : ids PList2.hs:24:14: Couldn't match expected type `a -> a' with actual type `forall a1. a1 -> a1' Expected type: [a -> a] Actual type: [Sid] In the first argument of `head', namely `ids' In the expression: head ids PList2.hs:27:14: Couldn't match expected type `a -> a' with actual type `forall a1. a1 -> a1' Expected type: [a -> a] Actual type: [Sid] In the first argument of `head', namely `ids' In the expression: head ids =====> SystemF(normal) 25 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SystemF.hs >SystemF.comp.stderr 2>&1 Compile failed (status 256) errors were: SystemF.hs:15:18: Couldn't match expected type `forall a. a -> a' with actual type `a -> a' In the second argument of `apply', namely `id' In the expression: apply hr id In an equation for `test0': test0 = apply hr id SystemF.hs:18:14: Couldn't match expected type `a -> a' with actual type `forall a1. a1 -> a1' Expected type: Sid -> a -> a Actual type: Sid -> Sid In the expression: x :: Sid -> Sid In the expression: (x :: Sid -> Sid) x =====> boxy(normal) 26 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c boxy.hs >boxy.comp.stderr 2>&1 Compile failed (status 256) errors were: boxy.hs:43:16: Couldn't match expected type `b -> b' with actual type `forall b1. b1 -> b1' Expected type: (forall b1. b1 -> b1) -> b -> b Actual type: (forall b1. b1 -> b1) -> forall b1. b1 -> b1 In the expression: choose id In an equation for `qH': qH choose id = choose id boxy.hs:121:14: Couldn't match expected type `(a -> b) -> Tree a -> Tree b' with actual type `forall a1 b1. (a1 -> b1) -> Tree a1 -> Tree b1' Expected type: (MapTree -> MapTree) -> (a -> b) -> Tree a -> Tree b Actual type: (MapTree -> MapTree) -> MapTree In the expression: fix :: (MapTree -> MapTree) -> MapTree In the expression: (fix :: (MapTree -> MapTree) -> MapTree) (\ mapTree -> \ f tree -> case tree of { Branch a t -> Branch (f a) (mapTree (cross f) t) Leaf -> Leaf }) =====> Compose(normal) 27 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Compose.hs >Compose.comp.stderr 2>&1 =====> T2193(normal) 28 of 2630 [0, 0, 0] cd ./boxy && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2193 T2193.hs >T2193.comp.stderr 2>&1 cd ./boxy && ./T2193 T2193.run.stdout 2>T2193.run.stderr =====> tc001(normal) 29 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc001.hs -fno-warn-incomplete-patterns >tc001.comp.stderr 2>&1 =====> tc002(normal) 30 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc002.hs -fno-warn-incomplete-patterns >tc002.comp.stderr 2>&1 =====> tc003(normal) 31 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc003.hs -fno-warn-incomplete-patterns >tc003.comp.stderr 2>&1 =====> tc004(normal) 32 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc004.hs -fno-warn-incomplete-patterns >tc004.comp.stderr 2>&1 =====> tc005(normal) 33 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc005.hs -fno-warn-incomplete-patterns >tc005.comp.stderr 2>&1 =====> tc006(normal) 34 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc006.hs -fno-warn-incomplete-patterns >tc006.comp.stderr 2>&1 =====> tc007(normal) 35 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc007.hs -fno-warn-incomplete-patterns >tc007.comp.stderr 2>&1 =====> tc008(normal) 36 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc008.hs -fno-warn-incomplete-patterns >tc008.comp.stderr 2>&1 =====> tc009(normal) 37 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc009.hs -fno-warn-incomplete-patterns >tc009.comp.stderr 2>&1 =====> tc010(normal) 38 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc010.hs -fno-warn-incomplete-patterns >tc010.comp.stderr 2>&1 =====> tc011(normal) 39 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc011.hs -fno-warn-incomplete-patterns >tc011.comp.stderr 2>&1 =====> tc012(normal) 40 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc012.hs -fno-warn-incomplete-patterns >tc012.comp.stderr 2>&1 =====> tc013(normal) 41 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc013.hs -fno-warn-incomplete-patterns >tc013.comp.stderr 2>&1 =====> tc014(normal) 42 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc014.hs -fno-warn-incomplete-patterns >tc014.comp.stderr 2>&1 =====> tc015(normal) 43 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc015.hs -fno-warn-incomplete-patterns >tc015.comp.stderr 2>&1 =====> tc016(normal) 44 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc016.hs -fno-warn-incomplete-patterns >tc016.comp.stderr 2>&1 =====> tc017(normal) 45 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc017.hs -fno-warn-incomplete-patterns >tc017.comp.stderr 2>&1 =====> tc018(normal) 46 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc018.hs -fno-warn-incomplete-patterns >tc018.comp.stderr 2>&1 =====> tc019(normal) 47 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc019.hs -fno-warn-incomplete-patterns >tc019.comp.stderr 2>&1 =====> tc020(normal) 48 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc020.hs -fno-warn-incomplete-patterns >tc020.comp.stderr 2>&1 =====> tc021(normal) 49 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc021.hs -fno-warn-incomplete-patterns >tc021.comp.stderr 2>&1 =====> tc022(normal) 50 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc022.hs -fno-warn-incomplete-patterns >tc022.comp.stderr 2>&1 =====> tc023(normal) 51 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc023.hs -fno-warn-incomplete-patterns >tc023.comp.stderr 2>&1 =====> tc024(normal) 52 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc024.hs -fno-warn-incomplete-patterns >tc024.comp.stderr 2>&1 =====> tc025(normal) 53 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc025.hs -fno-warn-incomplete-patterns >tc025.comp.stderr 2>&1 =====> tc026(normal) 54 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc026.hs -fno-warn-incomplete-patterns >tc026.comp.stderr 2>&1 =====> tc027(normal) 55 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc027.hs -fno-warn-incomplete-patterns >tc027.comp.stderr 2>&1 =====> tc028(normal) 56 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc028.hs -fno-warn-incomplete-patterns >tc028.comp.stderr 2>&1 =====> tc029(normal) 57 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc029.hs -fno-warn-incomplete-patterns >tc029.comp.stderr 2>&1 =====> tc030(normal) 58 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc030.hs -fno-warn-incomplete-patterns >tc030.comp.stderr 2>&1 =====> tc031(normal) 59 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc031.hs -fno-warn-incomplete-patterns >tc031.comp.stderr 2>&1 =====> tc032(normal) 60 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc032.hs -fno-warn-incomplete-patterns >tc032.comp.stderr 2>&1 =====> tc033(normal) 61 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc033.hs -fno-warn-incomplete-patterns >tc033.comp.stderr 2>&1 =====> tc034(normal) 62 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc034.hs -fno-warn-incomplete-patterns >tc034.comp.stderr 2>&1 =====> tc035(normal) 63 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc035.hs -fno-warn-incomplete-patterns >tc035.comp.stderr 2>&1 =====> tc036(normal) 64 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc036.hs -fno-warn-incomplete-patterns >tc036.comp.stderr 2>&1 =====> tc037(normal) 65 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc037.hs -fno-warn-incomplete-patterns >tc037.comp.stderr 2>&1 =====> tc038(normal) 66 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc038.hs -fno-warn-incomplete-patterns >tc038.comp.stderr 2>&1 =====> tc039(normal) 67 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc039.hs -fno-warn-incomplete-patterns >tc039.comp.stderr 2>&1 =====> tc040(normal) 68 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc040.hs -fno-warn-incomplete-patterns >tc040.comp.stderr 2>&1 =====> tc041(normal) 69 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc041.hs -fno-warn-incomplete-patterns >tc041.comp.stderr 2>&1 =====> tc042(normal) 70 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc042.hs -fno-warn-incomplete-patterns >tc042.comp.stderr 2>&1 =====> tc043(normal) 71 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc043.hs -fno-warn-incomplete-patterns >tc043.comp.stderr 2>&1 =====> tc044(normal) 72 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc044.hs -fno-warn-incomplete-patterns >tc044.comp.stderr 2>&1 =====> tc045(normal) 73 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc045.hs -fno-warn-incomplete-patterns >tc045.comp.stderr 2>&1 =====> tc046(normal) 74 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc046.hs -fno-warn-incomplete-patterns >tc046.comp.stderr 2>&1 =====> tc047(normal) 75 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc047.hs -fno-warn-incomplete-patterns >tc047.comp.stderr 2>&1 =====> tc048(normal) 76 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc048.hs -fno-warn-incomplete-patterns >tc048.comp.stderr 2>&1 =====> tc049(normal) 77 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc049.hs -fno-warn-incomplete-patterns >tc049.comp.stderr 2>&1 =====> tc050(normal) 78 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc050.hs -fno-warn-incomplete-patterns >tc050.comp.stderr 2>&1 =====> tc051(normal) 79 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc051.hs -fno-warn-incomplete-patterns >tc051.comp.stderr 2>&1 =====> tc052(normal) 80 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc052.hs -fno-warn-incomplete-patterns >tc052.comp.stderr 2>&1 =====> tc053(normal) 81 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc053.hs -fno-warn-incomplete-patterns >tc053.comp.stderr 2>&1 =====> tc054(normal) 82 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc054.hs -fno-warn-incomplete-patterns >tc054.comp.stderr 2>&1 =====> tc055(normal) 83 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc055.hs -fno-warn-incomplete-patterns >tc055.comp.stderr 2>&1 =====> tc056(normal) 84 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc056.hs -fno-warn-incomplete-patterns >tc056.comp.stderr 2>&1 =====> tc057(normal) 85 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc057.hs -fno-warn-incomplete-patterns >tc057.comp.stderr 2>&1 =====> tc058(normal) 86 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc058.hs -fno-warn-incomplete-patterns >tc058.comp.stderr 2>&1 =====> tc059(normal) 87 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc059.hs -fno-warn-incomplete-patterns >tc059.comp.stderr 2>&1 =====> tc060(normal) 88 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc060.hs -fno-warn-incomplete-patterns >tc060.comp.stderr 2>&1 =====> tc061(normal) 89 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc061.hs -fno-warn-incomplete-patterns >tc061.comp.stderr 2>&1 =====> tc062(normal) 90 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc062.hs -fno-warn-incomplete-patterns >tc062.comp.stderr 2>&1 =====> tc063(normal) 91 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc063.hs -fno-warn-incomplete-patterns >tc063.comp.stderr 2>&1 =====> tc064(normal) 92 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc064.hs -fno-warn-incomplete-patterns >tc064.comp.stderr 2>&1 =====> tc065(normal) 93 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc065.hs -fno-warn-incomplete-patterns >tc065.comp.stderr 2>&1 =====> tc066(normal) 94 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc066.hs -fno-warn-incomplete-patterns >tc066.comp.stderr 2>&1 =====> tc067(normal) 95 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc067.hs -fno-warn-incomplete-patterns >tc067.comp.stderr 2>&1 =====> tc068(normal) 96 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc068.hs -fno-warn-incomplete-patterns >tc068.comp.stderr 2>&1 =====> tc069(normal) 97 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc069.hs -fno-warn-incomplete-patterns >tc069.comp.stderr 2>&1 =====> tc070(normal) 98 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc070.hs -fno-warn-incomplete-patterns >tc070.comp.stderr 2>&1 =====> tc073(normal) 99 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc073.hs -fno-warn-incomplete-patterns >tc073.comp.stderr 2>&1 =====> tc074(normal) 100 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc074.hs -fno-warn-incomplete-patterns >tc074.comp.stderr 2>&1 =====> tc076(normal) 101 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc076.hs -fno-warn-incomplete-patterns >tc076.comp.stderr 2>&1 =====> tc077(normal) 102 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc077.hs -fno-warn-incomplete-patterns >tc077.comp.stderr 2>&1 =====> tc078(normal) 103 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc078.hs -fno-warn-incomplete-patterns >tc078.comp.stderr 2>&1 =====> tc079(normal) 104 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc079.hs -fno-warn-incomplete-patterns >tc079.comp.stderr 2>&1 =====> tc080(normal) 105 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc080.hs -fno-warn-incomplete-patterns >tc080.comp.stderr 2>&1 =====> tc081(normal) 106 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc081.hs -fno-warn-incomplete-patterns >tc081.comp.stderr 2>&1 =====> tc082(normal) 107 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc082.hs -fno-warn-incomplete-patterns >tc082.comp.stderr 2>&1 =====> tc084(normal) 108 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc084.hs -fno-warn-incomplete-patterns >tc084.comp.stderr 2>&1 =====> tc085(normal) 109 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc085.hs -fno-warn-incomplete-patterns >tc085.comp.stderr 2>&1 =====> tc086(normal) 110 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc086.hs -fno-warn-incomplete-patterns >tc086.comp.stderr 2>&1 =====> tc087(normal) 111 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc087.hs -fno-warn-incomplete-patterns >tc087.comp.stderr 2>&1 =====> tc088(normal) 112 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc088.hs -fno-warn-incomplete-patterns >tc088.comp.stderr 2>&1 =====> tc089(normal) 113 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc089.hs -fno-warn-incomplete-patterns >tc089.comp.stderr 2>&1 =====> tc090(normal) 114 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc090.hs -fno-warn-incomplete-patterns >tc090.comp.stderr 2>&1 =====> tc091(normal) 115 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc091.hs -fno-warn-incomplete-patterns >tc091.comp.stderr 2>&1 =====> tc092(normal) 116 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc092.hs -fno-warn-incomplete-patterns >tc092.comp.stderr 2>&1 =====> tc093(normal) 117 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc093.hs -fno-warn-incomplete-patterns >tc093.comp.stderr 2>&1 =====> tc094(normal) 118 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc094.hs -fno-warn-incomplete-patterns >tc094.comp.stderr 2>&1 =====> tc095(normal) 119 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc095.hs -fno-warn-incomplete-patterns >tc095.comp.stderr 2>&1 =====> tc096(normal) 120 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc096.hs -fno-warn-incomplete-patterns >tc096.comp.stderr 2>&1 =====> tc097(normal) 121 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc097.hs -fno-warn-incomplete-patterns >tc097.comp.stderr 2>&1 =====> tc098(normal) 122 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc098.hs -fno-warn-incomplete-patterns >tc098.comp.stderr 2>&1 =====> tc099(normal) 123 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc099.hs -fno-warn-incomplete-patterns >tc099.comp.stderr 2>&1 =====> tc100(normal) 124 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc100.hs -fno-warn-incomplete-patterns >tc100.comp.stderr 2>&1 =====> tc101(normal) 125 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc101.hs -fno-warn-incomplete-patterns >tc101.comp.stderr 2>&1 =====> tc102(normal) 126 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc102.hs -fno-warn-incomplete-patterns >tc102.comp.stderr 2>&1 =====> tc104(normal) 127 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc104.hs -fno-warn-incomplete-patterns >tc104.comp.stderr 2>&1 =====> tc105(normal) 128 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc105.hs -fno-warn-incomplete-patterns >tc105.comp.stderr 2>&1 =====> tc106(normal) 129 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc106.hs -fno-warn-incomplete-patterns >tc106.comp.stderr 2>&1 =====> tc107(normal) 130 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc107.hs -fno-warn-incomplete-patterns >tc107.comp.stderr 2>&1 =====> tc108(normal) 131 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc108.hs -fno-warn-incomplete-patterns >tc108.comp.stderr 2>&1 =====> tc109(normal) 132 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc109.hs -fno-warn-incomplete-patterns >tc109.comp.stderr 2>&1 =====> tc111(normal) 133 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc111.hs -fno-warn-incomplete-patterns >tc111.comp.stderr 2>&1 =====> tc112(normal) 134 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc112.hs -fno-warn-incomplete-patterns >tc112.comp.stderr 2>&1 =====> tc113(normal) 135 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc113.hs -fno-warn-incomplete-patterns >tc113.comp.stderr 2>&1 =====> tc114(normal) 136 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc114.hs -fno-warn-incomplete-patterns >tc114.comp.stderr 2>&1 =====> tc115(normal) 137 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc115.hs -fno-warn-incomplete-patterns >tc115.comp.stderr 2>&1 =====> tc116(normal) 138 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc116.hs -fno-warn-incomplete-patterns >tc116.comp.stderr 2>&1 =====> tc117(normal) 139 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc117.hs -fno-warn-incomplete-patterns >tc117.comp.stderr 2>&1 =====> tc118(normal) 140 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc118.hs -fno-warn-incomplete-patterns >tc118.comp.stderr 2>&1 =====> tc119(normal) 141 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc119.hs -fno-warn-incomplete-patterns >tc119.comp.stderr 2>&1 =====> tc120(normal) 142 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc120.hs -fno-warn-incomplete-patterns >tc120.comp.stderr 2>&1 =====> tc121(normal) 143 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc121.hs -fno-warn-incomplete-patterns >tc121.comp.stderr 2>&1 =====> tc122(normal) 144 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc122.hs -fno-warn-incomplete-patterns >tc122.comp.stderr 2>&1 =====> tc123(normal) 145 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc123.hs -fno-warn-incomplete-patterns >tc123.comp.stderr 2>&1 =====> tc124(normal) 146 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc124.hs -fno-warn-incomplete-patterns >tc124.comp.stderr 2>&1 =====> tc125(normal) 147 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc125.hs -fno-warn-incomplete-patterns >tc125.comp.stderr 2>&1 =====> tc126(normal) 148 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc126.hs -fno-warn-incomplete-patterns >tc126.comp.stderr 2>&1 =====> tc127(normal) 149 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc127.hs -fno-warn-incomplete-patterns >tc127.comp.stderr 2>&1 =====> tc128(normal) 150 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc128.hs -fno-warn-incomplete-patterns >tc128.comp.stderr 2>&1 =====> tc129(normal) 151 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc129.hs -fno-warn-incomplete-patterns >tc129.comp.stderr 2>&1 =====> tc130(normal) 152 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc130.hs -fno-warn-incomplete-patterns >tc130.comp.stderr 2>&1 =====> tc131(normal) 153 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc131.hs -fno-warn-incomplete-patterns >tc131.comp.stderr 2>&1 =====> tc132(normal) 154 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc132.hs -fno-warn-incomplete-patterns >tc132.comp.stderr 2>&1 =====> tc133(normal) 155 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc133.hs -fno-warn-incomplete-patterns >tc133.comp.stderr 2>&1 =====> tc135(normal) 156 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc135.hs -fno-warn-incomplete-patterns >tc135.comp.stderr 2>&1 =====> tc136(normal) 157 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc136.hs -fno-warn-incomplete-patterns >tc136.comp.stderr 2>&1 =====> tc137(normal) 158 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc137.hs -fno-warn-incomplete-patterns >tc137.comp.stderr 2>&1 =====> tc140(normal) 159 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc140.hs -fno-warn-incomplete-patterns >tc140.comp.stderr 2>&1 =====> tc141(normal) 160 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc141.hs -fno-warn-incomplete-patterns >tc141.comp.stderr 2>&1 =====> tc142(normal) 161 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc142.hs -fno-warn-incomplete-patterns >tc142.comp.stderr 2>&1 =====> tc143(normal) 162 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc143.hs -fno-warn-incomplete-patterns >tc143.comp.stderr 2>&1 =====> tc144(normal) 163 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc144.hs -fno-warn-incomplete-patterns >tc144.comp.stderr 2>&1 =====> tc145(normal) 164 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc145.hs -fno-warn-incomplete-patterns >tc145.comp.stderr 2>&1 =====> tc146(normal) 165 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc146.hs -fno-warn-incomplete-patterns >tc146.comp.stderr 2>&1 =====> tc147(normal) 166 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc147.hs -fno-warn-incomplete-patterns >tc147.comp.stderr 2>&1 =====> tc148(normal) 167 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc148.hs -fno-warn-incomplete-patterns >tc148.comp.stderr 2>&1 =====> tc149(normal) 168 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc149.hs -fno-warn-incomplete-patterns >tc149.comp.stderr 2>&1 =====> tc150(normal) 169 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc150.hs -fno-warn-incomplete-patterns >tc150.comp.stderr 2>&1 =====> tc151(normal) 170 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc151.hs -fno-warn-incomplete-patterns >tc151.comp.stderr 2>&1 =====> tc152(normal) 171 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc152.hs -fno-warn-incomplete-patterns >tc152.comp.stderr 2>&1 =====> tc153(normal) 172 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc153.hs -fno-warn-incomplete-patterns >tc153.comp.stderr 2>&1 =====> tc154(normal) 173 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc154.hs -fno-warn-incomplete-patterns >tc154.comp.stderr 2>&1 =====> tc155(normal) 174 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc155.hs -fno-warn-incomplete-patterns >tc155.comp.stderr 2>&1 =====> tc156(normal) 175 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc156.hs -fno-warn-incomplete-patterns >tc156.comp.stderr 2>&1 =====> tc157(normal) 176 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc157.hs -fno-warn-incomplete-patterns >tc157.comp.stderr 2>&1 =====> tc158(normal) 177 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc158.hs -fno-warn-incomplete-patterns >tc158.comp.stderr 2>&1 =====> tc159(normal) 178 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tc159 tc159.hs -fno-warn-incomplete-patterns >tc159.comp.stderr 2>&1 cd ./typecheck/should_compile && ./tc159 tc159.run.stdout 2>tc159.run.stderr =====> tc160(normal) 179 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc160.hs -fno-warn-incomplete-patterns >tc160.comp.stderr 2>&1 =====> tc161(normal) 180 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc161.hs -fno-warn-incomplete-patterns >tc161.comp.stderr 2>&1 =====> tc162(normal) 181 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc162.hs -fno-warn-incomplete-patterns >tc162.comp.stderr 2>&1 =====> tc163(normal) 182 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc163.hs -fno-warn-incomplete-patterns >tc163.comp.stderr 2>&1 =====> tc164(normal) 183 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc164.hs -fno-warn-incomplete-patterns >tc164.comp.stderr 2>&1 =====> tc165(normal) 184 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc165.hs -fno-warn-incomplete-patterns >tc165.comp.stderr 2>&1 =====> tc166(normal) 185 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc166.hs -fno-warn-incomplete-patterns >tc166.comp.stderr 2>&1 =====> tc167(normal) 186 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc167.hs -fno-warn-incomplete-patterns >tc167.comp.stderr 2>&1 =====> tc168(normal) 187 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc168.hs -ddump-types -fno-warn-incomplete-patterns >tc168.comp.stderr 2>&1 =====> tc169(normal) 188 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc169.hs -fno-warn-incomplete-patterns >tc169.comp.stderr 2>&1 =====> tc170(normal) 189 of 2630 [0, 0, 0] cd ./typecheck/should_compile && $MAKE -s --no-print-directory tc170 tc170.run.stdout 2>tc170.run.stderr =====> tc171(normal) 190 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc171.hs -fno-warn-incomplete-patterns >tc171.comp.stderr 2>&1 =====> tc172(normal) 191 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc172.hs -fno-warn-incomplete-patterns >tc172.comp.stderr 2>&1 =====> tc173(normal) 192 of 2630 [0, 0, 0] cd ./typecheck/should_compile && $MAKE -s --no-print-directory tc173 tc173.run.stdout 2>tc173.run.stderr =====> tc174(normal) 193 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc174.hs -fno-warn-incomplete-patterns >tc174.comp.stderr 2>&1 =====> tc175(normal) 194 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc175.hs -fno-warn-incomplete-patterns >tc175.comp.stderr 2>&1 =====> tc176(normal) 195 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc176.hs -fno-warn-incomplete-patterns >tc176.comp.stderr 2>&1 =====> tc177(normal) 196 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc177.hs -fno-warn-incomplete-patterns >tc177.comp.stderr 2>&1 =====> tc178(normal) 197 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc178.hs -fno-warn-incomplete-patterns >tc178.comp.stderr 2>&1 =====> tc179(normal) 198 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc179.hs -fno-warn-incomplete-patterns >tc179.comp.stderr 2>&1 =====> tc180(normal) 199 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc180.hs -fno-warn-incomplete-patterns >tc180.comp.stderr 2>&1 =====> tc181(normal) 200 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc181.hs -fno-warn-incomplete-patterns >tc181.comp.stderr 2>&1 =====> tc182(normal) 201 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc182.hs -fno-warn-incomplete-patterns >tc182.comp.stderr 2>&1 =====> tc183(normal) 202 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc183.hs -fno-warn-incomplete-patterns >tc183.comp.stderr 2>&1 =====> tc184(normal) 203 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc184.hs -fno-warn-incomplete-patterns >tc184.comp.stderr 2>&1 =====> tc185(normal) 204 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc185.hs -fno-warn-incomplete-patterns >tc185.comp.stderr 2>&1 =====> tc186(normal) 205 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc186.hs -fno-warn-incomplete-patterns >tc186.comp.stderr 2>&1 =====> tc187(normal) 206 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc187.hs -fno-warn-incomplete-patterns >tc187.comp.stderr 2>&1 =====> tc188(normal) 207 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc188.hs -fno-warn-incomplete-patterns >tc188.comp.stderr 2>&1 =====> tc189(normal) 208 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc189.hs -fno-warn-incomplete-patterns >tc189.comp.stderr 2>&1 =====> tc190(normal) 209 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc190.hs -fno-warn-incomplete-patterns >tc190.comp.stderr 2>&1 =====> tc191(normal) 210 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc191.hs -fno-warn-incomplete-patterns >tc191.comp.stderr 2>&1 Compile failed (status 256) errors were: tc191.hs:13:1: Failed to load interface for `Data.Generics.Basics': Use -v to see a list of the files searched for. =====> tc192(normal) 211 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc192.hs -fno-warn-incomplete-patterns >tc192.comp.stderr 2>&1 =====> tc193(normal) 212 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc193.hs -fno-warn-incomplete-patterns >tc193.comp.stderr 2>&1 =====> tc194(normal) 213 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc194.hs -fno-warn-incomplete-patterns >tc194.comp.stderr 2>&1 =====> tc195(normal) 214 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc195.hs -fno-warn-incomplete-patterns >tc195.comp.stderr 2>&1 =====> tc196(normal) 215 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc196.hs -fno-warn-incomplete-patterns >tc196.comp.stderr 2>&1 =====> tc197(normal) 216 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc197.hs -fno-warn-incomplete-patterns >tc197.comp.stderr 2>&1 =====> tc198(normal) 217 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc198.hs -fno-warn-incomplete-patterns >tc198.comp.stderr 2>&1 =====> tc199(normal) 218 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc199.hs -fno-warn-incomplete-patterns >tc199.comp.stderr 2>&1 =====> tc200(normal) 219 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc200.hs -fno-warn-incomplete-patterns >tc200.comp.stderr 2>&1 =====> tc201(normal) 220 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc201.hs -fno-warn-incomplete-patterns >tc201.comp.stderr 2>&1 =====> tc202(normal) 221 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc202.hs -fno-warn-incomplete-patterns >tc202.comp.stderr 2>&1 =====> tc203(normal) 222 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc203.hs -fno-warn-incomplete-patterns >tc203.comp.stderr 2>&1 =====> tc204(normal) 223 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc204.hs -fno-warn-incomplete-patterns >tc204.comp.stderr 2>&1 =====> tc205(normal) 224 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc205.hs -fno-warn-incomplete-patterns >tc205.comp.stderr 2>&1 =====> tc206(normal) 225 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc206.hs -fno-warn-incomplete-patterns >tc206.comp.stderr 2>&1 =====> tc207(normal) 226 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc207.hs -fno-warn-incomplete-patterns >tc207.comp.stderr 2>&1 =====> tc208(normal) 227 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc208.hs -fno-warn-incomplete-patterns >tc208.comp.stderr 2>&1 =====> tc209(normal) 228 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc209.hs -fno-warn-incomplete-patterns >tc209.comp.stderr 2>&1 =====> tc210(normal) 229 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc210.hs -fno-warn-incomplete-patterns >tc210.comp.stderr 2>&1 =====> tc211(normal) 230 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc211.hs -fno-warn-incomplete-patterns >tc211.comp.stderr 2>&1 =====> tc212(normal) 231 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc212.hs -fno-warn-incomplete-patterns >tc212.comp.stderr 2>&1 =====> tc213(normal) 232 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc213.hs -fno-warn-incomplete-patterns >tc213.comp.stderr 2>&1 =====> tc214(normal) 233 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc214.hs -fno-warn-incomplete-patterns >tc214.comp.stderr 2>&1 =====> tc215(normal) 234 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc215.hs -fno-warn-incomplete-patterns >tc215.comp.stderr 2>&1 =====> tc216(normal) 235 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc216.hs -fno-warn-incomplete-patterns >tc216.comp.stderr 2>&1 =====> tc217(normal) 236 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc217.hs -fno-warn-incomplete-patterns >tc217.comp.stderr 2>&1 =====> tc218(normal) 237 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc218.hs -fno-warn-incomplete-patterns >tc218.comp.stderr 2>&1 =====> tc219(normal) 238 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc219.hs -fno-warn-incomplete-patterns >tc219.comp.stderr 2>&1 =====> tc220(normal) 239 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc220.hs -fno-warn-incomplete-patterns >tc220.comp.stderr 2>&1 Compile failed (status 256) errors were: tc220.hs:7:1: Failed to load interface for `Data.Generics': Use -v to see a list of the files searched for. =====> tc221(normal) 240 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc221.hs -fno-warn-incomplete-patterns >tc221.comp.stderr 2>&1 =====> tc222(normal) 241 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc222.hs -fno-warn-incomplete-patterns >tc222.comp.stderr 2>&1 =====> tc223(normal) 242 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc223.hs -fno-warn-incomplete-patterns >tc223.comp.stderr 2>&1 =====> tc224(normal) 243 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc224.hs -fno-warn-incomplete-patterns >tc224.comp.stderr 2>&1 =====> tc225(normal) 244 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc225.hs -fno-warn-incomplete-patterns >tc225.comp.stderr 2>&1 =====> tc226(normal) 245 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc226.hs -fno-warn-incomplete-patterns >tc226.comp.stderr 2>&1 =====> tc227(normal) 246 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc227.hs -fno-warn-incomplete-patterns >tc227.comp.stderr 2>&1 =====> tc228(normal) 247 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc228.hs -fno-warn-incomplete-patterns >tc228.comp.stderr 2>&1 =====> tc229(normal) 248 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc229.hs -fno-warn-incomplete-patterns >tc229.comp.stderr 2>&1 =====> tc230(normal) 249 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc230.hs -fno-warn-incomplete-patterns >tc230.comp.stderr 2>&1 =====> tc231(normal) 250 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc231.hs -fno-warn-incomplete-patterns >tc231.comp.stderr 2>&1 =====> tc232(normal) 251 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc232.hs -fno-warn-incomplete-patterns >tc232.comp.stderr 2>&1 =====> tc233(normal) 252 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc233.hs -fno-warn-incomplete-patterns >tc233.comp.stderr 2>&1 =====> tc234(normal) 253 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc234.hs -fno-warn-incomplete-patterns >tc234.comp.stderr 2>&1 =====> tc235(normal) 254 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc235.hs -fno-warn-incomplete-patterns >tc235.comp.stderr 2>&1 =====> tc236(normal) 255 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc236.hs -fno-warn-incomplete-patterns >tc236.comp.stderr 2>&1 =====> tc237(normal) 256 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc237.hs -fno-warn-incomplete-patterns >tc237.comp.stderr 2>&1 =====> tc238(normal) 257 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc238.hs -fno-warn-incomplete-patterns >tc238.comp.stderr 2>&1 =====> tc239(normal) 258 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o tc239 tc239 -v0 -fno-warn-incomplete-patterns >tc239.comp.stderr 2>&1 =====> tc240(normal) 259 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc240.hs -fno-warn-incomplete-patterns >tc240.comp.stderr 2>&1 =====> tc241(normal) 260 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc241.hs -fno-warn-incomplete-patterns >tc241.comp.stderr 2>&1 =====> tc242(normal) 261 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc242.hs -fno-warn-incomplete-patterns >tc242.comp.stderr 2>&1 =====> tc243(normal) 262 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc243.hs -fno-warn-incomplete-patterns >tc243.comp.stderr 2>&1 =====> tc244(normal) 263 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc244.hs -fno-warn-incomplete-patterns >tc244.comp.stderr 2>&1 =====> tc245(normal) 264 of 2630 [0, 0, 0] cd ./typecheck/should_compile && $MAKE -s --no-print-directory tc245 tc245.run.stdout 2>tc245.run.stderr =====> tc246(normal) 265 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc246.hs -fno-warn-incomplete-patterns >tc246.comp.stderr 2>&1 =====> tc247(normal) 266 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc247.hs -fno-warn-incomplete-patterns >tc247.comp.stderr 2>&1 =====> tc248(normal) 267 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tc248.hs -fno-warn-incomplete-patterns >tc248.comp.stderr 2>&1 =====> FD1(normal) 268 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c FD1.hs -fno-warn-incomplete-patterns >FD1.comp.stderr 2>&1 =====> FD2(normal) 269 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c FD2.hs -fno-warn-incomplete-patterns >FD2.comp.stderr 2>&1 =====> FD3(normal) 270 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c FD3.hs -fno-warn-incomplete-patterns >FD3.comp.stderr 2>&1 =====> FD4(normal) 271 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c FD4.hs -fno-warn-incomplete-patterns >FD4.comp.stderr 2>&1 =====> faxen(normal) 272 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c faxen.hs -fno-warn-incomplete-patterns >faxen.comp.stderr 2>&1 =====> T1495(normal) 273 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1495.hs -fno-warn-incomplete-patterns >T1495.comp.stderr 2>&1 =====> T2045(normal) 274 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2045.hs -fno-warn-incomplete-patterns >T2045.comp.stderr 2>&1 =====> T2478(normal) 275 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2478.hs -fno-warn-incomplete-patterns >T2478.comp.stderr 2>&1 =====> T2433(normal) 276 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T2433 T2433 -v0 -fno-warn-incomplete-patterns >T2433.comp.stderr 2>&1 =====> T2494(normal) 277 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2494.hs -fno-warn-incomplete-patterns >T2494.comp.stderr 2>&1 =====> T2494-2(normal) 278 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2494-2.hs -fno-warn-incomplete-patterns >T2494-2.comp.stderr 2>&1 =====> T2497(normal) 279 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2497.hs -fno-warn-incomplete-patterns >T2497.comp.stderr 2>&1 =====> syn-perf(normal) 280 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c syn-perf.hs -fcontext-stack=30 -fno-warn-incomplete-patterns >syn-perf.comp.stderr 2>&1 =====> syn-perf2(normal) 281 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c syn-perf2.hs -fno-warn-incomplete-patterns >syn-perf2.comp.stderr 2>&1 =====> LoopOfTheDay1(normal) 282 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c LoopOfTheDay1.hs -fno-warn-incomplete-patterns >LoopOfTheDay1.comp.stderr 2>&1 =====> LoopOfTheDay2(normal) 283 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c LoopOfTheDay2.hs -fno-warn-incomplete-patterns >LoopOfTheDay2.comp.stderr 2>&1 =====> LoopOfTheDay3(normal) 284 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c LoopOfTheDay3.hs -fno-warn-incomplete-patterns >LoopOfTheDay3.comp.stderr 2>&1 =====> T1470(normal) 285 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1470.hs -fno-warn-incomplete-patterns >T1470.comp.stderr 2>&1 =====> T2572(normal) 286 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2572.hs -fno-warn-incomplete-patterns >T2572.comp.stderr 2>&1 =====> T2573(normal) 287 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2573.hs -fno-warn-incomplete-patterns >T2573.comp.stderr 2>&1 =====> T2735(normal) 288 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2735.hs -fno-warn-incomplete-patterns >T2735.comp.stderr 2>&1 =====> T2799(normal) 289 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2799.hs -fno-warn-incomplete-patterns >T2799.comp.stderr 2>&1 =====> T3219(normal) 290 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3219.hs -fno-warn-incomplete-patterns >T3219.comp.stderr 2>&1 =====> T3342(normal) 291 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3342.hs -fno-warn-incomplete-patterns >T3342.comp.stderr 2>&1 =====> T3346(normal) 292 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3346.hs -fno-warn-incomplete-patterns >T3346.comp.stderr 2>&1 =====> T3391(normal) 293 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3391.hs -fno-warn-incomplete-patterns >T3391.comp.stderr 2>&1 =====> T3409(normal) 294 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3409.hs -fno-warn-incomplete-patterns >T3409.comp.stderr 2>&1 =====> T3955(normal) 295 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3955.hs -fno-warn-incomplete-patterns >T3955.comp.stderr 2>&1 =====> PolyRec(normal) 296 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c PolyRec.hs -fno-warn-incomplete-patterns >PolyRec.comp.stderr 2>&1 =====> twins(normal) 297 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c twins.hs -fno-warn-incomplete-patterns >twins.comp.stderr 2>&1 =====> T2412(normal) 298 of 2630 [0, 0, 0] cd ./typecheck/should_compile && $MAKE --no-print-directory -s T2412 T2412.run.stdout 2>T2412.run.stderr =====> T2846(normal) 299 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2846.hs -fno-warn-incomplete-patterns >T2846.comp.stderr 2>&1 =====> T4284(normal) 300 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4284.hs -fno-warn-incomplete-patterns >T4284.comp.stderr 2>&1 =====> T2683(normal) 301 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2683.hs -fno-warn-incomplete-patterns >T2683.comp.stderr 2>&1 =====> T3696(normal) 302 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3696.hs -fno-warn-incomplete-patterns >T3696.comp.stderr 2>&1 =====> T1123(normal) 303 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1123.hs -fno-warn-incomplete-patterns >T1123.comp.stderr 2>&1 =====> T3692(normal) 304 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3692.hs -fno-warn-incomplete-patterns >T3692.comp.stderr 2>&1 =====> T700(normal) 305 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T700.hs -fno-warn-incomplete-patterns >T700.comp.stderr 2>&1 =====> T4361(normal) 306 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4361.hs -fno-warn-incomplete-patterns >T4361.comp.stderr 2>&1 =====> T4355(normal) 307 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4355.hs -fno-warn-incomplete-patterns >T4355.comp.stderr 2>&1 =====> T1634(normal) 308 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1634.hs -fno-warn-incomplete-patterns >T1634.comp.stderr 2>&1 =====> T4401(normal) 309 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4401.hs -fno-warn-incomplete-patterns >T4401.comp.stderr 2>&1 =====> T4404(normal) 310 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4404.hs -Wall -fno-warn-incomplete-patterns >T4404.comp.stderr 2>&1 Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./typecheck/should_compile/T4404.comp.stderr.normalised 2011-02-10 08:41:36.193297649 +0000 @@ -0,0 +1,2 @@ + +T4404.hs:9:11: Warning: Defined but not used: `t2' =====> HasKey(normal) 311 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c HasKey.hs -fno-warn-incomplete-patterns >HasKey.comp.stderr 2>&1 =====> T4418(normal) 312 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4418.hs -fno-warn-incomplete-patterns >T4418.comp.stderr 2>&1 =====> T4444(normal) 313 of 2630 [0, 0, 0] cd ./typecheck/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4444.hs -fno-warn-incomplete-patterns >T4444.comp.stderr 2>&1 =====> tcrun001(normal) 317 of 2630 [0, 0, 0] cd ./typecheck/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tcrun001 tcrun001.hs >tcrun001.comp.stderr 2>&1 cd ./typecheck/should_run && ./tcrun001 tcrun001.run.stdout 2>tcrun001.run.stderr =====> tcrun002(normal) 318 of 2630 [0, 0, 0] cd ./typecheck/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tcrun002 tcrun002.hs >tcrun002.comp.stderr 2>&1 cd ./typecheck/should_run && ./tcrun002 tcrun002.run.stdout 2>tcrun002.run.stderr =====> tcrun003(normal) 319 of 2630 [0, 0, 0] cd ./typecheck/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tcrun003 tcrun003.hs >tcrun003.comp.stderr 2>&1 cd ./typecheck/should_run && ./tcrun003 tcrun003.run.stdout 2>tcrun003.run.stderr =====> tcrun004(normal) 320 of 2630 [0, 0, 0] cd ./typecheck/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tcrun004 tcrun004.hs >tcrun004.comp.stderr 2>&1 cd ./typecheck/should_run && ./tcrun004 tcrun004.run.stdout 2>tcrun004.run.stderr =====> tcrun005(normal) 321 of 2630 [0, 0, 0] cd ./typecheck/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tcrun005 tcrun005.hs >tcrun005.comp.stderr 2>&1 cd ./typecheck/should_run && ./tcrun005 tcrun005.run.stdout 2>tcrun005.run.stderr =====> bug1465(normal) 367 of 2630 [0, 0, 0] cd ./typecheck/bug1465 && $MAKE -s --no-print-directory bug1465 bug1465.run.stdout 2>bug1465.run.stderr =====> tcfail001(normal) 368 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail001.hs >tcfail001.comp.stderr 2>&1 =====> tcfail002(normal) 369 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail002.hs >tcfail002.comp.stderr 2>&1 =====> tcfail003(normal) 370 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail003.hs >tcfail003.comp.stderr 2>&1 =====> tcfail004(normal) 371 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail004.hs >tcfail004.comp.stderr 2>&1 =====> tcfail005(normal) 372 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail005.hs >tcfail005.comp.stderr 2>&1 =====> tcfail006(normal) 373 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail006.hs >tcfail006.comp.stderr 2>&1 =====> tcfail007(normal) 374 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail007.hs >tcfail007.comp.stderr 2>&1 =====> tcfail008(normal) 375 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail008.hs >tcfail008.comp.stderr 2>&1 =====> tcfail009(normal) 376 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail009.hs >tcfail009.comp.stderr 2>&1 =====> tcfail010(normal) 377 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail010.hs >tcfail010.comp.stderr 2>&1 =====> tcfail011(normal) 378 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail011.hs >tcfail011.comp.stderr 2>&1 =====> tcfail012(normal) 379 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail012.hs >tcfail012.comp.stderr 2>&1 =====> tcfail013(normal) 380 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail013.hs >tcfail013.comp.stderr 2>&1 =====> tcfail014(normal) 381 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail014.hs >tcfail014.comp.stderr 2>&1 =====> tcfail015(normal) 382 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail015.hs >tcfail015.comp.stderr 2>&1 =====> tcfail016(normal) 383 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail016.hs >tcfail016.comp.stderr 2>&1 =====> tcfail017(normal) 384 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail017.hs >tcfail017.comp.stderr 2>&1 =====> tcfail018(normal) 385 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail018.hs >tcfail018.comp.stderr 2>&1 =====> tcfail019(normal) 386 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail019.hs >tcfail019.comp.stderr 2>&1 =====> tcfail020(normal) 387 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail020.hs >tcfail020.comp.stderr 2>&1 =====> tcfail021(normal) 388 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail021.hs >tcfail021.comp.stderr 2>&1 =====> tcfail023(normal) 389 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail023.hs >tcfail023.comp.stderr 2>&1 =====> tcfail027(normal) 390 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail027.hs >tcfail027.comp.stderr 2>&1 =====> tcfail028(normal) 391 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail028.hs >tcfail028.comp.stderr 2>&1 =====> tcfail029(normal) 392 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail029.hs >tcfail029.comp.stderr 2>&1 =====> tcfail030(normal) 393 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail030.hs >tcfail030.comp.stderr 2>&1 =====> tcfail031(normal) 394 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail031.hs >tcfail031.comp.stderr 2>&1 =====> tcfail032(normal) 395 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail032.hs >tcfail032.comp.stderr 2>&1 =====> tcfail033(normal) 396 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail033.hs >tcfail033.comp.stderr 2>&1 =====> tcfail034(normal) 397 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail034.hs >tcfail034.comp.stderr 2>&1 =====> tcfail035(normal) 398 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail035.hs >tcfail035.comp.stderr 2>&1 =====> tcfail036(normal) 399 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail036.hs >tcfail036.comp.stderr 2>&1 =====> tcfail037(normal) 400 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail037.hs >tcfail037.comp.stderr 2>&1 =====> tcfail038(normal) 401 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail038.hs >tcfail038.comp.stderr 2>&1 =====> tcfail040(normal) 402 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail040.hs >tcfail040.comp.stderr 2>&1 =====> tcfail042(normal) 403 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail042.hs >tcfail042.comp.stderr 2>&1 =====> tcfail043(normal) 404 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail043.hs >tcfail043.comp.stderr 2>&1 =====> tcfail044(normal) 405 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail044.hs >tcfail044.comp.stderr 2>&1 =====> tcfail046(normal) 406 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail046.hs >tcfail046.comp.stderr 2>&1 =====> tcfail047(normal) 407 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail047.hs >tcfail047.comp.stderr 2>&1 =====> tcfail048(normal) 408 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail048.hs >tcfail048.comp.stderr 2>&1 =====> tcfail049(normal) 409 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail049.hs >tcfail049.comp.stderr 2>&1 =====> tcfail050(normal) 410 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail050.hs >tcfail050.comp.stderr 2>&1 =====> tcfail051(normal) 411 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail051.hs >tcfail051.comp.stderr 2>&1 =====> tcfail052(normal) 412 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail052.hs >tcfail052.comp.stderr 2>&1 =====> tcfail053(normal) 413 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail053.hs >tcfail053.comp.stderr 2>&1 =====> tcfail054(normal) 414 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail054.hs >tcfail054.comp.stderr 2>&1 =====> tcfail055(normal) 415 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail055.hs >tcfail055.comp.stderr 2>&1 =====> tcfail056(normal) 416 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail056.hs >tcfail056.comp.stderr 2>&1 =====> tcfail057(normal) 417 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail057.hs >tcfail057.comp.stderr 2>&1 =====> tcfail058(normal) 418 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail058.hs >tcfail058.comp.stderr 2>&1 =====> tcfail061(normal) 419 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail061.hs >tcfail061.comp.stderr 2>&1 =====> tcfail062(normal) 420 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail062.hs >tcfail062.comp.stderr 2>&1 =====> tcfail063(normal) 421 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail063.hs >tcfail063.comp.stderr 2>&1 =====> tcfail065(normal) 422 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail065.hs >tcfail065.comp.stderr 2>&1 =====> tcfail067(normal) 423 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail067.hs >tcfail067.comp.stderr 2>&1 =====> tcfail068(normal) 424 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail068.hs >tcfail068.comp.stderr 2>&1 =====> tcfail069(normal) 425 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail069.hs >tcfail069.comp.stderr 2>&1 =====> tcfail070(normal) 426 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail070.hs >tcfail070.comp.stderr 2>&1 =====> tcfail071(normal) 427 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail071.hs >tcfail071.comp.stderr 2>&1 =====> tcfail072(normal) 428 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail072.hs >tcfail072.comp.stderr 2>&1 =====> tcfail073(normal) 429 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail073.hs >tcfail073.comp.stderr 2>&1 =====> tcfail075(normal) 430 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail075.hs >tcfail075.comp.stderr 2>&1 =====> tcfail076(normal) 431 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail076.hs >tcfail076.comp.stderr 2>&1 =====> tcfail077(normal) 432 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail077.hs >tcfail077.comp.stderr 2>&1 =====> tcfail078(normal) 433 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail078.hs >tcfail078.comp.stderr 2>&1 =====> tcfail079(normal) 434 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail079.hs >tcfail079.comp.stderr 2>&1 =====> tcfail080(normal) 435 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail080.hs >tcfail080.comp.stderr 2>&1 =====> tcfail082(normal) 436 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail082.hs >tcfail082.comp.stderr 2>&1 =====> tcfail083(normal) 437 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail083.hs >tcfail083.comp.stderr 2>&1 =====> tcfail084(normal) 438 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail084.hs >tcfail084.comp.stderr 2>&1 =====> tcfail085(normal) 439 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail085.hs >tcfail085.comp.stderr 2>&1 =====> tcfail086(normal) 440 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail086.hs >tcfail086.comp.stderr 2>&1 =====> tcfail087(normal) 441 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail087.hs >tcfail087.comp.stderr 2>&1 =====> tcfail088(normal) 442 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail088.hs >tcfail088.comp.stderr 2>&1 =====> tcfail089(normal) 443 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail089.hs >tcfail089.comp.stderr 2>&1 =====> tcfail090(normal) 444 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail090.hs >tcfail090.comp.stderr 2>&1 =====> tcfail091(normal) 445 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail091.hs >tcfail091.comp.stderr 2>&1 =====> tcfail092(normal) 446 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail092.hs >tcfail092.comp.stderr 2>&1 =====> tcfail093(normal) 447 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail093.hs >tcfail093.comp.stderr 2>&1 =====> tcfail094(normal) 448 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail094.hs >tcfail094.comp.stderr 2>&1 =====> tcfail095(normal) 449 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail095.hs >tcfail095.comp.stderr 2>&1 =====> tcfail096(normal) 450 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail096.hs >tcfail096.comp.stderr 2>&1 =====> tcfail097(normal) 451 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail097.hs >tcfail097.comp.stderr 2>&1 =====> tcfail098(normal) 452 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail098.hs >tcfail098.comp.stderr 2>&1 =====> tcfail099(normal) 453 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail099.hs >tcfail099.comp.stderr 2>&1 =====> tcfail100(normal) 454 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail100.hs >tcfail100.comp.stderr 2>&1 =====> tcfail101(normal) 455 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail101.hs >tcfail101.comp.stderr 2>&1 =====> tcfail102(normal) 456 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail102.hs >tcfail102.comp.stderr 2>&1 =====> tcfail103(normal) 457 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail103.hs >tcfail103.comp.stderr 2>&1 =====> tcfail104(normal) 458 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail104.hs >tcfail104.comp.stderr 2>&1 =====> tcfail105(normal) 459 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail105.hs >tcfail105.comp.stderr 2>&1 =====> tcfail106(normal) 460 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail106.hs >tcfail106.comp.stderr 2>&1 =====> tcfail107(normal) 461 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail107.hs >tcfail107.comp.stderr 2>&1 =====> tcfail108(normal) 462 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail108.hs >tcfail108.comp.stderr 2>&1 =====> tcfail109(normal) 463 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail109.hs >tcfail109.comp.stderr 2>&1 =====> tcfail110(normal) 464 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail110.hs >tcfail110.comp.stderr 2>&1 =====> tcfail112(normal) 465 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail112.hs >tcfail112.comp.stderr 2>&1 =====> tcfail113(normal) 466 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail113.hs >tcfail113.comp.stderr 2>&1 =====> tcfail114(normal) 467 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail114.hs >tcfail114.comp.stderr 2>&1 =====> tcfail115(normal) 468 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail115.hs >tcfail115.comp.stderr 2>&1 =====> tcfail116(normal) 469 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail116.hs >tcfail116.comp.stderr 2>&1 =====> tcfail117(normal) 470 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail117.hs >tcfail117.comp.stderr 2>&1 =====> tcfail118(normal) 471 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail118.hs >tcfail118.comp.stderr 2>&1 =====> tcfail119(normal) 472 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail119.hs >tcfail119.comp.stderr 2>&1 =====> tcfail120(normal) 473 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail120.hs >tcfail120.comp.stderr 2>&1 =====> tcfail121(normal) 474 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail121.hs >tcfail121.comp.stderr 2>&1 =====> tcfail122(normal) 475 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail122.hs >tcfail122.comp.stderr 2>&1 =====> tcfail123(normal) 476 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail123.hs >tcfail123.comp.stderr 2>&1 =====> tcfail124(normal) 477 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail124.hs >tcfail124.comp.stderr 2>&1 =====> tcfail125(normal) 478 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail125.hs >tcfail125.comp.stderr 2>&1 =====> tcfail126(normal) 479 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail126.hs >tcfail126.comp.stderr 2>&1 =====> tcfail127(normal) 480 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail127.hs >tcfail127.comp.stderr 2>&1 =====> tcfail128(normal) 481 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail128.hs >tcfail128.comp.stderr 2>&1 =====> tcfail129(normal) 482 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail129.hs >tcfail129.comp.stderr 2>&1 =====> tcfail130(normal) 483 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail130.hs >tcfail130.comp.stderr 2>&1 =====> tcfail131(normal) 484 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail131.hs >tcfail131.comp.stderr 2>&1 =====> tcfail132(normal) 485 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail132.hs >tcfail132.comp.stderr 2>&1 =====> tcfail133(normal) 486 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail133.hs >tcfail133.comp.stderr 2>&1 =====> tcfail134(normal) 487 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail134.hs >tcfail134.comp.stderr 2>&1 =====> tcfail135(normal) 488 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail135.hs >tcfail135.comp.stderr 2>&1 =====> tcfail136(normal) 489 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail136.hs >tcfail136.comp.stderr 2>&1 =====> tcfail137(normal) 490 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail137.hs >tcfail137.comp.stderr 2>&1 =====> tcfail138(normal) 491 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail138.hs >tcfail138.comp.stderr 2>&1 =====> tcfail139(normal) 492 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail139.hs >tcfail139.comp.stderr 2>&1 =====> tcfail140(normal) 493 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail140.hs >tcfail140.comp.stderr 2>&1 =====> tcfail141(normal) 494 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail141.hs >tcfail141.comp.stderr 2>&1 =====> tcfail142(normal) 495 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail142.hs >tcfail142.comp.stderr 2>&1 =====> tcfail143(normal) 496 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail143.hs >tcfail143.comp.stderr 2>&1 =====> tcfail144(normal) 497 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail144.hs >tcfail144.comp.stderr 2>&1 =====> tcfail145(normal) 498 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail145.hs >tcfail145.comp.stderr 2>&1 =====> tcfail146(normal) 499 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail146.hs >tcfail146.comp.stderr 2>&1 =====> tcfail147(normal) 500 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail147.hs >tcfail147.comp.stderr 2>&1 =====> tcfail148(normal) 501 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail148.hs >tcfail148.comp.stderr 2>&1 =====> tcfail149(normal) 502 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tcfail149 tcfail149.hs >tcfail149.comp.stderr 2>&1 cd ./typecheck/should_fail && ./tcfail149 tcfail149.run.stdout 2>tcfail149.run.stderr =====> tcfail150(normal) 503 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail150.hs >tcfail150.comp.stderr 2>&1 =====> tcfail151(normal) 504 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail151.hs >tcfail151.comp.stderr 2>&1 =====> tcfail152(normal) 505 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail152.hs >tcfail152.comp.stderr 2>&1 =====> tcfail153(normal) 506 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail153.hs >tcfail153.comp.stderr 2>&1 =====> tcfail154(normal) 507 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail154.hs >tcfail154.comp.stderr 2>&1 =====> tcfail155(normal) 508 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail155.hs >tcfail155.comp.stderr 2>&1 =====> tcfail156(normal) 509 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail156.hs >tcfail156.comp.stderr 2>&1 =====> tcfail157(normal) 510 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail157.hs >tcfail157.comp.stderr 2>&1 =====> tcfail158(normal) 511 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail158.hs >tcfail158.comp.stderr 2>&1 =====> tcfail159(normal) 512 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail159.hs >tcfail159.comp.stderr 2>&1 =====> tcfail160(normal) 513 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail160.hs >tcfail160.comp.stderr 2>&1 =====> tcfail161(normal) 514 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail161.hs >tcfail161.comp.stderr 2>&1 =====> tcfail162(normal) 515 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail162.hs >tcfail162.comp.stderr 2>&1 =====> tcfail163(normal) 516 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail163.hs >tcfail163.comp.stderr 2>&1 =====> tcfail164(normal) 517 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail164.hs >tcfail164.comp.stderr 2>&1 =====> tcfail165(normal) 518 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail165.hs >tcfail165.comp.stderr 2>&1 =====> tcfail166(normal) 519 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail166.hs >tcfail166.comp.stderr 2>&1 =====> tcfail167(normal) 520 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail167.hs >tcfail167.comp.stderr 2>&1 =====> tcfail168(normal) 521 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail168.hs >tcfail168.comp.stderr 2>&1 =====> tcfail169(normal) 522 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail169.hs >tcfail169.comp.stderr 2>&1 =====> tcfail170(normal) 523 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail170.hs >tcfail170.comp.stderr 2>&1 =====> tcfail171(normal) 524 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail171.hs >tcfail171.comp.stderr 2>&1 =====> tcfail172(normal) 525 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail172.hs >tcfail172.comp.stderr 2>&1 =====> tcfail173(normal) 526 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail173.hs >tcfail173.comp.stderr 2>&1 =====> tcfail174(normal) 527 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail174.hs >tcfail174.comp.stderr 2>&1 =====> tcfail175(normal) 528 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail175.hs >tcfail175.comp.stderr 2>&1 =====> tcfail176(normal) 529 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail176.hs >tcfail176.comp.stderr 2>&1 =====> tcfail177(normal) 530 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail177.hs >tcfail177.comp.stderr 2>&1 =====> tcfail178(normal) 531 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail178.hs >tcfail178.comp.stderr 2>&1 =====> tcfail179(normal) 532 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail179.hs >tcfail179.comp.stderr 2>&1 =====> tcfail180(normal) 533 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail180.hs >tcfail180.comp.stderr 2>&1 =====> tcfail181(normal) 534 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail181.hs >tcfail181.comp.stderr 2>&1 =====> tcfail182(normal) 535 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail182.hs >tcfail182.comp.stderr 2>&1 =====> tcfail183(normal) 536 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail183.hs >tcfail183.comp.stderr 2>&1 =====> tcfail184(normal) 537 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail184.hs >tcfail184.comp.stderr 2>&1 =====> tcfail185(normal) 538 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail185.hs >tcfail185.comp.stderr 2>&1 =====> tcfail186(normal) 539 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o tcfail186 tcfail186 -v0 >tcfail186.comp.stderr 2>&1 =====> tcfail187(normal) 540 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail187.hs >tcfail187.comp.stderr 2>&1 =====> tcfail188(normal) 541 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail188.hs >tcfail188.comp.stderr 2>&1 =====> tcfail189(normal) 542 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail189.hs >tcfail189.comp.stderr 2>&1 =====> tcfail190(normal) 543 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail190.hs >tcfail190.comp.stderr 2>&1 =====> tcfail191(normal) 544 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail191.hs >tcfail191.comp.stderr 2>&1 =====> tcfail192(normal) 545 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail192.hs >tcfail192.comp.stderr 2>&1 =====> tcfail193(normal) 546 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail193.hs >tcfail193.comp.stderr 2>&1 =====> tcfail194(normal) 547 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail194.hs >tcfail194.comp.stderr 2>&1 =====> tcfail195(normal) 548 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail195.hs >tcfail195.comp.stderr 2>&1 =====> tcfail196(normal) 549 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail196.hs >tcfail196.comp.stderr 2>&1 =====> tcfail197(normal) 550 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail197.hs >tcfail197.comp.stderr 2>&1 =====> tcfail198(normal) 551 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail198.hs >tcfail198.comp.stderr 2>&1 =====> tcfail199(normal) 552 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail199.hs >tcfail199.comp.stderr 2>&1 =====> tcfail200(normal) 553 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail200.hs >tcfail200.comp.stderr 2>&1 =====> tcfail201(normal) 554 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail201.hs >tcfail201.comp.stderr 2>&1 =====> tcfail202(normal) 555 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail202.hs >tcfail202.comp.stderr 2>&1 =====> tcfail203(normal) 556 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail203.hs >tcfail203.comp.stderr 2>&1 =====> tcfail203a(normal) 557 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail203a.hs >tcfail203a.comp.stderr 2>&1 =====> tcfail204(normal) 558 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail204.hs >tcfail204.comp.stderr 2>&1 =====> tcfail206(normal) 559 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tcfail206.hs >tcfail206.comp.stderr 2>&1 =====> T1899(normal) 560 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1899.hs >T1899.comp.stderr 2>&1 =====> T2126(normal) 561 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2126.hs >T2126.comp.stderr 2>&1 =====> T2307(normal) 562 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2307.hs >T2307.comp.stderr 2>&1 =====> T2414(normal) 563 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2414.hs >T2414.comp.stderr 2>&1 =====> T2538(normal) 564 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2538.hs >T2538.comp.stderr 2>&1 =====> T2688(normal) 565 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2688.hs >T2688.comp.stderr 2>&1 =====> T2714(normal) 566 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2714.hs >T2714.comp.stderr 2>&1 =====> T2994(normal) 567 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2994.hs >T2994.comp.stderr 2>&1 =====> T3155(normal) 568 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3155.hs >T3155.comp.stderr 2>&1 =====> T3176(normal) 569 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3176.hs >T3176.comp.stderr 2>&1 =====> T1633(normal) 570 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1633.hs >T1633.comp.stderr 2>&1 =====> T2806(normal) 571 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2806.hs >T2806.comp.stderr 2>&1 =====> T3323(normal) 572 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3323.hs >T3323.comp.stderr 2>&1 =====> T3406(normal) 573 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3406.hs >T3406.comp.stderr 2>&1 =====> T3540(normal) 574 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3540.hs >T3540.comp.stderr 2>&1 =====> T3102(normal) 575 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3102.hs >T3102.comp.stderr 2>&1 =====> T3613(normal) 576 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3613.hs >T3613.comp.stderr 2>&1 =====> fd-loop(normal) 577 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c fd-loop.hs >fd-loop.comp.stderr 2>&1 =====> T3950(normal) 578 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3950.hs >T3950.comp.stderr 2>&1 =====> T3966(normal) 579 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3966.hs >T3966.comp.stderr 2>&1 =====> IPFail(normal) 580 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c IPFail.hs >IPFail.comp.stderr 2>&1 =====> T3468(normal) 581 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T3468 T3468 -v0 >T3468.comp.stderr 2>&1 =====> T2846b(normal) 582 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2846b.hs >T2846b.comp.stderr 2>&1 =====> FrozenErrorTests(normal) 583 of 2630 [0, 0, 0] cd ./typecheck/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c FrozenErrorTests.hs >FrozenErrorTests.comp.stderr 2>&1 =====> cabal01(normal) 584 of 2630 [0, 0, 0] cd ./cabal/cabal01 && $MAKE -s --no-print-directory cabal01 PROF=--enable-library-profiling cabal01.run.stdout 2>cabal01.run.stderr =====> cabal03(normal) 585 of 2630 [0, 0, 0] cd ./cabal/cabal03 && $MAKE -s --no-print-directory cabal03 cabal03.run.stdout 2>cabal03.run.stderr =====> cabal04(normal) 586 of 2630 [0, 0, 0] cd ./cabal/cabal04 && $MAKE -s --no-print-directory cabal04 PROF=--enable-library-profiling DYN=--enable-shared cabal04.run.stdout 2>cabal04.run.stderr =====> pkg02(normal) 588 of 2630 [0, 0, 0] cd ./cabal/pkg02 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o pkg02 A -v0 >pkg02.comp.stderr 2>&1 =====> ghcpkg01(normal) 589 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory ghcpkg01 ghcpkg01.run.stdout 2>ghcpkg01.run.stderr =====> ghcpkg02(normal) 590 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory ghcpkg02 ghcpkg02.run.stdout 2>ghcpkg02.run.stderr =====> ghcpkg03(normal) 591 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory ghcpkg03 ghcpkg03.run.stdout 2>ghcpkg03.run.stderr =====> ghcpkg04(normal) 592 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory ghcpkg04 ghcpkg04.run.stdout 2>ghcpkg04.run.stderr =====> ghcpkg05(normal) 593 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory ghcpkg05 ghcpkg05.run.stdout 2>ghcpkg05.run.stderr =====> ghcpkg06(normal) 594 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory ghcpkg06 ghcpkg06.run.stdout 2>ghcpkg06.run.stderr =====> pkg01(normal) 595 of 2630 [0, 0, 0] cd ./cabal && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c pkg01.hs >pkg01.comp.stderr 2>&1 =====> 1750(normal) 596 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory 1750 1750.run.stdout 2>1750.run.stderr =====> shadow(normal) 597 of 2630 [0, 0, 0] cd ./cabal && $MAKE -s --no-print-directory shadow shadow.run.stdout 2>shadow.run.stderr =====> Simple1(normal) 598 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple1.hs >Simple1.comp.stderr 2>&1 =====> Simple2(normal) 599 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple2.hs >Simple2.comp.stderr 2>&1 =====> Simple3(normal) 600 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple3.hs >Simple3.comp.stderr 2>&1 =====> Simple4(normal) 601 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple4.hs >Simple4.comp.stderr 2>&1 =====> Simple5(normal) 602 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple5.hs >Simple5.comp.stderr 2>&1 =====> Simple6(normal) 603 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple6.hs >Simple6.comp.stderr 2>&1 =====> Simple7(normal) 604 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple7.hs >Simple7.comp.stderr 2>&1 =====> Simple8(normal) 605 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple8.hs >Simple8.comp.stderr 2>&1 =====> Simple9(normal) 606 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple9.hs >Simple9.comp.stderr 2>&1 =====> Simple10(normal) 607 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple10.hs >Simple10.comp.stderr 2>&1 =====> Simple11(normal) 608 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple11.hs >Simple11.comp.stderr 2>&1 =====> Simple12(normal) 609 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple12.hs >Simple12.comp.stderr 2>&1 =====> Simple13(normal) 610 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple13.hs >Simple13.comp.stderr 2>&1 =====> Simple14(normal) 611 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple14.hs >Simple14.comp.stderr 2>&1 =====> Simple15(normal) 612 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple15.hs >Simple15.comp.stderr 2>&1 =====> Simple16(normal) 613 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple16.hs >Simple16.comp.stderr 2>&1 =====> Simple17(normal) 614 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple17.hs >Simple17.comp.stderr 2>&1 =====> Simple18(normal) 615 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple18.hs >Simple18.comp.stderr 2>&1 =====> Simple19(normal) 616 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple19.hs >Simple19.comp.stderr 2>&1 =====> Simple20(normal) 617 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple20.hs >Simple20.comp.stderr 2>&1 Compile failed (status 256) errors were: Simple20.hs:9:1: Context reduction stack overflow; size = 21 Use -fcontext-stack=N to increase stack size to N co :: F [F (F (F (F (F (F (F (F (F (F a)))))))))] ~ F (F (F (F (F (F (F (F (F (F a))))))))) co :: F (F (F (F (F (F (F (F (F (F a))))))))) ~ F (F (F (F (F (F (F (F (F (F a))))))))) co :: F [F (F (F (F (F (F (F (F (F a))))))))] ~ F (F (F (F (F (F (F (F (F a)))))))) co :: F (F (F (F (F (F (F (F (F a)))))))) ~ F (F (F (F (F (F (F (F (F a)))))))) co :: F [F (F (F (F (F (F (F (F a)))))))] ~ F (F (F (F (F (F (F (F a))))))) co :: F (F (F (F (F (F (F (F a))))))) ~ F (F (F (F (F (F (F (F a))))))) co :: F [F (F (F (F (F (F (F a))))))] ~ F (F (F (F (F (F (F a)))))) co :: F (F (F (F (F (F (F a)))))) ~ F (F (F (F (F (F (F a)))))) co :: F [F (F (F (F (F (F a)))))] ~ F (F (F (F (F (F a))))) co :: F (F (F (F (F (F a))))) ~ F (F (F (F (F (F a))))) co :: F [F (F (F (F (F a))))] ~ F (F (F (F (F a)))) co :: F (F (F (F (F a)))) ~ F (F (F (F (F a)))) co :: F [F (F (F (F a)))] ~ F (F (F (F a))) co :: F (F (F (F a))) ~ F (F (F (F a))) co :: F [F (F (F a))] ~ F (F (F a)) co :: F (F (F a)) ~ F (F (F a)) co :: F [F (F a)] ~ F (F a) co :: F (F a) ~ F (F a) co :: F [F a] ~ F a co :: F a ~ F a co :: F [a] ~ a =====> Simple21(normal) 618 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple21.hs >Simple21.comp.stderr 2>&1 =====> Simple22(normal) 619 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple22.hs >Simple22.comp.stderr 2>&1 =====> Simple23(normal) 620 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple23.hs >Simple23.comp.stderr 2>&1 =====> Simple24(normal) 621 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Simple24.hs >Simple24.comp.stderr 2>&1 =====> RelaxedExamples(normal) 622 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c RelaxedExamples.hs >RelaxedExamples.comp.stderr 2>&1 =====> NonLinearLHS(normal) 623 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c NonLinearLHS.hs >NonLinearLHS.comp.stderr 2>&1 =====> ind1(normal) 624 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ind1.hs >ind1.comp.stderr 2>&1 =====> ind2(normal) 625 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o ind2 ind2 -v0 >ind2.comp.stderr 2>&1 =====> impexp(normal) 626 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o impexp Imp -w -no-hs-main -c >impexp.comp.stderr 2>&1 =====> ATLoop(normal) 627 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o ATLoop ATLoop.hs -v0 >ATLoop.comp.stderr 2>&1 =====> Deriving(normal) 628 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Deriving.hs >Deriving.comp.stderr 2>&1 =====> DerivingNewType(normal) 629 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c DerivingNewType.hs >DerivingNewType.comp.stderr 2>&1 Compile failed (status 256) errors were: DerivingNewType.hs:13:36: Derived instance `Monad (S2 Int)' requires illegal partial application of data type family S2 In the newtype instance declaration for `S2' =====> Records(normal) 630 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Records.hs >Records.comp.stderr 2>&1 =====> NewTyCo(normal) 631 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && $MAKE -s --no-print-directory NewTyCo NewTyCo.run.stdout 2>NewTyCo.run.stderr =====> Infix(normal) 632 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Infix.hs >Infix.comp.stderr 2>&1 =====> Kind(normal) 633 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Kind.hs >Kind.comp.stderr 2>&1 =====> GADT1(normal) 634 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT1.hs >GADT1.comp.stderr 2>&1 =====> GADT2(normal) 635 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT2.hs >GADT2.comp.stderr 2>&1 =====> GADT3(normal) 636 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT3.hs >GADT3.comp.stderr 2>&1 =====> GADT4(normal) 637 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT4.hs >GADT4.comp.stderr 2>&1 =====> GADT5(normal) 638 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT5.hs >GADT5.comp.stderr 2>&1 =====> GADT6(normal) 639 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT6.hs >GADT6.comp.stderr 2>&1 =====> GADT7(normal) 640 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT7.hs >GADT7.comp.stderr 2>&1 =====> GADT8(normal) 641 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT8.hs >GADT8.comp.stderr 2>&1 =====> GADT9(normal) 642 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT9.hs >GADT9.comp.stderr 2>&1 =====> GADT10(normal) 643 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT10.hs >GADT10.comp.stderr 2>&1 =====> GADT11(normal) 644 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT11.hs >GADT11.comp.stderr 2>&1 =====> GADT12(normal) 645 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT12.hs >GADT12.comp.stderr 2>&1 =====> GADT13(normal) 646 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT13.hs >GADT13.comp.stderr 2>&1 =====> GADT14(normal) 647 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADT14.hs >GADT14.comp.stderr 2>&1 =====> Class1(normal) 648 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Class1.hs >Class1.comp.stderr 2>&1 =====> Class2(normal) 649 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Class2.hs >Class2.comp.stderr 2>&1 =====> Class3(normal) 650 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Class3.hs >Class3.comp.stderr 2>&1 =====> Refl(normal) 651 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Refl.hs >Refl.comp.stderr 2>&1 =====> Refl2(normal) 652 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Refl2.hs >Refl2.comp.stderr 2>&1 =====> Rules1(normal) 653 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Rules1.hs >Rules1.comp.stderr 2>&1 =====> Numerals(normal) 654 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Numerals.hs >Numerals.comp.stderr 2>&1 =====> ColInference(normal) 655 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColInference.hs >ColInference.comp.stderr 2>&1 =====> ColInference2(normal) 656 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColInference2.hs >ColInference2.comp.stderr 2>&1 =====> ColInference3(normal) 657 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColInference3.hs >ColInference3.comp.stderr 2>&1 =====> ColInference4(normal) 658 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColInference4.hs >ColInference4.comp.stderr 2>&1 =====> ColInference5(normal) 659 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColInference5.hs >ColInference5.comp.stderr 2>&1 =====> ColInference6(normal) 660 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColInference6.hs >ColInference6.comp.stderr 2>&1 =====> ClassEqContext(normal) 661 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ClassEqContext.hs >ClassEqContext.comp.stderr 2>&1 =====> ClassEqContext2(normal) 662 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ClassEqContext2.hs >ClassEqContext2.comp.stderr 2>&1 =====> ClassEqContext3(normal) 663 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ClassEqContext3.hs >ClassEqContext3.comp.stderr 2>&1 =====> Col(normal) 664 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Col.hs >Col.comp.stderr 2>&1 =====> Col2(normal) 665 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Col2.hs >Col2.comp.stderr 2>&1 =====> ColGivenCheck(normal) 666 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColGivenCheck.hs >ColGivenCheck.comp.stderr 2>&1 =====> ColGivenCheck2(normal) 667 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ColGivenCheck2.hs >ColGivenCheck2.comp.stderr 2>&1 =====> InstEqContext(normal) 668 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c InstEqContext.hs >InstEqContext.comp.stderr 2>&1 Compile failed (status 256) errors were: InstEqContext.hs:9:1: Alas, GHC 7.0 still cannot handle equality superclasses: a ~ Int In the context: (a ~ Int) While checking the super-classes of class `C' In the class declaration for `C' =====> InstEqContext2(normal) 669 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c InstEqContext2.hs >InstEqContext2.comp.stderr 2>&1 =====> InstEqContext3(normal) 670 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c InstEqContext3.hs >InstEqContext3.comp.stderr 2>&1 Compile failed (status 256) errors were: InstEqContext3.hs:10:1: Alas, GHC 7.0 still cannot handle equality superclasses: a ~ Int In the context: (a ~ Int) While checking the super-classes of class `D' In the class declaration for `D' =====> InstContextNorm(normal) 671 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c InstContextNorm.hs >InstContextNorm.comp.stderr 2>&1 =====> HO(normal) 672 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c HO.hs >HO.comp.stderr 2>&1 =====> GivenCheck(normal) 673 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GivenCheck.hs >GivenCheck.comp.stderr 2>&1 =====> GivenCheckSwap(normal) 674 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GivenCheckSwap.hs >GivenCheckSwap.comp.stderr 2>&1 =====> GivenCheckDecomp(normal) 675 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GivenCheckDecomp.hs >GivenCheckDecomp.comp.stderr 2>&1 =====> GivenCheckTop(normal) 676 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GivenCheckTop.hs >GivenCheckTop.comp.stderr 2>&1 =====> Gentle(normal) 677 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Gentle.hs >Gentle.comp.stderr 2>&1 =====> T1981(normal) 678 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1981.hs >T1981.comp.stderr 2>&1 =====> T2238(normal) 679 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2238.hs >T2238.comp.stderr 2>&1 Compile failed (status 256) errors were: T2238.hs:33:1: Alas, GHC 7.0 still cannot handle equality superclasses: how ~ HowTF a In the context: (how ~ HowTF a) While checking the super-classes of class `CTF' In the class declaration for `CTF' =====> OversatDecomp(normal) 680 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c OversatDecomp.hs >OversatDecomp.comp.stderr 2>&1 =====> T2219(normal) 681 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2219.hs >T2219.comp.stderr 2>&1 =====> T2627(normal) 682 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2627.hs >T2627.comp.stderr 2>&1 =====> T2448(normal) 683 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2448.hs >T2448.comp.stderr 2>&1 =====> T2291(normal) 684 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2291.hs >T2291.comp.stderr 2>&1 =====> T2639(normal) 685 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2639.hs >T2639.comp.stderr 2>&1 =====> T2944(normal) 686 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2944.hs >T2944.comp.stderr 2>&1 =====> T3017(normal) 687 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3017.hs -ddump-types >T3017.comp.stderr 2>&1 =====> TF_GADT(normal) 688 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TF_GADT.hs >TF_GADT.comp.stderr 2>&1 =====> T2203b(normal) 689 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2203b.hs >T2203b.comp.stderr 2>&1 =====> T2767(normal) 690 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2767.hs >T2767.comp.stderr 2>&1 =====> T3208a(normal) 691 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3208a.hs >T3208a.comp.stderr 2>&1 =====> T3208b(normal) 692 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3208b.hs >T3208b.comp.stderr 2>&1 Compile failed (status 256) errors were: T3208b.hs:13:10: Could not deduce (OTerm o ~ STerm a) from the context (OTerm a ~ STerm a, OBJECT a, SUBST a) Expected type: STerm o Actual type: OTerm o In the first argument of `(.)', namely `fce' In the expression: fce . apply In the expression: fce . apply $ f T3208b.hs:13:10: Could not deduce (STerm o ~ STerm a) from the context (OTerm a ~ STerm a, OBJECT a, SUBST a) NB: `STerm' is a type function, and may not be injective Expected type: STerm o Actual type: OTerm o In the first argument of `(.)', namely `fce' In the expression: fce . apply In the expression: fce . apply $ f =====> T3418(normal) 693 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3418.hs >T3418.comp.stderr 2>&1 =====> T3423(normal) 694 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3423.hs >T3423.comp.stderr 2>&1 =====> T2850(normal) 695 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2850.hs >T2850.comp.stderr 2>&1 =====> T3220(normal) 696 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3220.hs >T3220.comp.stderr 2>&1 =====> T3590(normal) 697 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3590.hs >T3590.comp.stderr 2>&1 =====> CoTest3(normal) 698 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c CoTest3.hs >CoTest3.comp.stderr 2>&1 =====> Roman1(normal) 699 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c Roman1.hs >Roman1.comp.stderr 2>&1 =====> T4160(normal) 700 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4160.hs >T4160.comp.stderr 2>&1 =====> IndTypesPerf(normal) 701 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && $MAKE -s --no-print-directory IndTypesPerf IndTypesPerf.run.stdout 2>IndTypesPerf.run.stderr =====> T4120(normal) 702 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4120.hs >T4120.comp.stderr 2>&1 =====> T3787(normal) 703 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3787.hs >T3787.comp.stderr 2>&1 =====> T3826(normal) 704 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3826.hs >T3826.comp.stderr 2>&1 =====> T4200(normal) 705 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4200.hs >T4200.comp.stderr 2>&1 =====> T3851(normal) 706 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3851.hs >T3851.comp.stderr 2>&1 =====> T4178(normal) 707 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4178.hs >T4178.comp.stderr 2>&1 =====> T3023(normal) 708 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3023.hs >T3023.comp.stderr 2>&1 =====> T4358(normal) 709 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4358.hs >T4358.comp.stderr 2>&1 =====> T4356(normal) 710 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4356.hs >T4356.comp.stderr 2>&1 =====> T4484(normal) 711 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4484.hs >T4484.comp.stderr 2>&1 =====> T4492(normal) 712 of 2630 [0, 0, 0] cd ./indexed-types/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4492.hs >T4492.comp.stderr 2>&1 =====> T2985(normal) 713 of 2630 [0, 0, 0] cd ./indexed-types/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2985 T2985.hs >T2985.comp.stderr 2>&1 cd ./indexed-types/should_run && ./T2985 T2985.run.stdout 2>T2985.run.stderr =====> T4235(normal) 714 of 2630 [0, 0, 0] cd ./indexed-types/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T4235 T4235.hs >T4235.comp.stderr 2>&1 cd ./indexed-types/should_run && ./T4235 T4235.run.stdout 2>T4235.run.stderr =====> GMapAssoc(normal) 715 of 2630 [0, 0, 0] cd ./indexed-types/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o GMapAssoc GMapAssoc.hs -package containers >GMapAssoc.comp.stderr 2>&1 cd ./indexed-types/should_run && ./GMapAssoc GMapAssoc.run.stdout 2>GMapAssoc.run.stderr =====> GMapTop(normal) 716 of 2630 [0, 0, 0] cd ./indexed-types/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o GMapTop GMapTop.hs -package containers >GMapTop.comp.stderr 2>&1 cd ./indexed-types/should_run && ./GMapTop GMapTop.run.stdout 2>GMapTop.run.stderr =====> SimpleFail1a(normal) 717 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail1a.hs >SimpleFail1a.comp.stderr 2>&1 =====> SimpleFail1b(normal) 718 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail1b.hs >SimpleFail1b.comp.stderr 2>&1 =====> SimpleFail2a(normal) 719 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail2a.hs >SimpleFail2a.comp.stderr 2>&1 =====> SimpleFail2b(normal) 720 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail2b.hs >SimpleFail2b.comp.stderr 2>&1 =====> SimpleFail3a(normal) 721 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail3a.hs >SimpleFail3a.comp.stderr 2>&1 =====> SimpleFail4(normal) 722 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail4.hs >SimpleFail4.comp.stderr 2>&1 =====> SimpleFail5a(normal) 723 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail5a.hs >SimpleFail5a.comp.stderr 2>&1 =====> SimpleFail5b(normal) 724 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail5b.hs >SimpleFail5b.comp.stderr 2>&1 =====> SimpleFail6(normal) 725 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail6.hs >SimpleFail6.comp.stderr 2>&1 =====> SimpleFail7(normal) 726 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail7.hs >SimpleFail7.comp.stderr 2>&1 =====> SimpleFail8(normal) 727 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail8.hs >SimpleFail8.comp.stderr 2>&1 =====> SimpleFail9(normal) 728 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail9.hs >SimpleFail9.comp.stderr 2>&1 =====> SimpleFail10(normal) 729 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail10.hs >SimpleFail10.comp.stderr 2>&1 =====> SimpleFail11a(normal) 730 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail11a.hs >SimpleFail11a.comp.stderr 2>&1 =====> SimpleFail11b(normal) 731 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail11b.hs >SimpleFail11b.comp.stderr 2>&1 =====> SimpleFail11c(normal) 732 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail11c.hs >SimpleFail11c.comp.stderr 2>&1 =====> SimpleFail11d(normal) 733 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail11d.hs >SimpleFail11d.comp.stderr 2>&1 =====> SimpleFail12(normal) 734 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail12.hs >SimpleFail12.comp.stderr 2>&1 =====> SimpleFail13(normal) 735 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail13.hs >SimpleFail13.comp.stderr 2>&1 =====> SimpleFail14(normal) 736 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail14.hs >SimpleFail14.comp.stderr 2>&1 =====> SimpleFail15(normal) 737 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail15.hs >SimpleFail15.comp.stderr 2>&1 =====> SimpleFail16(normal) 738 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SimpleFail16.hs >SimpleFail16.comp.stderr 2>&1 =====> TyFamArity1(normal) 739 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TyFamArity1.hs >TyFamArity1.comp.stderr 2>&1 =====> TyFamArity2(normal) 740 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TyFamArity2.hs >TyFamArity2.comp.stderr 2>&1 =====> TyFamUndec(normal) 741 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TyFamUndec.hs >TyFamUndec.comp.stderr 2>&1 =====> NotRelaxedExamples(normal) 742 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c NotRelaxedExamples.hs >NotRelaxedExamples.comp.stderr 2>&1 =====> NonLinearSigErr(normal) 743 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c NonLinearSigErr.hs >NonLinearSigErr.comp.stderr 2>&1 =====> GADTwrong1(normal) 744 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GADTwrong1.hs >GADTwrong1.comp.stderr 2>&1 =====> Over(normal) 745 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o Over OverD -no-hs-main -c -v0 >Over.comp.stderr 2>&1 =====> SkolemOccursLoop(normal) 746 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c SkolemOccursLoop.hs >SkolemOccursLoop.comp.stderr 2>&1 Actual stderr output differs from expected: --- ./indexed-types/should_fail/SkolemOccursLoop.stderr.normalised 2011-02-10 08:42:44.768286562 +0000 +++ ./indexed-types/should_fail/SkolemOccursLoop.comp.stderr.normalised 2011-02-10 08:42:44.768286562 +0000 @@ -1,10 +1,7658 @@ -SkolemOccursLoop.hs:18:0: - Couldn't match expected type `F a' - against inferred type `[T (F (T (F a)))]' - When generalising the type(s) for `test1' - -SkolemOccursLoop.hs:31:0: - Couldn't match expected type `S (G (a, a))' - against inferred type `G [S (G (a, a))]' - When generalising the type(s) for `test2' +SkolemOccursLoop.hs:31:1: + Context reduction stack overflow; size = 21 + Use -fcontext-stack=N to increase stack size to N + co :: G (S (G (G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))))))))))))) + co :: G (G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))))))))))))) + co :: G (S (G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))) + co :: G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))) + co :: G (S (G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (S (G (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))) + co :: G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))) + co :: G (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))))))))))), + S (S (S (S (S (S (S (G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))), + S (S (S (S (G (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))), + S (S (S (G (G (G (a, + a), + S (G (a, + a))), + S (S (G (G (a, + a), + S (G (a, + a)))))))))))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))))))))))))))))))))) + co :: G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))))))))))))))))))))) + co :: G (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))))))))))))))), + S (S (S (S (S (S (G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a)))))), + S (S (S (G (G (G (a, a), + S (G (a, a))), + S (S (G (G (a, a), + S (G (a, + a)))))))))))))))))))))))))))) + ~ + G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))))))))) + co :: G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))))))))) + ~ + G (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))))))))) + co :: G (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))))))))), + S (S (S (S (S (G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), + S (G (a, a))))))))))))))))))))) + ~ + G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))) + co :: G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))) + ~ + G (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))) + co :: G (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))), + S (S (S (S (G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))))))))))) + ~ + G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))) + co :: G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))) + ~ + G (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))) + co :: G (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a))))))), + S (S (S (G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))))))) + ~ + G (G (G (a, a), S (G (a, a))), S (S (G (G (a, a), S (G (a, a)))))) + co :: G (G (G (a, a), S (G (a, a))), + S (S (G (G (a, a), S (G (a, a)))))) + ~ + G (G (G (a, a), S (G (a, a))), S (S (G (G (a, a), S (G (a, a)))))) + co :: G (S (G (G (a, a), S (G (a, a)))), + S (S (G (G (a, a), S (G (a, a)))))) + ~ + G (G (a, a), S (G (a, a))) + co :: G (G (a, a), S (G (a, a))) ~ G (G (a, a), S (G (a, a))) + co :: G (S (G (a, a)), S (G (a, a))) ~ G (a, a) + co :: G (a, a) ~ G (a, a) + co :: G (S a, a) ~ a =====> T2334(normal) 747 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2334.hs >T2334.comp.stderr 2>&1 =====> T1900(normal) 748 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1900.hs >T1900.comp.stderr 2>&1 =====> T2157(normal) 749 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2157.hs >T2157.comp.stderr 2>&1 =====> T2203a(normal) 750 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2203a.hs >T2203a.comp.stderr 2>&1 =====> T2627b(normal) 751 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2627b.hs >T2627b.comp.stderr 2>&1 =====> T2693(normal) 752 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2693.hs >T2693.comp.stderr 2>&1 =====> T2888(normal) 753 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2888.hs >T2888.comp.stderr 2>&1 =====> T3092(normal) 754 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3092.hs >T3092.comp.stderr 2>&1 =====> NoMatchErr(normal) 755 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c NoMatchErr.hs >NoMatchErr.comp.stderr 2>&1 =====> T2677(normal) 756 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2677.hs >T2677.comp.stderr 2>&1 =====> T4099(normal) 757 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4099.hs >T4099.comp.stderr 2>&1 =====> T4272(normal) 758 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4272.hs >T4272.comp.stderr 2>&1 =====> T4246(normal) 759 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4246.hs >T4246.comp.stderr 2>&1 =====> T4093a(normal) 760 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4093a.hs >T4093a.comp.stderr 2>&1 =====> T4093b(normal) 761 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4093b.hs >T4093b.comp.stderr 2>&1 =====> T3330a(normal) 762 of 2630 [0, 0, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3330a.hs >T3330a.comp.stderr 2>&1 Actual stderr output differs from expected: --- ./indexed-types/should_fail/T3330a.stderr.normalised 2011-02-10 08:42:46.650547773 +0000 +++ ./indexed-types/should_fail/T3330a.comp.stderr.normalised 2011-02-10 08:42:46.650547773 +0000 @@ -1,16 +1,19 @@ T3330a.hs:17:34: - Couldn't match type `s' with `(->) (s1 ix1 -> ix)' - `s' is a rigid type variable bound by - the type signature for `children' at T3330a.hs:16:13 + Occurs check: cannot construct the infinite type: + s = (->) (s ix -> ix) + Expected type: r ix -> Writer [AnyF s1] (r ix) + Actual type: ix2 In the first argument of `hmapM', namely `p' In the first argument of `execWriter', namely `(hmapM p collect x)' In the expression: execWriter (hmapM p collect x) T3330a.hs:17:44: - Couldn't match type `ix1' with `r ix -> Writer [AnyF s] (r ix)' - `ix1' is a rigid type variable bound by + Couldn't match type `ix2' with `r ix1 -> Writer [AnyF s] (r ix1)' + `ix2' is a rigid type variable bound by the type signature for `children' at T3330a.hs:16:15 + Expected type: PF s1 r (r ix1 -> Writer [AnyF s] (r ix1)) + Actual type: PF s1 r ix2 In the third argument of `hmapM', namely `x' In the first argument of `execWriter', namely `(hmapM p collect x)' In the expression: execWriter (hmapM p collect x) *** unexpected failure for T3330a(normal) =====> T3330b(normal) 763 of 2630 [0, 1, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3330b.hs >T3330b.comp.stderr 2>&1 =====> T3330c(normal) 764 of 2630 [0, 1, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3330c.hs >T3330c.comp.stderr 2>&1 =====> T4179(normal) 765 of 2630 [0, 1, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4179.hs >T4179.comp.stderr 2>&1 =====> T4254(normal) 766 of 2630 [0, 1, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4254.hs >T4254.comp.stderr 2>&1 =====> T2239(normal) 767 of 2630 [0, 1, 0] cd ./indexed-types/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2239.hs >T2239.comp.stderr 2>&1 =====> haddockE004(normal) 768 of 2630 [0, 1, 0] cd ./haddock/should_fail_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockE004.hs -haddock >haddockE004.comp.stderr 2>&1 =====> haddockA001(normal) 769 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA001.hs -haddock -ddump-parsed >haddockA001.comp.stderr 2>&1 =====> haddockA002(normal) 770 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA002.hs -haddock -ddump-parsed >haddockA002.comp.stderr 2>&1 =====> haddockA003(normal) 771 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA003.hs -haddock -ddump-parsed >haddockA003.comp.stderr 2>&1 =====> haddockA004(normal) 772 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA004.hs -haddock -ddump-parsed >haddockA004.comp.stderr 2>&1 =====> haddockA005(normal) 773 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA005.hs -haddock -ddump-parsed >haddockA005.comp.stderr 2>&1 =====> haddockA006(normal) 774 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA006.hs -haddock -ddump-parsed >haddockA006.comp.stderr 2>&1 =====> haddockA007(normal) 775 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA007.hs -haddock -ddump-parsed >haddockA007.comp.stderr 2>&1 =====> haddockA008(normal) 776 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA008.hs -haddock -ddump-parsed >haddockA008.comp.stderr 2>&1 =====> haddockA009(normal) 777 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA009.hs -haddock -ddump-parsed >haddockA009.comp.stderr 2>&1 =====> haddockA010(normal) 778 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA010.hs -haddock -ddump-parsed >haddockA010.comp.stderr 2>&1 =====> haddockA011(normal) 779 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA011.hs -haddock -ddump-parsed >haddockA011.comp.stderr 2>&1 =====> haddockA012(normal) 780 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA012.hs -haddock -ddump-parsed >haddockA012.comp.stderr 2>&1 =====> haddockA013(normal) 781 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA013.hs -haddock -ddump-parsed >haddockA013.comp.stderr 2>&1 =====> haddockA014(normal) 782 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA014.hs -haddock -ddump-parsed >haddockA014.comp.stderr 2>&1 =====> haddockA015(normal) 783 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA015.hs -haddock -ddump-parsed >haddockA015.comp.stderr 2>&1 =====> haddockA016(normal) 784 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA016.hs -haddock -ddump-parsed >haddockA016.comp.stderr 2>&1 =====> haddockA017(normal) 785 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA017.hs -haddock -ddump-parsed >haddockA017.comp.stderr 2>&1 =====> haddockA018(normal) 786 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA018.hs -haddock -ddump-parsed >haddockA018.comp.stderr 2>&1 =====> haddockA019(normal) 787 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA019.hs -haddock -ddump-parsed >haddockA019.comp.stderr 2>&1 =====> haddockA020(normal) 788 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA020.hs -haddock -ddump-parsed >haddockA020.comp.stderr 2>&1 =====> haddockA021(normal) 789 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA021.hs -haddock -ddump-parsed >haddockA021.comp.stderr 2>&1 =====> haddockA022(normal) 790 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA022.hs -haddock -ddump-parsed >haddockA022.comp.stderr 2>&1 =====> haddockA023(normal) 791 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA023.hs -haddock -ddump-parsed >haddockA023.comp.stderr 2>&1 =====> haddockA024(normal) 792 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA024.hs -haddock -ddump-parsed >haddockA024.comp.stderr 2>&1 =====> haddockA025(normal) 793 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA025.hs -haddock -ddump-parsed >haddockA025.comp.stderr 2>&1 =====> haddockA026(normal) 794 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA026.hs -haddock -ddump-parsed -XRank2Types >haddockA026.comp.stderr 2>&1 =====> haddockA027(normal) 795 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA027.hs -haddock -ddump-parsed -XRank2Types >haddockA027.comp.stderr 2>&1 =====> haddockA028(normal) 796 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA028.hs -haddock -ddump-parsed -XTypeOperators >haddockA028.comp.stderr 2>&1 =====> haddockA029(normal) 797 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA029.hs -haddock -ddump-parsed >haddockA029.comp.stderr 2>&1 =====> haddockA030(normal) 798 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA030.hs -haddock -ddump-parsed >haddockA030.comp.stderr 2>&1 =====> haddockA031(normal) 799 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA031.hs -haddock -ddump-parsed -XExistentialQuantification >haddockA031.comp.stderr 2>&1 =====> haddockA032(normal) 800 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA032.hs -haddock -ddump-parsed >haddockA032.comp.stderr 2>&1 =====> haddockA033(normal) 801 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockA033.hs -haddock -ddump-parsed >haddockA033.comp.stderr 2>&1 =====> haddockB001(normal) 802 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockB001.hs >haddockB001.comp.stderr 2>&1 =====> haddockB002(normal) 803 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockB002.hs >haddockB002.comp.stderr 2>&1 =====> haddockB003(normal) 804 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockB003.hs >haddockB003.comp.stderr 2>&1 =====> haddockB004(normal) 805 of 2630 [0, 1, 0] cd ./haddock/should_compile_flag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockB004.hs >haddockB004.comp.stderr 2>&1 =====> haddockD001(normal) 806 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockD001.hs >haddockD001.comp.stderr 2>&1 =====> haddockD002(normal) 807 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockD002.hs >haddockD002.comp.stderr 2>&1 =====> haddockD003(normal) 808 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockD003.hs >haddockD003.comp.stderr 2>&1 =====> haddockD004(normal) 809 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_nohaddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockD004.hs >haddockD004.comp.stderr 2>&1 =====> haddockC001(normal) 810 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC001.hs >haddockC001.comp.stderr 2>&1 =====> haddockC002(normal) 811 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC002.hs >haddockC002.comp.stderr 2>&1 =====> haddockC003(normal) 812 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC003.hs >haddockC003.comp.stderr 2>&1 =====> haddockC004(normal) 813 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC004.hs >haddockC004.comp.stderr 2>&1 =====> haddockC005(normal) 814 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC005.hs >haddockC005.comp.stderr 2>&1 =====> haddockC006(normal) 815 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC006.hs >haddockC006.comp.stderr 2>&1 =====> haddockC007(normal) 816 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC007.hs >haddockC007.comp.stderr 2>&1 =====> haddockC008(normal) 817 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC008.hs >haddockC008.comp.stderr 2>&1 =====> haddockC009(normal) 818 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC009.hs >haddockC009.comp.stderr 2>&1 =====> haddockC010(normal) 819 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC010.hs >haddockC010.comp.stderr 2>&1 =====> haddockC011(normal) 820 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC011.hs >haddockC011.comp.stderr 2>&1 =====> haddockC012(normal) 821 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC012.hs >haddockC012.comp.stderr 2>&1 =====> haddockC013(normal) 822 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC013.hs >haddockC013.comp.stderr 2>&1 =====> haddockC014(normal) 823 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC014.hs >haddockC014.comp.stderr 2>&1 =====> haddockC015(normal) 824 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC015.hs >haddockC015.comp.stderr 2>&1 =====> haddockC016(normal) 825 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC016.hs >haddockC016.comp.stderr 2>&1 =====> haddockC017(normal) 826 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC017.hs >haddockC017.comp.stderr 2>&1 =====> haddockC018(normal) 827 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC018.hs >haddockC018.comp.stderr 2>&1 =====> haddockC019(normal) 828 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC019.hs >haddockC019.comp.stderr 2>&1 =====> haddockC020(normal) 829 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC020.hs >haddockC020.comp.stderr 2>&1 =====> haddockC021(normal) 830 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC021.hs >haddockC021.comp.stderr 2>&1 =====> haddockC022(normal) 831 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC022.hs >haddockC022.comp.stderr 2>&1 =====> haddockC023(normal) 832 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC023.hs >haddockC023.comp.stderr 2>&1 =====> haddockC024(normal) 833 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC024.hs >haddockC024.comp.stderr 2>&1 =====> haddockC025(normal) 834 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC025.hs >haddockC025.comp.stderr 2>&1 =====> haddockC026(normal) 835 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC026.hs -XRank2Types >haddockC026.comp.stderr 2>&1 =====> haddockC027(normal) 836 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC027.hs -XRank2Types >haddockC027.comp.stderr 2>&1 =====> haddockC028(normal) 837 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC028.hs -XTypeOperators >haddockC028.comp.stderr 2>&1 =====> haddockC029(normal) 838 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC029.hs >haddockC029.comp.stderr 2>&1 =====> haddockC030(normal) 839 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC030.hs >haddockC030.comp.stderr 2>&1 =====> haddockC031(normal) 840 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC031.hs -XExistentialQuantification >haddockC031.comp.stderr 2>&1 =====> haddockC032(normal) 841 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockC032.hs >haddockC032.comp.stderr 2>&1 =====> haddockSimplUtilsBug(normal) 842 of 2630 [0, 1, 0] cd ./haddock/should_compile_noflag_haddock && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c haddockSimplUtilsBug.hs >haddockSimplUtilsBug.comp.stderr 2>&1 =====> haddock.Test(normal) 843 of 2630 [0, 1, 0] cd ./haddock/haddock_examples && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o haddock.Test Test Hidden Visible -XRank2Types -XExistentialQuantification -haddock -ddump-parsed >haddock.Test.comp.stderr 2>&1 =====> rn003(normal) 844 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn003.hs >rn003.comp.stderr 2>&1 =====> rn005(normal) 845 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn005.hs >rn005.comp.stderr 2>&1 =====> rn006(normal) 846 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn006.hs >rn006.comp.stderr 2>&1 =====> rn009(normal) 847 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn009 rn009 -v0 >rn009.comp.stderr 2>&1 =====> rn011(normal) 848 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn011 rn011 -v0 >rn011.comp.stderr 2>&1 =====> rn012(normal) 849 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn012 rn012 -v0 >rn012.comp.stderr 2>&1 =====> rn013(normal) 850 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn013.hs >rn013.comp.stderr 2>&1 =====> rn017(normal) 851 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn017 rn017 -v0 >rn017.comp.stderr 2>&1 =====> rn019(normal) 852 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn019.hs >rn019.comp.stderr 2>&1 =====> rn020(normal) 853 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn020.hs >rn020.comp.stderr 2>&1 =====> rn022(normal) 854 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn022.hs >rn022.comp.stderr 2>&1 =====> rn023(normal) 855 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn023.hs >rn023.comp.stderr 2>&1 =====> rn024(normal) 856 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn024.hs >rn024.comp.stderr 2>&1 =====> rn025(normal) 857 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn025.hs >rn025.comp.stderr 2>&1 =====> rn026(normal) 858 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn026.hs >rn026.comp.stderr 2>&1 =====> rn027(normal) 859 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn027.hs >rn027.comp.stderr 2>&1 =====> rn028(normal) 860 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn028.hs >rn028.comp.stderr 2>&1 =====> rn029(normal) 861 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn029.hs >rn029.comp.stderr 2>&1 =====> rn031(normal) 862 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn031.hs >rn031.comp.stderr 2>&1 =====> rn032(normal) 863 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn032.hs >rn032.comp.stderr 2>&1 =====> rn033(normal) 864 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn033.hs >rn033.comp.stderr 2>&1 =====> rn034(normal) 865 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn034.hs >rn034.comp.stderr 2>&1 =====> rn035(normal) 866 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn035.hs >rn035.comp.stderr 2>&1 =====> rn036(normal) 867 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn036.hs >rn036.comp.stderr 2>&1 =====> rn037(normal) 868 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn037.hs >rn037.comp.stderr 2>&1 =====> rn039(normal) 869 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn039.hs >rn039.comp.stderr 2>&1 =====> rn040(normal) 870 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn040.hs -fwarn-unused-binds -fwarn-unused-matches >rn040.comp.stderr 2>&1 =====> rn041(normal) 871 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn041.hs >rn041.comp.stderr 2>&1 =====> rn042(normal) 872 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn042 rn042 -v0 >rn042.comp.stderr 2>&1 =====> rn043(normal) 873 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn043 rn043 -v0 >rn043.comp.stderr 2>&1 =====> rn044(normal) 874 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn044 rn044 -v0 >rn044.comp.stderr 2>&1 =====> rn045(normal) 875 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn045.hs >rn045.comp.stderr 2>&1 =====> rn046(normal) 876 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn046.hs -W >rn046.comp.stderr 2>&1 =====> rn047(normal) 877 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn047.hs -W >rn047.comp.stderr 2>&1 =====> rn048(normal) 878 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn048.hs -W >rn048.comp.stderr 2>&1 =====> rn049(normal) 879 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn049.hs -W >rn049.comp.stderr 2>&1 =====> rn050(normal) 880 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn050 rn050 -v0 >rn050.comp.stderr 2>&1 =====> rn051(normal) 881 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn051.hs >rn051.comp.stderr 2>&1 =====> rn052(normal) 882 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn052 rn052 -v0 >rn052.comp.stderr 2>&1 =====> rn053(normal) 883 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn053 rn053 -v0 >rn053.comp.stderr 2>&1 =====> rn054(normal) 884 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn054.hs >rn054.comp.stderr 2>&1 =====> rn055(normal) 885 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn055.hs >rn055.comp.stderr 2>&1 =====> rn056(normal) 886 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn056.hs >rn056.comp.stderr 2>&1 =====> rn057(normal) 887 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn057.hs >rn057.comp.stderr 2>&1 =====> rn058(normal) 888 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn058.hs >rn058.comp.stderr 2>&1 =====> rn059(normal) 889 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn059 rn059 -v0 >rn059.comp.stderr 2>&1 =====> rn060(normal) 890 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn060.hs >rn060.comp.stderr 2>&1 =====> rn061(normal) 891 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn061.hs >rn061.comp.stderr 2>&1 =====> rn062(normal) 892 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn062.hs >rn062.comp.stderr 2>&1 =====> rn063(normal) 893 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn063.hs >rn063.comp.stderr 2>&1 =====> rn064(normal) 894 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn064.hs >rn064.comp.stderr 2>&1 =====> rn065(normal) 895 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn065 rn065 -v0 >rn065.comp.stderr 2>&1 =====> rn066(normal) 896 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn066 rn066 -v0 >rn066.comp.stderr 2>&1 =====> rn067(normal) 897 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rn067 rn067 -v0 >rn067.comp.stderr 2>&1 =====> T1972(normal) 898 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1972.hs >T1972.comp.stderr 2>&1 =====> T2205(normal) 899 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2205.hs >T2205.comp.stderr 2>&1 =====> 2334(normal) 900 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 2334.hs >2334.comp.stderr 2>&1 =====> T2506(normal) 901 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2506.hs >T2506.comp.stderr 2>&1 =====> T2914(normal) 902 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2914.hs >T2914.comp.stderr 2>&1 =====> T3221(normal) 903 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3221.hs >T3221.comp.stderr 2>&1 =====> T3262(normal) 904 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3262.hs >T3262.comp.stderr 2>&1 =====> T3371(normal) 905 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3371.hs >T3371.comp.stderr 2>&1 =====> T1074b(normal) 906 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1074b.hs -Wall >T1074b.comp.stderr 2>&1 =====> T3640(normal) 907 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3640.hs >T3640.comp.stderr 2>&1 =====> T3901(normal) 908 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3901.hs >T3901.comp.stderr 2>&1 =====> T1954(normal) 909 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1954.hs >T1954.comp.stderr 2>&1 =====> T3943(normal) 910 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3943.hs >T3943.comp.stderr 2>&1 =====> timing001(normal) 911 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c timing001.hs >timing001.comp.stderr 2>&1 =====> timing002(normal) 912 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c timing002.hs >timing002.comp.stderr 2>&1 =====> timing003(normal) 913 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c timing003.hs >timing003.comp.stderr 2>&1 =====> T1792_imports(normal) 914 of 2630 [0, 1, 0] cd ./rename/should_compile && $MAKE -s --no-print-directory T1792_imports T1792_imports.run.stdout 2>T1792_imports.run.stderr =====> T3823(normal) 915 of 2630 [0, 1, 0] cd ./rename/should_compile && $MAKE -s --no-print-directory T3823 T3823.run.stdout 2>T3823.run.stderr =====> T4003(normal) 916 of 2630 [0, 1, 0] cd ./rename/should_compile && $MAKE -s --no-print-directory T4003 T4003.run.stdout 2>T4003.run.stderr =====> T1789(normal) 917 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1789.hs >T1789.comp.stderr 2>&1 =====> T1789_2(normal) 918 of 2630 [0, 1, 0] cd ./rename/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1789_2.hs >T1789_2.comp.stderr 2>&1 =====> T3449(normal) 919 of 2630 [0, 1, 0] cd ./rename/should_compile && $MAKE -s --no-print-directory T3449 T3449.run.stdout 2>T3449.run.stderr =====> T4239(normal) 920 of 2630 [0, 1, 0] cd ./rename/should_compile && $MAKE -s --no-print-directory T4239 T4239.run.stdout 2>T4239.run.stderr Actual stdout output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./rename/should_compile/T4239.run.stdout.normalised 2011-02-10 08:43:01.947549391 +0000 @@ -0,0 +1 @@ +import T4239A ( :+++((:+++), (:---), X) ) =====> T4240(normal) 921 of 2630 [0, 1, 0] cd ./rename/should_compile && $MAKE -s --no-print-directory T4240 T4240.run.stdout 2>T4240.run.stderr =====> rename.prog002(normal) 922 of 2630 [0, 1, 0] cd ./rename/prog002 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rename.prog002 rnfail037 -v0 >rename.prog002.comp.stderr 2>&1 =====> rename.prog001(normal) 923 of 2630 [0, 1, 0] cd ./rename/prog001 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rename.prog001 rn037 -v0 >rename.prog001.comp.stderr 2>&1 =====> rename.prog005(normal) 924 of 2630 [0, 1, 0] cd ./rename/prog005 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rename.prog005 View -v0 >rename.prog005.comp.stderr 2>&1 =====> rename.prog003(normal) 925 of 2630 [0, 1, 0] cd ./rename/prog003 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rename.prog003 B -v0 >rename.prog003.comp.stderr 2>&1 =====> rn.prog006(normal) 926 of 2630 [0, 1, 0] cd ./rename/prog006 && $MAKE -s --no-print-directory rn.prog006 rn.prog006.run.stdout 2>rn.prog006.run.stderr =====> rename.prog004(normal) 927 of 2630 [0, 1, 0] cd ./rename/prog004 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rename.prog004 C -v0 >rename.prog004.comp.stderr 2>&1 =====> rnfail001(normal) 928 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail001.hs >rnfail001.comp.stderr 2>&1 =====> rnfail002(normal) 929 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail002.hs >rnfail002.comp.stderr 2>&1 =====> rnfail003(normal) 930 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail003.hs >rnfail003.comp.stderr 2>&1 =====> rnfail004(normal) 931 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail004.hs >rnfail004.comp.stderr 2>&1 =====> rnfail007(normal) 932 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail007.hs >rnfail007.comp.stderr 2>&1 =====> rnfail008(normal) 933 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail008.hs >rnfail008.comp.stderr 2>&1 =====> rnfail009(normal) 934 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail009.hs >rnfail009.comp.stderr 2>&1 =====> rnfail010(normal) 935 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail010.hs >rnfail010.comp.stderr 2>&1 =====> rnfail011(normal) 936 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail011.hs >rnfail011.comp.stderr 2>&1 =====> rnfail012(normal) 937 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail012.hs >rnfail012.comp.stderr 2>&1 =====> rnfail013(normal) 938 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail013.hs >rnfail013.comp.stderr 2>&1 =====> rnfail015(normal) 939 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail015.hs >rnfail015.comp.stderr 2>&1 =====> rnfail016(normal) 940 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail016.hs >rnfail016.comp.stderr 2>&1 =====> rnfail017(normal) 941 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail017.hs >rnfail017.comp.stderr 2>&1 =====> rnfail018(normal) 942 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail018.hs >rnfail018.comp.stderr 2>&1 =====> rnfail019(normal) 943 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail019.hs >rnfail019.comp.stderr 2>&1 =====> rnfail020(normal) 944 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail020.hs >rnfail020.comp.stderr 2>&1 =====> rnfail021(normal) 945 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail021.hs >rnfail021.comp.stderr 2>&1 =====> rnfail022(normal) 946 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail022.hs >rnfail022.comp.stderr 2>&1 =====> rnfail023(normal) 947 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail023.hs >rnfail023.comp.stderr 2>&1 =====> rnfail024(normal) 948 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail024.hs >rnfail024.comp.stderr 2>&1 =====> rnfail025(normal) 949 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail025.hs >rnfail025.comp.stderr 2>&1 =====> rnfail026(normal) 950 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail026.hs >rnfail026.comp.stderr 2>&1 =====> rnfail027(normal) 951 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail027.hs >rnfail027.comp.stderr 2>&1 =====> rnfail028(normal) 952 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail028.hs >rnfail028.comp.stderr 2>&1 =====> rnfail029(normal) 953 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail029.hs >rnfail029.comp.stderr 2>&1 =====> rnfail030(normal) 954 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail030.hs >rnfail030.comp.stderr 2>&1 =====> rnfail031(normal) 955 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail031.hs >rnfail031.comp.stderr 2>&1 =====> rnfail032(normal) 956 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail032.hs >rnfail032.comp.stderr 2>&1 =====> rnfail033(normal) 957 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail033.hs >rnfail033.comp.stderr 2>&1 =====> rnfail034(normal) 958 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail034.hs >rnfail034.comp.stderr 2>&1 =====> rnfail035(normal) 959 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail035.hs >rnfail035.comp.stderr 2>&1 =====> rnfail038(normal) 960 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail038.hs >rnfail038.comp.stderr 2>&1 =====> rnfail039(normal) 961 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail039.hs >rnfail039.comp.stderr 2>&1 =====> rnfail040(normal) 962 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rnfail040 rnfail040 -v0 >rnfail040.comp.stderr 2>&1 =====> rnfail041(normal) 963 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail041.hs >rnfail041.comp.stderr 2>&1 =====> rnfail042(normal) 964 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail042.hs >rnfail042.comp.stderr 2>&1 =====> rnfail043(normal) 965 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail043.hs -v0 >rnfail043.comp.stderr 2>&1 =====> rnfail044(normal) 966 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail044.hs >rnfail044.comp.stderr 2>&1 =====> rnfail045(normal) 967 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail045.hs >rnfail045.comp.stderr 2>&1 =====> rnfail046(normal) 968 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail046.hs >rnfail046.comp.stderr 2>&1 =====> rnfail047(normal) 969 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rnfail047 rnfail047 -v0 >rnfail047.comp.stderr 2>&1 =====> rnfail048(normal) 970 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail048.hs >rnfail048.comp.stderr 2>&1 =====> rnfail049(normal) 971 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail049.hs >rnfail049.comp.stderr 2>&1 =====> rnfail050(normal) 972 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail050.hs >rnfail050.comp.stderr 2>&1 =====> rnfail051(normal) 973 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail051.hs >rnfail051.comp.stderr 2>&1 =====> rnfail052(normal) 974 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail052.hs >rnfail052.comp.stderr 2>&1 =====> rnfail053(normal) 975 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail053.hs >rnfail053.comp.stderr 2>&1 =====> rnfail054(normal) 976 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail054.hs >rnfail054.comp.stderr 2>&1 =====> rnfail055(normal) 977 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o rnfail055 RnFail055 -v0 >rnfail055.comp.stderr 2>&1 =====> rnfail056(normal) 978 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rnfail056.hs >rnfail056.comp.stderr 2>&1 =====> rn_dup(normal) 979 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rn_dup.hs >rn_dup.comp.stderr 2>&1 =====> T2310(normal) 980 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2310.hs >T2310.comp.stderr 2>&1 =====> T2490(normal) 981 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2490.hs >T2490.comp.stderr 2>&1 =====> T2901(normal) 982 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2901.hs >T2901.comp.stderr 2>&1 =====> T2723(normal) 983 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2723.hs >T2723.comp.stderr 2>&1 =====> T2993(normal) 984 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2993.hs >T2993.comp.stderr 2>&1 =====> T3265(normal) 985 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3265.hs >T3265.comp.stderr 2>&1 =====> T3792(normal) 986 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3792.hs >T3792.comp.stderr 2>&1 =====> T4042(normal) 987 of 2630 [0, 1, 0] cd ./rename/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4042.hs >T4042.comp.stderr 2>&1 =====> break023(ghci) 988 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts/break023 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break023.run.stdout 2>break023.run.stderr =====> break022(ghci) 989 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts/break022 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break022.run.stdout 2>break022.run.stderr =====> print001(ghci) 990 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print001.run.stdout 2>print001.run.stderr =====> print002(ghci) 991 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print002.run.stdout 2>print002.run.stderr =====> print003(ghci) 992 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print003.run.stdout 2>print003.run.stderr =====> print004(ghci) 993 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print004.run.stdout 2>print004.run.stderr =====> print005(ghci) 994 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print005.run.stdout 2>print005.run.stderr =====> print006(ghci) 995 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print006.run.stdout 2>print006.run.stderr =====> print007(ghci) 996 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print007.run.stdout 2>print007.run.stderr =====> print008(ghci) 997 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print008.run.stdout 2>print008.run.stderr =====> print009(ghci) 998 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print009.run.stdout 2>print009.run.stderr =====> print010(ghci) 999 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print010.run.stdout 2>print010.run.stderr =====> print011(ghci) 1000 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print011.run.stdout 2>print011.run.stderr =====> print012(ghci) 1001 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print012.run.stdout 2>print012.run.stderr =====> print013(ghci) 1002 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print013.run.stdout 2>print013.run.stderr =====> print014(ghci) 1003 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print014.run.stdout 2>print014.run.stderr =====> print016(ghci) 1004 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print016.run.stdout 2>print016.run.stderr =====> print017(ghci) 1005 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print017.run.stdout 2>print017.run.stderr =====> print018(ghci) 1006 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print018.run.stdout 2>print018.run.stderr =====> print019(ghci) 1007 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print019.run.stdout 2>print019.run.stderr =====> print020(ghci) 1008 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print020.run.stdout 2>print020.run.stderr Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./ghci.debugger/scripts/print020.run.stderr.normalised 2011-02-10 08:43:12.329547930 +0000 @@ -0,0 +1,8 @@ + +../HappyTest.hs:35:1: parse error (possibly incorrect indentation) + +Top level: Not in scope: `lexer' + +:1:1: Not in scope: `main' + +Top level: Not in scope: `_result' =====> print021(ghci) 1009 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print021.run.stdout 2>print021.run.stderr =====> print022(ghci) 1010 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print022.run.stdout 2>print022.run.stderr =====> print023(ghci) 1011 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print023.run.stdout 2>print023.run.stderr =====> print024(ghci) 1012 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print024.run.stdout 2>print024.run.stderr =====> print025(ghci) 1013 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print025.run.stdout 2>print025.run.stderr =====> print026(ghci) 1014 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print026.run.stdout 2>print026.run.stderr =====> print027(ghci) 1015 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print027.run.stdout 2>print027.run.stderr =====> print028(ghci) 1016 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print028.run.stdout 2>print028.run.stderr =====> print029(ghci) 1017 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print029.run.stdout 2>print029.run.stderr =====> print030(ghci) 1018 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print030.run.stdout 2>print030.run.stderr =====> print031(ghci) 1019 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print031.run.stdout 2>print031.run.stderr =====> print032(ghci) 1020 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print032.run.stdout 2>print032.run.stderr Actual stdout output differs from expected: --- ./ghci.debugger/scripts/print032.stdout.normalised 2011-02-10 08:43:14.769547781 +0000 +++ ./ghci.debugger/scripts/print032.run.stdout.normalised 2011-02-10 08:43:14.769547781 +0000 @@ -1,8 +1,8 @@ MkT2 [Just 1] -Breakpoint 0 activated at print029.hs:7:0-13 -Stopped at print029.hs:7:0-13 +Breakpoint 0 activated at print029.hs:7:1-14 +Stopped at print029.hs:7:1-14 _result :: (t Int, t Int) = _ -Stopped at print029.hs:7:9-13 +Stopped at print029.hs:7:10-14 _result :: (t Int, t Int) = _ -x :: [Maybe Int] = [Just 1] -y :: [Maybe Int] = _ +x :: t Int = [Just 1] +y :: t Int = _ =====> print033(ghci) 1021 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print033.run.stdout 2>print033.run.stderr =====> print034(ghci) 1022 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci print034.run.stdout 2>print034.run.stderr =====> break001(ghci) 1023 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break001.run.stdout 2>break001.run.stderr =====> break002(ghci) 1024 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break002.run.stdout 2>break002.run.stderr =====> break003(ghci) 1025 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break003.run.stdout 2>break003.run.stderr =====> break005(ghci) 1026 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break005.run.stdout 2>break005.run.stderr =====> break006(ghci) 1027 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break006.run.stdout 2>break006.run.stderr =====> break007(ghci) 1028 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break007.run.stdout 2>break007.run.stderr =====> break008(ghci) 1029 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break008.run.stdout 2>break008.run.stderr =====> break009(ghci) 1030 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break009.run.stdout 2>break009.run.stderr =====> break010(ghci) 1031 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break010.run.stdout 2>break010.run.stderr =====> break011(ghci) 1032 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break011.run.stdout 2>break011.run.stderr =====> break012(ghci) 1033 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break012.run.stdout 2>break012.run.stderr =====> break013(ghci) 1034 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break013.run.stdout 2>break013.run.stderr =====> break014(ghci) 1035 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break014.run.stdout 2>break014.run.stderr =====> break015(ghci) 1036 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break015.run.stdout 2>break015.run.stderr Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./ghci.debugger/scripts/break015.run.stderr.normalised 2011-02-10 08:43:17.891390990 +0000 @@ -0,0 +1,2 @@ + +:1:1: Not in scope: `_flag' =====> break016(ghci) 1037 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break016.run.stdout 2>break016.run.stderr =====> break017(ghci) 1038 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break017.run.stdout 2>break017.run.stderr =====> break018(ghci) 1039 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break018.run.stdout 2>break018.run.stderr =====> break019(ghci) 1040 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break019.run.stdout 2>break019.run.stderr =====> break020(ghci) 1041 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break020.run.stdout 2>break020.run.stderr =====> break021(ghci) 1042 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break021.run.stdout 2>break021.run.stderr =====> break024(ghci) 1043 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break024.run.stdout 2>break024.run.stderr =====> break025(ghci) 1044 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break025.run.stdout 2>break025.run.stderr =====> break026(ghci) 1045 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break026.run.stdout 2>break026.run.stderr =====> break027(ghci) 1046 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break027.run.stdout 2>break027.run.stderr =====> break028(ghci) 1047 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci break028.run.stdout 2>break028.run.stderr =====> dynbrk001(ghci) 1048 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk001.run.stdout 2>dynbrk001.run.stderr =====> dynbrk002(ghci) 1049 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk002.run.stdout 2>dynbrk002.run.stderr =====> dynbrk003(ghci) 1050 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk003.run.stdout 2>dynbrk003.run.stderr =====> dynbrk004(ghci) 1051 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk004.run.stdout 2>dynbrk004.run.stderr =====> dynbrk005(ghci) 1052 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk005.run.stdout 2>dynbrk005.run.stderr Actual stdout output differs from expected: --- ./ghci.debugger/scripts/dynbrk005.stdout.normalised 2011-02-10 08:43:21.287270760 +0000 +++ ./ghci.debugger/scripts/dynbrk005.run.stdout.normalised 2011-02-10 08:43:21.287270760 +0000 @@ -1,11 +1,23 @@ -Stopped at dynbrk005.hs:5:0-21 +Stopped at dynbrk005.hs:5:1-22 _result :: (a, a, a) = _ -Stopped at dynbrk005.hs:5:14-21 +Stopped at dynbrk005.hs:5:15-22 _result :: (a, a, a) = _ x :: [a] = [_,_,_] -Stopped at dynbrk005.hs:3:0-22 +Stopped at dynbrk005.hs:3:1-23 _result :: (a, a, a) = _ -Stopped at dynbrk005.hs:3:11-22 +Stopped at dynbrk005.hs:3:12-23 _result :: (a, a, a) = _ x :: [a] = [_,_,_] -(1,2,3) +Stopped at dynbrk005.hs:3:14-20 +_result :: (a, a, a) = _ +list[a10o] :: [a] = [_,_,_] +(Stopped at dynbrk005.hs:3:14-20 +_result :: a = _ +list[a10o] :: [a] = [_,_,_] +1,Stopped at dynbrk005.hs:3:14-20 +_result :: Integer = _ +list[a10o] :: [Integer] = [1,_,_] +2,Stopped at dynbrk005.hs:3:14-20 +_result :: Integer = _ +list[a10o] :: [Integer] = [1,2,_] +3) =====> dynbrk007(ghci) 1053 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk007.run.stdout 2>dynbrk007.run.stderr =====> dynbrk008(ghci) 1054 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk008.run.stdout 2>dynbrk008.run.stderr =====> dynbrk009(ghci) 1055 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci dynbrk009.run.stdout 2>dynbrk009.run.stderr =====> result001(ghci) 1056 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci result001.run.stdout 2>result001.run.stderr Actual stdout output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./ghci.debugger/scripts/result001.run.stdout.normalised 2011-02-10 08:43:22.027440396 +0000 @@ -0,0 +1,4 @@ +Breakpoint 0 activated at result001.hs:1:13-21 +Stopped at result001.hs:1:13-21 +_result :: Bool = _ +xs :: [a] = _ =====> listCommand001(ghci) 1057 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci listCommand001.run.stdout 2>listCommand001.run.stderr =====> listCommand002(ghci) 1058 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci listCommand002.run.stdout 2>listCommand002.run.stderr =====> hist001(ghci) 1059 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci hist001.run.stdout 2>hist001.run.stderr =====> 2740(ghci) 1060 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci <2740.script >2740.run.stdout 2>2740.run.stderr =====> getargs(ghci) 1061 of 2630 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci getargs.run.stdout 2>getargs.run.stderr =====> time002(normal) 1062 of 2630 [0, 1, 0] cd ./lib/Time && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o time002 time002.hs >time002.comp.stderr 2>&1 cd ./lib/Time && ./time002 time002.run.stdout 2>time002.run.stderr =====> time003(normal) 1063 of 2630 [0, 1, 0] cd ./lib/Time && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o time003 time003.hs >time003.comp.stderr 2>&1 cd ./lib/Time && ./time003 time003.run.stdout 2>time003.run.stderr =====> time004(normal) 1064 of 2630 [0, 1, 0] cd ./lib/Time && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o time004 time004.hs >time004.comp.stderr 2>&1 cd ./lib/Time && ./time004 time004.run.stdout 2>time004.run.stderr =====> regex001(normal) 1065 of 2630 [0, 1, 0] cd ./lib/Regex && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o regex001 regex001.hs -package regex-posix >regex001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package regex-posix (use -v for more information) =====> regex002(normal) 1066 of 2630 [0, 1, 0] cd ./lib/Regex && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o regex002 regex002.hs -package regex-posix >regex002.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package regex-posix (use -v for more information) =====> regex003(normal) 1067 of 2630 [0, 1, 0] cd ./lib/Regex && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o regex003 regex003.hs -package regex-posix >regex003.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package regex-posix (use -v for more information) =====> lexNum(normal) 1068 of 2630 [0, 1, 0] cd ./lib/Lex && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o lexNum lexNum.hs >lexNum.comp.stderr 2>&1 cd ./lib/Lex && ./lexNum lexNum.run.stdout 2>lexNum.run.stderr =====> bytestring002(normal) 1070 of 2630 [0, 1, 0] cd ./lib/Data.ByteString && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o bytestring002 bytestring002.hs -package bytestring >bytestring002.comp.stderr 2>&1 cd ./lib/Data.ByteString && ./bytestring002 bytestring002.run.stdout 2>bytestring002.run.stderr =====> bytestring003(normal) 1071 of 2630 [0, 1, 0] cd ./lib/Data.ByteString && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o bytestring003 bytestring003.hs -package bytestring >bytestring003.comp.stderr 2>&1 cd ./lib/Data.ByteString && ./bytestring003 bytestring003.run.stdout 2>bytestring003.run.stderr =====> bytestring006(normal) 1074 of 2630 [0, 1, 0] cd ./lib/Data.ByteString && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o bytestring006 bytestring006.hs -package bytestring >bytestring006.comp.stderr 2>&1 cd ./lib/Data.ByteString && ./bytestring006 bytestring006.run.stdout 2>bytestring006.run.stderr =====> CPUTime001(normal) 1075 of 2630 [0, 1, 0] cd ./lib/CPUTime && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o CPUTime001 CPUTime001.hs >CPUTime001.comp.stderr 2>&1 cd ./lib/CPUTime && ./CPUTime001 CPUTime001.run.stdout 2>CPUTime001.run.stderr =====> showDouble(normal) 1076 of 2630 [0, 1, 0] cd ./lib/Show && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o showDouble showDouble.hs >showDouble.comp.stderr 2>&1 cd ./lib/Show && ./showDouble showDouble.run.stdout 2>showDouble.run.stderr =====> hash001(normal) 1077 of 2630 [0, 1, 0] cd ./lib/Data.HashTable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hash001 hash001.hs >hash001.comp.stderr 2>&1 cd ./lib/Data.HashTable && ./hash001 hash001.run.stdout 2>hash001.run.stderr =====> echo001(normal) 1078 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o echo001 echo001.hs >echo001.comp.stderr 2>&1 cd ./lib/IOExts && ./echo001 echo001.run.stdout 2>echo001.run.stderr =====> hTell001(normal) 1079 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hTell001 hTell001.hs >hTell001.comp.stderr 2>&1 cd ./lib/IOExts && ./hTell001 hTell001.run.stdout 2>hTell001.run.stderr =====> hTell002(normal) 1080 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hTell002 hTell002.hs >hTell002.comp.stderr 2>&1 cd ./lib/IOExts && ./hTell002 hTell002.run.stdout 2>hTell002.run.stderr =====> performGC001(normal) 1081 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o performGC001 performGC001.hs >performGC001.comp.stderr 2>&1 cd ./lib/IOExts && ./performGC001 performGC001.run.stdout 2>performGC001.run.stderr =====> trace001(normal) 1082 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o trace001 trace001.hs >trace001.comp.stderr 2>&1 cd ./lib/IOExts && ./trace001 trace001.run.stdout 2>trace001.run.stderr =====> hGetBuf002(normal) 1083 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetBuf002 hGetBuf002.hs >hGetBuf002.comp.stderr 2>&1 cd ./lib/IOExts && ./hGetBuf002 hGetBuf002.run.stdout 2>hGetBuf002.run.stderr =====> hGetBuf003(normal) 1084 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetBuf003 hGetBuf003.hs >hGetBuf003.comp.stderr 2>&1 cd ./lib/IOExts && ./hGetBuf003 hGetBuf003.run.stdout 2>hGetBuf003.run.stderr =====> hPutBuf001(normal) 1085 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hPutBuf001 hPutBuf001.hs >hPutBuf001.comp.stderr 2>&1 cd ./lib/IOExts && ./hPutBuf001 hPutBuf001.run.stdout 2>hPutBuf001.run.stderr =====> hPutBuf002(normal) 1086 of 2630 [0, 1, 0] cd ./lib/IOExts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hPutBuf002 hPutBuf002.hs >hPutBuf002.comp.stderr 2>&1 cd ./lib/IOExts && ./hPutBuf002 hPutBuf002.run.stdout 2>hPutBuf002.run.stderr =====> exceptions001(normal) 1087 of 2630 [0, 1, 0] cd ./lib/exceptions && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o exceptions001 exceptions001.hs >exceptions001.comp.stderr 2>&1 cd ./lib/exceptions && ./exceptions001 exceptions001.run.stdout 2>exceptions001.run.stderr =====> 1548(normal) 1088 of 2630 [0, 1, 0] cd ./lib/Text.Printf && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1548 1548.hs >1548.comp.stderr 2>&1 cd ./lib/Text.Printf && ./1548 1548.run.stdout 2>1548.run.stderr =====> char001(normal) 1089 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o char001 char001.hs >char001.comp.stderr 2>&1 cd ./lib/should_run && ./char001 char001.run.stdout 2>char001.run.stderr =====> char002(normal) 1090 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o char002 char002.hs >char002.comp.stderr 2>&1 cd ./lib/should_run && ./char002 char002.run.stdout 2>char002.run.stderr =====> length001(normal) 1091 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o length001 length001.hs >length001.comp.stderr 2>&1 cd ./lib/should_run && ./length001 length001.run.stdout 2>length001.run.stderr Wrong exit code (expected 0 , actual 2 ) Stdout: Stderr: Stack space overflow: current size 8388608 bytes. Use `+RTS -Ksize -RTS' to increase it. =====> ratio001(normal) 1092 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ratio001 ratio001.hs >ratio001.comp.stderr 2>&1 cd ./lib/should_run && ./ratio001 ratio001.run.stdout 2>ratio001.run.stderr =====> rand001(normal) 1093 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rand001 rand001.hs >rand001.comp.stderr 2>&1 cd ./lib/should_run && ./rand001 rand001.run.stdout 2>rand001.run.stderr =====> reads001(normal) 1094 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o reads001 reads001.hs >reads001.comp.stderr 2>&1 cd ./lib/should_run && ./reads001 reads001.run.stdout 2>reads001.run.stderr =====> show001(normal) 1095 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o show001 show001.hs >show001.comp.stderr 2>&1 cd ./lib/should_run && ./show001 show001.run.stdout 2>show001.run.stderr =====> text001(normal) 1096 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o text001 text001.hs >text001.comp.stderr 2>&1 cd ./lib/should_run && ./text001 text001.run.stdout 2>text001.run.stderr =====> tup001(normal) 1097 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tup001 tup001.hs >tup001.comp.stderr 2>&1 cd ./lib/should_run && ./tup001 tup001.run.stdout 2>tup001.run.stderr =====> addr001(normal) 1098 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o addr001 addr001.hs >addr001.comp.stderr 2>&1 cd ./lib/should_run && ./addr001 addr001.run.stdout 2>addr001.run.stderr =====> enum04(normal) 1104 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o enum04 enum04.hs >enum04.comp.stderr 2>&1 cd ./lib/should_run && ./enum04 enum04.run.stdout 2>enum04.run.stderr =====> exceptionsrun001(normal) 1105 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o exceptionsrun001 exceptionsrun001.hs >exceptionsrun001.comp.stderr 2>&1 cd ./lib/should_run && ./exceptionsrun001 exceptionsrun001.run.stdout 2>exceptionsrun001.run.stderr =====> exceptionsrun002(normal) 1106 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o exceptionsrun002 exceptionsrun002.hs >exceptionsrun002.comp.stderr 2>&1 cd ./lib/should_run && ./exceptionsrun002 exceptionsrun002.run.stdout 2>exceptionsrun002.run.stderr =====> packedstring001(normal) 1112 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o packedstring001 packedstring001.hs -package packedstring >packedstring001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package packedstring (use -v for more information) =====> stableptr003(normal) 1114 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o stableptr003 stableptr003.hs >stableptr003.comp.stderr 2>&1 cd ./lib/should_run && ./stableptr003 stableptr003.run.stdout 2>stableptr003.run.stderr =====> stableptr004(normal) 1115 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o stableptr004 stableptr004.hs >stableptr004.comp.stderr 2>&1 cd ./lib/should_run && ./stableptr004 +RTS -K4m -RTS stableptr004.run.stdout 2>stableptr004.run.stderr =====> stableptr005(normal) 1116 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o stableptr005 stableptr005.hs >stableptr005.comp.stderr 2>&1 cd ./lib/should_run && ./stableptr005 stableptr005.run.stdout 2>stableptr005.run.stderr =====> weak001(normal) 1117 of 2630 [0, 1, 0] cd ./lib/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o weak001 weak001.hs >weak001.comp.stderr 2>&1 cd ./lib/should_run && ./weak001 weak001.run.stdout 2>weak001.run.stderr =====> exitWith001(normal) 1119 of 2630 [0, 1, 0] cd ./lib/System && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o exitWith001 exitWith001.hs >exitWith001.comp.stderr 2>&1 cd ./lib/System && ./exitWith001 exitWith001.run.stdout 2>exitWith001.run.stderr =====> getArgs001(normal) 1120 of 2630 [0, 1, 0] cd ./lib/System && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getArgs001 getArgs001.hs >getArgs001.comp.stderr 2>&1 cd ./lib/System && ./getArgs001 getArgs001.run.stdout 2>getArgs001.run.stderr =====> getEnv001(normal) 1121 of 2630 [0, 1, 0] cd ./lib/System && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getEnv001 getEnv001.hs >getEnv001.comp.stderr 2>&1 cd ./lib/System && ./getEnv001 getEnv001.run.stdout 2>getEnv001.run.stderr =====> system001(normal) 1122 of 2630 [0, 1, 0] cd ./lib/System && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o system001 system001.hs >system001.comp.stderr 2>&1 cd ./lib/System && ./system001 system001.run.stdout 2>system001.run.stderr =====> ix001(normal) 1123 of 2630 [0, 1, 0] cd ./lib/Data.Ix && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ix001 ix001.hs >ix001.comp.stderr 2>&1 cd ./lib/Data.Ix && ./ix001 ix001.run.stdout 2>ix001.run.stderr =====> pp1(normal) 1124 of 2630 [0, 1, 0] cd ./lib/PrettyPrint && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o pp1 pp1.hs >pp1.comp.stderr 2>&1 cd ./lib/PrettyPrint && ./pp1 pp1.run.stdout 2>pp1.run.stderr Actual stdout output differs from expected: --- ./lib/PrettyPrint/pp1.stdout.normalised 2011-02-10 08:43:42.752672875 +0000 +++ ./lib/PrettyPrint/pp1.run.stdout.normalised 2011-02-10 08:43:42.752672875 +0000 @@ -1,4 +1,51 @@ -This output is not what is expected, becuase the -test "works" now, by virtue of a hack in HughesPJ.spaces. -I'm leaving this strange output here to remind us to look -at the root cause of the problem. Sometime. \ No newline at end of file +(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ++ a + a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a) =====> T3911(normal) 1125 of 2630 [0, 1, 0] cd ./lib/PrettyPrint && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3911 T3911.hs >T3911.comp.stderr 2>&1 cd ./lib/PrettyPrint && ./T3911 T3911.run.stdout 2>T3911.run.stderr =====> OldException001(normal) 1126 of 2630 [0, 1, 0] cd ./lib/OldException && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o OldException001 OldException001.hs >OldException001.comp.stderr 2>&1 cd ./lib/OldException && ./OldException001 OldException001.run.stdout 2>OldException001.run.stderr =====> readLitChar(normal) 1127 of 2630 [0, 1, 0] cd ./lib/Char && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readLitChar readLitChar.hs >readLitChar.comp.stderr 2>&1 cd ./lib/Char && ./readLitChar readLitChar.run.stdout 2>readLitChar.run.stderr =====> unicode001(normal) 1128 of 2630 [0, 1, 0] cd ./lib/Char && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o unicode001 unicode001.hs >unicode001.comp.stderr 2>&1 cd ./lib/Char && ./unicode001 unicode001.run.stdout 2>unicode001.run.stderr =====> unicode002(normal) 1129 of 2630 [0, 1, 0] cd ./lib/Char && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o unicode002 unicode002.hs >unicode002.comp.stderr 2>&1 cd ./lib/Char && ./unicode002 unicode002.run.stdout 2>unicode002.run.stderr =====> take001(normal) 1130 of 2630 [0, 1, 0] cd ./lib/Data.List && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o take001 take001.hs >take001.comp.stderr 2>&1 cd ./lib/Data.List && ./take001 1 take001.run.stdout 2>take001.run.stderr =====> genericNegative001(normal) 1131 of 2630 [0, 1, 0] cd ./lib/Data.List && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o genericNegative001 genericNegative001.hs >genericNegative001.comp.stderr 2>&1 cd ./lib/Data.List && ./genericNegative001 -1 genericNegative001.run.stdout 2>genericNegative001.run.stderr =====> integerBits(normal) 1132 of 2630 [0, 1, 0] cd ./lib/integer && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o integerBits integerBits.hs >integerBits.comp.stderr 2>&1 cd ./lib/integer && ./integerBits integerBits.run.stdout 2>integerBits.run.stderr =====> integerConversions(normal) 1133 of 2630 [0, 1, 0] cd ./lib/integer && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o integerConversions integerConversions.hs >integerConversions.comp.stderr 2>&1 cd ./lib/integer && ./integerConversions integerConversions.run.stdout 2>integerConversions.run.stderr =====> IOError001(normal) 1134 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o IOError001 IOError001.hs >IOError001.comp.stderr 2>&1 cd ./lib/IO && ./IOError001 IOError001.run.stdout 2>IOError001.run.stderr =====> IOError002(normal) 1135 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o IOError002 IOError002.hs >IOError002.comp.stderr 2>&1 cd ./lib/IO && ./IOError002 IOError002.run.stdout 2>IOError002.run.stderr =====> finalization001(normal) 1136 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o finalization001 finalization001.hs >finalization001.comp.stderr 2>&1 cd ./lib/IO && ./finalization001 finalization001.run.stdout 2>finalization001.run.stderr =====> hClose001(normal) 1137 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hClose001 hClose001.hs >hClose001.comp.stderr 2>&1 cd ./lib/IO && ./hClose001 hClose001.run.stdout 2>hClose001.run.stderr =====> hClose002(normal) 1138 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hClose002 hClose002.hs >hClose002.comp.stderr 2>&1 cd ./lib/IO && ./hClose002 hClose002.run.stdout 2>hClose002.run.stderr =====> hClose003(normal) 1139 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hClose003 hClose003.hs -package unix >hClose003.comp.stderr 2>&1 cd ./lib/IO && ./hClose003 hClose003.run.stdout 2>hClose003.run.stderr =====> hFileSize001(normal) 1140 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hFileSize001 hFileSize001.hs >hFileSize001.comp.stderr 2>&1 cd ./lib/IO && ./hFileSize001 hFileSize001.run.stdout 2>hFileSize001.run.stderr =====> hFileSize002(normal) 1141 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hFileSize002 hFileSize002.hs >hFileSize002.comp.stderr 2>&1 cd ./lib/IO && ./hFileSize002 hFileSize002.run.stdout 2>hFileSize002.run.stderr =====> hFlush001(normal) 1142 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hFlush001 hFlush001.hs >hFlush001.comp.stderr 2>&1 cd ./lib/IO && ./hFlush001 hFlush001.run.stdout 2>hFlush001.run.stderr =====> hGetBuffering001(normal) 1143 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetBuffering001 hGetBuffering001.hs >hGetBuffering001.comp.stderr 2>&1 cd ./lib/IO && ./hGetBuffering001 hGetBuffering001.run.stdout 2>hGetBuffering001.run.stderr =====> hGetChar001(normal) 1144 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetChar001 hGetChar001.hs >hGetChar001.comp.stderr 2>&1 cd ./lib/IO && ./hGetChar001 hGetChar001.run.stdout 2>hGetChar001.run.stderr =====> hGetLine001(normal) 1145 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetLine001 hGetLine001.hs -cpp >hGetLine001.comp.stderr 2>&1 cd ./lib/IO && ./hGetLine001 hGetLine001.run.stdout 2>hGetLine001.run.stderr =====> hGetLine002(normal) 1146 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetLine002 hGetLine002.hs >hGetLine002.comp.stderr 2>&1 cd ./lib/IO && ./hGetLine002 hGetLine002.run.stdout 2>hGetLine002.run.stderr =====> hGetLine003(normal) 1147 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetLine003 hGetLine003.hs >hGetLine003.comp.stderr 2>&1 cd ./lib/IO && ./hGetLine003 hGetLine003.run.stdout 2>hGetLine003.run.stderr =====> hGetPosn001(normal) 1148 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hGetPosn001 hGetPosn001.hs -cpp >hGetPosn001.comp.stderr 2>&1 cd ./lib/IO && ./hGetPosn001 hGetPosn001.run.stdout 2>hGetPosn001.run.stderr =====> hIsEOF001(normal) 1149 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hIsEOF001 hIsEOF001.hs >hIsEOF001.comp.stderr 2>&1 cd ./lib/IO && ./hIsEOF001 hIsEOF001.run.stdout 2>hIsEOF001.run.stderr =====> hIsEOF002(normal) 1150 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hIsEOF002 hIsEOF002.hs -cpp >hIsEOF002.comp.stderr 2>&1 cd ./lib/IO && ./hIsEOF002 hIsEOF002.run.stdout 2>hIsEOF002.run.stderr =====> hReady001(normal) 1151 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hReady001 hReady001.hs -cpp >hReady001.comp.stderr 2>&1 cd ./lib/IO && ./hReady001 hReady001.run.stdout 2>hReady001.run.stderr =====> hReady002(normal) 1152 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hReady002 hReady002.hs >hReady002.comp.stderr 2>&1 cd ./lib/IO && sleep 1 | ./hReady002 >hReady002.run.stdout 2>hReady002.run.stderr =====> hSeek001(normal) 1153 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSeek001 hSeek001.hs >hSeek001.comp.stderr 2>&1 cd ./lib/IO && ./hSeek001 hSeek001.run.stdout 2>hSeek001.run.stderr =====> hSeek002(normal) 1154 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSeek002 hSeek002.hs -cpp >hSeek002.comp.stderr 2>&1 cd ./lib/IO && ./hSeek002 hSeek002.run.stdout 2>hSeek002.run.stderr =====> hSeek003(normal) 1155 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSeek003 hSeek003.hs -cpp >hSeek003.comp.stderr 2>&1 cd ./lib/IO && ./hSeek003 hSeek003.run.stdout 2>hSeek003.run.stderr =====> hSeek004(normal) 1156 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSeek004 hSeek004.hs -cpp >hSeek004.comp.stderr 2>&1 cd ./lib/IO && ./hSeek004 hSeek004.run.stdout 2>hSeek004.run.stderr =====> hSetBuffering002(normal) 1157 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSetBuffering002 hSetBuffering002.hs >hSetBuffering002.comp.stderr 2>&1 cd ./lib/IO && ./hSetBuffering002 hSetBuffering002.run.stdout 2>hSetBuffering002.run.stderr =====> hSetBuffering003(normal) 1158 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSetBuffering003 hSetBuffering003.hs >hSetBuffering003.comp.stderr 2>&1 cd ./lib/IO && ./hSetBuffering003 hSetBuffering003.run.stdout 2>hSetBuffering003.run.stderr =====> hSetBuffering004(normal) 1159 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSetBuffering004 hSetBuffering004.hs >hSetBuffering004.comp.stderr 2>&1 cd ./lib/IO && ./hSetBuffering004 hSetBuffering004.run.stdout 2>hSetBuffering004.run.stderr =====> ioeGetErrorString001(normal) 1160 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ioeGetErrorString001 ioeGetErrorString001.hs -cpp >ioeGetErrorString001.comp.stderr 2>&1 cd ./lib/IO && ./ioeGetErrorString001 ioeGetErrorString001.run.stdout 2>ioeGetErrorString001.run.stderr =====> ioeGetFileName001(normal) 1161 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ioeGetFileName001 ioeGetFileName001.hs -cpp >ioeGetFileName001.comp.stderr 2>&1 cd ./lib/IO && ./ioeGetFileName001 ioeGetFileName001.run.stdout 2>ioeGetFileName001.run.stderr =====> ioeGetHandle001(normal) 1162 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ioeGetHandle001 ioeGetHandle001.hs -cpp >ioeGetHandle001.comp.stderr 2>&1 cd ./lib/IO && ./ioeGetHandle001 ioeGetHandle001.run.stdout 2>ioeGetHandle001.run.stderr =====> isEOF001(normal) 1163 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o isEOF001 isEOF001.hs >isEOF001.comp.stderr 2>&1 cd ./lib/IO && ./isEOF001 isEOF001.run.stdout 2>isEOF001.run.stderr =====> misc001(normal) 1164 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o misc001 misc001.hs >misc001.comp.stderr 2>&1 cd ./lib/IO && ./misc001 misc001.hs misc001.out misc001.run.stdout 2>misc001.run.stderr =====> openFile001(normal) 1165 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile001 openFile001.hs >openFile001.comp.stderr 2>&1 cd ./lib/IO && ./openFile001 openFile001.run.stdout 2>openFile001.run.stderr =====> openFile002(normal) 1166 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile002 openFile002.hs >openFile002.comp.stderr 2>&1 cd ./lib/IO && ./openFile002 openFile002.run.stdout 2>openFile002.run.stderr =====> openFile003(normal) 1167 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile003 openFile003.hs >openFile003.comp.stderr 2>&1 cd ./lib/IO && ./openFile003 openFile003.run.stdout 2>openFile003.run.stderr =====> openFile004(normal) 1168 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile004 openFile004.hs >openFile004.comp.stderr 2>&1 cd ./lib/IO && ./openFile004 openFile004.run.stdout 2>openFile004.run.stderr =====> openFile005(normal) 1169 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile005 openFile005.hs >openFile005.comp.stderr 2>&1 cd ./lib/IO && ./openFile005 openFile005.run.stdout 2>openFile005.run.stderr =====> openFile006(normal) 1170 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile006 openFile006.hs >openFile006.comp.stderr 2>&1 cd ./lib/IO && ./openFile006 openFile006.run.stdout 2>openFile006.run.stderr =====> openFile007(normal) 1171 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile007 openFile007.hs >openFile007.comp.stderr 2>&1 cd ./lib/IO && ./openFile007 openFile007.run.stdout 2>openFile007.run.stderr =====> openFile008(normal) 1172 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openFile008 openFile008.hs >openFile008.comp.stderr 2>&1 cd ./lib/IO && ulimit -n 1024; ./openFile008 openFile008.run.stdout 2>openFile008.run.stderr =====> putStr001(normal) 1173 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o putStr001 putStr001.hs >putStr001.comp.stderr 2>&1 cd ./lib/IO && ./putStr001 putStr001.run.stdout 2>putStr001.run.stderr =====> readFile001(normal) 1174 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readFile001 readFile001.hs >readFile001.comp.stderr 2>&1 cd ./lib/IO && ./readFile001 readFile001.run.stdout 2>readFile001.run.stderr =====> readwrite001(normal) 1175 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readwrite001 readwrite001.hs -cpp >readwrite001.comp.stderr 2>&1 cd ./lib/IO && ./readwrite001 readwrite001.run.stdout 2>readwrite001.run.stderr =====> readwrite002(normal) 1176 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readwrite002 readwrite002.hs -cpp >readwrite002.comp.stderr 2>&1 cd ./lib/IO && ./readwrite002 readwrite002.run.stdout 2>readwrite002.run.stderr =====> readwrite003(normal) 1177 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readwrite003 readwrite003.hs >readwrite003.comp.stderr 2>&1 cd ./lib/IO && ./readwrite003 readwrite003.run.stdout 2>readwrite003.run.stderr =====> hDuplicateTo001(normal) 1179 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hDuplicateTo001 hDuplicateTo001.hs >hDuplicateTo001.comp.stderr 2>&1 cd ./lib/IO && ./hDuplicateTo001 hDuplicateTo001.run.stdout 2>hDuplicateTo001.run.stderr =====> countReaders001(normal) 1180 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o countReaders001 countReaders001.hs >countReaders001.comp.stderr 2>&1 cd ./lib/IO && ./countReaders001 countReaders001.run.stdout 2>countReaders001.run.stderr =====> concio002(normal) 1183 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o concio002 concio002.hs >concio002.comp.stderr 2>&1 cd ./lib/IO && ./concio002 concio002.run.stdout 2>concio002.run.stderr =====> 2122(normal) 1184 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2122 2122.hs >2122.comp.stderr 2>&1 cd ./lib/IO && ./2122 2122.run.stdout 2>2122.run.stderr =====> hSetEncoding001(normal) 1185 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o hSetEncoding001 hSetEncoding001.hs >hSetEncoding001.comp.stderr 2>&1 cd ./lib/IO && ./hSetEncoding001 hSetEncoding001.in hSetEncoding001.run.stdout 2>hSetEncoding001.run.stderr =====> decodingerror001(normal) 1186 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o decodingerror001 decodingerror001.hs >decodingerror001.comp.stderr 2>&1 cd ./lib/IO && ./decodingerror001 decodingerror001.run.stdout 2>decodingerror001.run.stderr =====> encoding001(normal) 1187 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o encoding001 encoding001.hs >encoding001.comp.stderr 2>&1 cd ./lib/IO && ./encoding001 encoding001.run.stdout 2>encoding001.run.stderr =====> newline001(normal) 1188 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o newline001 newline001.hs >newline001.comp.stderr 2>&1 cd ./lib/IO && ./newline001 newline001.run.stdout 2>newline001.run.stderr =====> openTempFile001(normal) 1189 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o openTempFile001 openTempFile001.hs >openTempFile001.comp.stderr 2>&1 cd ./lib/IO && ./openTempFile001 openTempFile001.run.stdout 2>openTempFile001.run.stderr =====> T4113(normal) 1190 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T4113 T4113.hs >T4113.comp.stderr 2>&1 cd ./lib/IO && ./T4113 T4113.run.stdout 2>T4113.run.stderr =====> T4144(normal) 1191 of 2630 [0, 1, 0] cd ./lib/IO && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T4144 T4144.hs >T4144.comp.stderr 2>&1 cd ./lib/IO && ./T4144 T4144.run.stdout 2>T4144.run.stderr =====> num001(normal) 1192 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num001 num001.hs >num001.comp.stderr 2>&1 cd ./lib/Numeric && ./num001 num001.run.stdout 2>num001.run.stderr =====> num002(normal) 1193 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num002 num002.hs >num002.comp.stderr 2>&1 cd ./lib/Numeric && ./num002 num002.run.stdout 2>num002.run.stderr =====> num003(normal) 1194 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num003 num003.hs >num003.comp.stderr 2>&1 cd ./lib/Numeric && ./num003 num003.run.stdout 2>num003.run.stderr =====> num004(normal) 1195 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num004 num004.hs >num004.comp.stderr 2>&1 cd ./lib/Numeric && ./num004 num004.run.stdout 2>num004.run.stderr =====> num005(normal) 1196 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num005 num005.hs >num005.comp.stderr 2>&1 cd ./lib/Numeric && ./num005 num005.run.stdout 2>num005.run.stderr =====> num006(normal) 1197 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num006 num006.hs >num006.comp.stderr 2>&1 cd ./lib/Numeric && ./num006 num006.run.stdout 2>num006.run.stderr =====> num007(normal) 1198 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num007 num007.hs >num007.comp.stderr 2>&1 cd ./lib/Numeric && ./num007 num007.run.stdout 2>num007.run.stderr =====> num008(normal) 1199 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num008 num008.hs >num008.comp.stderr 2>&1 cd ./lib/Numeric && ./num008 num008.run.stdout 2>num008.run.stderr =====> num010(normal) 1201 of 2630 [0, 1, 0] cd ./lib/Numeric && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o num010 num010.hs >num010.comp.stderr 2>&1 cd ./lib/Numeric && ./num010 num010.run.stdout 2>num010.run.stderr =====> instance-leaks(normal) 1202 of 2630 [0, 1, 0] cd ./lib/haskell98 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c instance-leaks.hs -package haskell98 >instance-leaks.comp.stderr 2>&1 =====> SampleVar001(normal) 1205 of 2630 [0, 1, 0] cd ./lib/Concurrent && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o SampleVar001 SampleVar001.hs -package QuickCheck >SampleVar001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package QuickCheck (use -v for more information) =====> Chan001(normal) 1206 of 2630 [0, 1, 0] cd ./lib/Concurrent && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o Chan001 Chan001.hs -package QuickCheck >Chan001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package QuickCheck (use -v for more information) =====> MVar001(normal) 1207 of 2630 [0, 1, 0] cd ./lib/Concurrent && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o MVar001 MVar001.hs -package QuickCheck >MVar001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package QuickCheck (use -v for more information) =====> QSemN001(normal) 1208 of 2630 [0, 1, 0] cd ./lib/Concurrent && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o QSemN001 QSemN001.hs -package QuickCheck >QSemN001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package QuickCheck (use -v for more information) =====> QSem001(normal) 1209 of 2630 [0, 1, 0] cd ./lib/Concurrent && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o QSem001 QSem001.hs -package QuickCheck >QSem001.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package QuickCheck (use -v for more information) =====> ThreadDelay001(normal) 1210 of 2630 [0, 1, 0] cd ./lib/Concurrent && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ThreadDelay001 ThreadDelay001.hs >ThreadDelay001.comp.stderr 2>&1 cd ./lib/Concurrent && ./ThreadDelay001 ThreadDelay001.run.stdout 2>ThreadDelay001.run.stderr =====> ds-wildcard(normal) 1211 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds-wildcard.hs >ds-wildcard.comp.stderr 2>&1 =====> ds001(normal) 1212 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds001.hs >ds001.comp.stderr 2>&1 =====> ds002(normal) 1213 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds002.hs >ds002.comp.stderr 2>&1 =====> ds003(normal) 1214 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds003.hs >ds003.comp.stderr 2>&1 =====> ds004(normal) 1215 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds004.hs >ds004.comp.stderr 2>&1 =====> ds005(normal) 1216 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds005.hs >ds005.comp.stderr 2>&1 =====> ds006(normal) 1217 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds006.hs >ds006.comp.stderr 2>&1 =====> ds007(normal) 1218 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds007.hs >ds007.comp.stderr 2>&1 =====> ds008(normal) 1219 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds008.hs >ds008.comp.stderr 2>&1 =====> ds009(normal) 1220 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds009.hs >ds009.comp.stderr 2>&1 =====> ds010(normal) 1221 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds010.hs >ds010.comp.stderr 2>&1 =====> ds011(normal) 1222 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds011.hs >ds011.comp.stderr 2>&1 =====> ds012(normal) 1223 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds012.hs >ds012.comp.stderr 2>&1 =====> ds013(normal) 1224 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds013.hs >ds013.comp.stderr 2>&1 =====> ds014(normal) 1225 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds014.hs >ds014.comp.stderr 2>&1 =====> ds015(normal) 1226 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds015.hs >ds015.comp.stderr 2>&1 =====> ds016(normal) 1227 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds016.hs >ds016.comp.stderr 2>&1 =====> ds017(normal) 1228 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds017.hs >ds017.comp.stderr 2>&1 =====> ds018(normal) 1229 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds018.hs >ds018.comp.stderr 2>&1 =====> ds019(normal) 1230 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds019.hs >ds019.comp.stderr 2>&1 =====> ds020(normal) 1231 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds020.hs >ds020.comp.stderr 2>&1 =====> ds021(normal) 1232 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds021.hs >ds021.comp.stderr 2>&1 =====> ds022(normal) 1233 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds022.hs >ds022.comp.stderr 2>&1 =====> ds023(normal) 1234 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds023.hs >ds023.comp.stderr 2>&1 =====> ds024(normal) 1235 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds024.hs >ds024.comp.stderr 2>&1 =====> ds025(normal) 1236 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds025.hs >ds025.comp.stderr 2>&1 =====> ds026(normal) 1237 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds026.hs >ds026.comp.stderr 2>&1 =====> ds027(normal) 1238 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds027.hs >ds027.comp.stderr 2>&1 =====> ds028(normal) 1239 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds028.hs >ds028.comp.stderr 2>&1 =====> ds029(normal) 1240 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds029.hs >ds029.comp.stderr 2>&1 =====> ds030(normal) 1241 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds030.hs >ds030.comp.stderr 2>&1 =====> ds031(normal) 1242 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds031.hs >ds031.comp.stderr 2>&1 =====> ds032(normal) 1243 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds032.hs >ds032.comp.stderr 2>&1 =====> ds033(normal) 1244 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds033.hs >ds033.comp.stderr 2>&1 =====> ds034(normal) 1245 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds034.hs >ds034.comp.stderr 2>&1 =====> ds035(normal) 1246 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds035.hs >ds035.comp.stderr 2>&1 =====> ds036(normal) 1247 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds036.hs >ds036.comp.stderr 2>&1 =====> ds037(normal) 1248 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds037.hs >ds037.comp.stderr 2>&1 =====> ds038(normal) 1249 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds038.hs >ds038.comp.stderr 2>&1 =====> ds039(normal) 1250 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds039.hs >ds039.comp.stderr 2>&1 =====> ds040(normal) 1251 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds040.hs >ds040.comp.stderr 2>&1 =====> ds041(normal) 1252 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds041.hs >ds041.comp.stderr 2>&1 =====> ds042(normal) 1253 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds042.hs >ds042.comp.stderr 2>&1 =====> ds043(normal) 1254 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds043.hs >ds043.comp.stderr 2>&1 =====> ds044(normal) 1255 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds044.hs >ds044.comp.stderr 2>&1 =====> ds045(normal) 1256 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds045.hs >ds045.comp.stderr 2>&1 =====> ds046(normal) 1257 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds046.hs -funbox-strict-fields >ds046.comp.stderr 2>&1 =====> ds047(normal) 1258 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds047.hs >ds047.comp.stderr 2>&1 =====> ds048(normal) 1259 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds048.hs >ds048.comp.stderr 2>&1 =====> ds050(normal) 1260 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds050.hs >ds050.comp.stderr 2>&1 =====> ds051(normal) 1261 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds051.hs >ds051.comp.stderr 2>&1 =====> ds052(normal) 1262 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds052.hs >ds052.comp.stderr 2>&1 =====> ds053(normal) 1263 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds053.hs >ds053.comp.stderr 2>&1 =====> ds054(normal) 1264 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds054.hs >ds054.comp.stderr 2>&1 =====> ds055(normal) 1265 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds055.hs >ds055.comp.stderr 2>&1 =====> ds056(normal) 1266 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds056.hs -Wall >ds056.comp.stderr 2>&1 =====> ds057(normal) 1267 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds057.hs >ds057.comp.stderr 2>&1 =====> ds058(normal) 1268 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds058.hs -W >ds058.comp.stderr 2>&1 =====> ds059(normal) 1269 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds059.hs -W >ds059.comp.stderr 2>&1 =====> ds060(normal) 1270 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds060.hs >ds060.comp.stderr 2>&1 Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./deSugar/should_compile/ds060.comp.stderr.normalised 2011-02-10 08:44:37.293549260 +0000 @@ -0,0 +1,4 @@ + +ds060.hs:22:1: + Warning: Pattern match(es) are overlapped + In an equation for `f': f Nothing = ... =====> ds061(normal) 1271 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds061.hs >ds061.comp.stderr 2>&1 Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./deSugar/should_compile/ds061.comp.stderr.normalised 2011-02-10 08:44:37.412552476 +0000 @@ -0,0 +1,7 @@ + +ds061.hs:12:1: + Warning: Pattern match(es) are non-exhaustive + In an equation for `f': + Patterns not matched: + GHC.Word.W# _ + GHC.Word.W# _ =====> ds062(normal) 1272 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds062.hs >ds062.comp.stderr 2>&1 =====> ds063(normal) 1273 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ds063.hs >ds063.comp.stderr 2>&1 =====> T2409(normal) 1274 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2409.hs >T2409.comp.stderr 2>&1 =====> T3263-1(normal) 1275 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3263-1.hs -fwarn-unused-do-bind -XRecursiveDo >T3263-1.comp.stderr 2>&1 =====> T3263-2(normal) 1276 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3263-2.hs -fwarn-wrong-do-bind -XScopedTypeVariables -XRecursiveDo >T3263-2.comp.stderr 2>&1 =====> GadtOverlap(normal) 1277 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c GadtOverlap.hs -Wall >GadtOverlap.comp.stderr 2>&1 =====> T2395(normal) 1278 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2395.hs >T2395.comp.stderr 2>&1 =====> T4371(normal) 1279 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4371.hs >T4371.comp.stderr 2>&1 =====> T4439(normal) 1280 of 2630 [0, 1, 0] cd ./deSugar/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4439.hs >T4439.comp.stderr 2>&1 =====> dsrun001(normal) 1281 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun001 dsrun001.hs >dsrun001.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun001 dsrun001.run.stdout 2>dsrun001.run.stderr =====> dsrun002(normal) 1282 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun002 dsrun002.hs >dsrun002.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun002 dsrun002.run.stdout 2>dsrun002.run.stderr =====> dsrun003(normal) 1283 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun003 dsrun003.hs >dsrun003.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun003 dsrun003.run.stdout 2>dsrun003.run.stderr =====> dsrun004(normal) 1284 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun004 dsrun004.hs >dsrun004.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun004 dsrun004.run.stdout 2>dsrun004.run.stderr =====> dsrun005(normal) 1285 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun005 dsrun005.hs >dsrun005.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun005 dsrun005.run.stdout 2>dsrun005.run.stderr =====> dsrun006(normal) 1286 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun006 dsrun006.hs >dsrun006.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun006 dsrun006.run.stdout 2>dsrun006.run.stderr =====> dsrun007(normal) 1287 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun007 dsrun007.hs >dsrun007.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun007 dsrun007.run.stdout 2>dsrun007.run.stderr =====> dsrun008(normal) 1288 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun008 dsrun008.hs >dsrun008.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun008 dsrun008.run.stdout 2>dsrun008.run.stderr =====> dsrun009(normal) 1289 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun009 dsrun009.hs >dsrun009.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun009 dsrun009.run.stdout 2>dsrun009.run.stderr =====> dsrun010(normal) 1290 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun010 dsrun010.hs >dsrun010.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun010 dsrun010.run.stdout 2>dsrun010.run.stderr =====> dsrun013(normal) 1293 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun013 dsrun013.hs >dsrun013.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun013 dsrun013.run.stdout 2>dsrun013.run.stderr =====> dsrun014(normal) 1294 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun014 dsrun014.hs >dsrun014.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun014 dsrun014.run.stdout 2>dsrun014.run.stderr =====> dsrun015(normal) 1295 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun015 dsrun015.hs >dsrun015.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun015 dsrun015.run.stdout 2>dsrun015.run.stderr =====> dsrun016(normal) 1296 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun016 dsrun016.hs >dsrun016.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun016 dsrun016.run.stdout 2>dsrun016.run.stderr =====> dsrun017(normal) 1297 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun017 dsrun017.hs >dsrun017.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun017 dsrun017.run.stdout 2>dsrun017.run.stderr =====> dsrun018(normal) 1298 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun018 dsrun018.hs >dsrun018.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun018 dsrun018.run.stdout 2>dsrun018.run.stderr =====> dsrun019(normal) 1299 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun019 dsrun019.hs >dsrun019.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun019 dsrun019.run.stdout 2>dsrun019.run.stderr =====> dsrun020(normal) 1300 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun020 dsrun020.hs >dsrun020.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun020 dsrun020.run.stdout 2>dsrun020.run.stderr =====> dsrun021(normal) 1301 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun021 dsrun021.hs >dsrun021.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun021 dsrun021.run.stdout 2>dsrun021.run.stderr =====> dsrun022(normal) 1302 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun022 dsrun022.hs >dsrun022.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun022 dsrun022.run.stdout 2>dsrun022.run.stderr =====> dsrun023(normal) 1303 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dsrun023 dsrun023.hs >dsrun023.comp.stderr 2>&1 cd ./deSugar/should_run && ./dsrun023 dsrun023.run.stdout 2>dsrun023.run.stderr =====> T246(normal) 1304 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T246 T246.hs >T246.comp.stderr 2>&1 cd ./deSugar/should_run && ./T246 T246.run.stdout 2>T246.run.stderr =====> T3126(normal) 1305 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3126 T3126.hs >T3126.comp.stderr 2>&1 cd ./deSugar/should_run && ./T3126 T3126.run.stdout 2>T3126.run.stderr =====> T3382(normal) 1306 of 2630 [0, 1, 0] cd ./deSugar/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3382 T3382.hs >T3382.comp.stderr 2>&1 cd ./deSugar/should_run && ./T3382 T3382.run.stdout 2>T3382.run.stderr =====> testblockalloc(normal) 1307 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o testblockalloc testblockalloc.c >testblockalloc.comp.stderr 2>&1 cd ./rts && ./testblockalloc +RTS -I0 testblockalloc.run.stdout 2>testblockalloc.run.stderr =====> bug1010(normal) 1308 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o bug1010 bug1010.hs +RTS -c -RTS >bug1010.comp.stderr 2>&1 cd ./rts && ./bug1010 bug1010.run.stdout 2>bug1010.run.stderr =====> derefnull(normal) 1309 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o derefnull derefnull.hs >derefnull.comp.stderr 2>&1 cd ./rts && ./derefnull derefnull.run.stdout 2>derefnull.run.stderr /bin/sh: line 1: 28204 Segmentation fault ./derefnull < /dev/null > derefnull.run.stdout 2> derefnull.run.stderr =====> divbyzero(normal) 1310 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o divbyzero divbyzero.hs >divbyzero.comp.stderr 2>&1 cd ./rts && ./divbyzero divbyzero.run.stdout 2>divbyzero.run.stderr /bin/sh: line 1: 28222 Floating point exception./divbyzero < /dev/null > divbyzero.run.stdout 2> divbyzero.run.stderr =====> outofmem(normal) 1311 of 2630 [0, 1, 0] cd ./rts && $MAKE -s --no-print-directory outofmem outofmem.run.stdout 2>outofmem.run.stderr =====> outofmem2(normal) 1312 of 2630 [0, 1, 0] cd ./rts && $MAKE -s --no-print-directory outofmem2 outofmem2.run.stdout 2>outofmem2.run.stderr =====> 2047(normal) 1313 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2047 2047.hs -package containers >2047.comp.stderr 2>&1 cd ./rts && ./2047 +RTS -c -RTS 2047.run.stdout 2>2047.run.stderr =====> 2783(normal) 1314 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2783 2783.hs >2783.comp.stderr 2>&1 cd ./rts && ./2783 2783.run.stdout 2>2783.run.stderr =====> testwsdeque(threaded1) 1315 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o testwsdeque testwsdeque.c -threaded -debug -I../../../../rts >testwsdeque.comp.stderr 2>&1 cd ./rts && ./testwsdeque testwsdeque.run.stdout 2>testwsdeque.run.stderr =====> 3236(normal) 1316 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3236 3236.c >3236.comp.stderr 2>&1 cd ./rts && ./3236 3236.run.stdout 2>3236.run.stderr =====> stack001(normal) 1317 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o stack001 stack001.hs >stack001.comp.stderr 2>&1 cd ./rts && ./stack001 +RTS -K32m -RTS stack001.run.stdout 2>stack001.run.stderr =====> stack002(normal) 1318 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o stack002 stack002.hs >stack002.comp.stderr 2>&1 cd ./rts && ./stack002 +RTS -K32m -k4m -RTS stack002.run.stdout 2>stack002.run.stderr =====> atomicinc(normal) 1319 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o atomicinc atomicinc.c >atomicinc.comp.stderr 2>&1 cd ./rts && ./atomicinc atomicinc.run.stdout 2>atomicinc.run.stderr =====> rtsflags001(normal) 1321 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rtsflags001 rtsflags001.hs >rtsflags001.comp.stderr 2>&1 cd ./rts && ./rtsflags001 +RTS -H0m -RTS rtsflags001.run.stdout 2>rtsflags001.run.stderr =====> T2615(normal) 1322 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2615 T2615.hs -package ghc >T2615.comp.stderr 2>&1 cd ./rts && $MAKE T2615-prep && LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./T2615 T2615.run.stdout 2>T2615.run.stderr make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/rts' rm -f libfoo_T2615.so '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fPIC -c libfoo_T2615.c -o libfoo_T2615.o '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -shared -no-auto-link-packages libfoo_T2615.o -o libfoo_T2615.so make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/rts' =====> traceEvent(normal) 1323 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o traceEvent traceEvent.hs -eventlog >traceEvent.comp.stderr 2>&1 cd ./rts && ./traceEvent +RTS -ls -RTS traceEvent.run.stdout 2>traceEvent.run.stderr =====> T4059(normal) 1324 of 2630 [0, 1, 0] cd ./rts && $MAKE -s --no-print-directory T4059 T4059.run.stdout 2>T4059.run.stderr =====> exec_signals(normal) 1325 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o exec_signals exec_signals.hs >exec_signals.comp.stderr 2>&1 cd ./rts && $MAKE exec_signals-prep && ./exec_signals_prepare ./exec_signals exec_signals.run.stdout 2>exec_signals.run.stderr make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/rts' cc -o exec_signals_child exec_signals_child.c cc -o exec_signals_prepare exec_signals_prepare.c make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/rts' =====> return_mem_to_os(normal) 1326 of 2630 [0, 1, 0] cd ./rts && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o return_mem_to_os return_mem_to_os.hs >return_mem_to_os.comp.stderr 2>&1 cd ./rts && ./return_mem_to_os return_mem_to_os.run.stdout 2>return_mem_to_os.run.stderr =====> prof001(normal) 1327 of 2630 [0, 1, 0] cd ./profiling/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o prof001 prof001.hs -prof -caf-all >prof001.comp.stderr 2>&1 cd ./profiling/should_compile && ./prof001 prof001.run.stdout 2>prof001.run.stderr =====> prof002(normal) 1328 of 2630 [0, 1, 0] cd ./profiling/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o prof002 prof002.hs -prof -caf-all >prof002.comp.stderr 2>&1 cd ./profiling/should_compile && ./prof002 prof002.run.stdout 2>prof002.run.stderr =====> 2410(normal) 1329 of 2630 [0, 1, 0] cd ./profiling/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 2410.hs -O2 -prof -caf-all >2410.comp.stderr 2>&1 =====> heapprof001(profc) 1330 of 2630 [0, 1, 0] cd ./profiling/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o heapprof001 heapprof001.hs -O -prof -auto-all -fno-warn-deprecated-flags -fvia-C >heapprof001.comp.stderr 2>&1 cd ./profiling/should_run && ./heapprof001 7 +RTS -p -RTS heapprof001.run.stdout 2>heapprof001.run.stderr =====> 2592(profc) 1331 of 2630 [0, 1, 0] cd ./profiling/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2592 2592.hs -O -prof -auto-all -fno-warn-deprecated-flags -fvia-C >2592.comp.stderr 2>&1 cd ./profiling/should_run && ./2592 +RTS -M1m -RTS +RTS -p -RTS 2592.run.stdout 2>2592.run.stderr =====> T3001(prof_hb) 1332 of 2630 [0, 1, 0] cd ./profiling/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3001 T3001.hs -O -prof -auto-all >T3001.comp.stderr 2>&1 cd ./profiling/should_run && ./T3001 +RTS -hb -RTS T3001.run.stdout 2>T3001.run.stderr cd ./profiling/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/hp2ps' T3001 =====> T3001-2(prof_hb) 1333 of 2630 [0, 1, 0] cd ./profiling/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3001-2 T3001-2.hs -O -prof -auto-all -package bytestring >T3001-2.comp.stderr 2>&1 cd ./profiling/should_run && ./T3001-2 +RTS -hb -RTS T3001-2.run.stdout 2>T3001-2.run.stderr cd ./profiling/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/hp2ps' T3001-2 =====> scc001(normal) 1334 of 2630 [0, 1, 0] cd ./profiling/should_run && $MAKE -s --no-print-directory scc001 scc001.run.stdout 2>scc001.run.stderr Actual stdout output differs from expected: --- ./profiling/should_run/scc001.stdout.normalised 2011-02-10 08:45:12.501672819 +0000 +++ ./profiling/should_run/scc001.run.stdout.normalised 2011-02-10 08:45:12.502334149 +0000 @@ -2,6 +2,8 @@ True 3 'a' +No single-entry for g found in profile + g Main 246 0 0.0 0.2 0.0 0.2 Compiling with -O True 3 =====> proffail001(normal) 1335 of 2630 [0, 1, 0] cd ./profiling/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c proffail001.hs -prof -caf-all >proffail001.comp.stderr 2>&1 =====> read001(normal) 1336 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read001.hs >read001.comp.stderr 2>&1 =====> read002(normal) 1337 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read002.hs >read002.comp.stderr 2>&1 =====> read003(normal) 1338 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read003.hs >read003.comp.stderr 2>&1 =====> read004(normal) 1339 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read004.hs >read004.comp.stderr 2>&1 =====> read005(normal) 1340 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read005.hs >read005.comp.stderr 2>&1 =====> read008(normal) 1341 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read008.hs >read008.comp.stderr 2>&1 =====> read009(normal) 1342 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read009.hs >read009.comp.stderr 2>&1 =====> read010(normal) 1343 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read010.hs >read010.comp.stderr 2>&1 =====> read011(normal) 1344 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read011.hs >read011.comp.stderr 2>&1 =====> read014(normal) 1345 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read014.hs -Wall -fno-warn-orphans >read014.comp.stderr 2>&1 =====> read015(normal) 1346 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read015.hs >read015.comp.stderr 2>&1 =====> read016(normal) 1347 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read016.hs >read016.comp.stderr 2>&1 =====> read017(normal) 1348 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read017.hs >read017.comp.stderr 2>&1 =====> read018(normal) 1349 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read018.hs >read018.comp.stderr 2>&1 =====> read019(normal) 1350 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read019.hs >read019.comp.stderr 2>&1 =====> read021(normal) 1351 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read021.hs >read021.comp.stderr 2>&1 =====> read022(normal) 1352 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read022.hs >read022.comp.stderr 2>&1 =====> read024(normal) 1354 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read024.hs >read024.comp.stderr 2>&1 =====> read025(normal) 1355 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read025.hs >read025.comp.stderr 2>&1 =====> read026(normal) 1356 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read026.hs >read026.comp.stderr 2>&1 =====> read027(normal) 1357 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read027.hs >read027.comp.stderr 2>&1 =====> read028(normal) 1358 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read028.hs >read028.comp.stderr 2>&1 =====> read029(normal) 1359 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read029.hs >read029.comp.stderr 2>&1 =====> read030(normal) 1360 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read030.hs >read030.comp.stderr 2>&1 =====> read031(normal) 1361 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read031.hs >read031.comp.stderr 2>&1 =====> read032(normal) 1362 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read032.hs >read032.comp.stderr 2>&1 =====> read033(normal) 1363 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read033.hs >read033.comp.stderr 2>&1 =====> read034(normal) 1364 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read034.hs >read034.comp.stderr 2>&1 =====> read036(normal) 1365 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read036.hs >read036.comp.stderr 2>&1 =====> read037(normal) 1366 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read037.hs >read037.comp.stderr 2>&1 =====> read038(normal) 1367 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read038.hs >read038.comp.stderr 2>&1 =====> read039(normal) 1368 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read039.hs -fno-code >read039.comp.stderr 2>&1 =====> read040(normal) 1369 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read040.hs >read040.comp.stderr 2>&1 =====> read041(normal) 1370 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read041.lhs >read041.comp.stderr 2>&1 =====> read042(normal) 1371 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read042.hs >read042.comp.stderr 2>&1 =====> read043(normal) 1372 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read043.hs >read043.comp.stderr 2>&1 =====> read044(normal) 1373 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read044.hs >read044.comp.stderr 2>&1 =====> read045(normal) 1374 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read045.hs >read045.comp.stderr 2>&1 =====> read046(normal) 1375 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read046.hs >read046.comp.stderr 2>&1 =====> read047(normal) 1376 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read047.hs >read047.comp.stderr 2>&1 =====> read048(normal) 1377 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read048.hs >read048.comp.stderr 2>&1 =====> read049(normal) 1378 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read049.hs >read049.comp.stderr 2>&1 =====> read050(normal) 1379 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read050.hs >read050.comp.stderr 2>&1 =====> read051(normal) 1380 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read051.hs >read051.comp.stderr 2>&1 =====> read052(normal) 1381 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read052.hs >read052.comp.stderr 2>&1 =====> read053(normal) 1382 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read053.hs >read053.comp.stderr 2>&1 =====> read054(normal) 1383 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read054.hs >read054.comp.stderr 2>&1 =====> read055(normal) 1384 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read055.hs >read055.comp.stderr 2>&1 =====> read056(normal) 1385 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read056.hs >read056.comp.stderr 2>&1 =====> read057(normal) 1386 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read057.hs >read057.comp.stderr 2>&1 =====> read058(normal) 1387 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read058.hs >read058.comp.stderr 2>&1 =====> read059(normal) 1388 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read059.hs >read059.comp.stderr 2>&1 =====> read060(normal) 1389 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read060.hs >read060.comp.stderr 2>&1 =====> read061(normal) 1390 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read061.hs >read061.comp.stderr 2>&1 =====> read062(normal) 1391 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read062.hs >read062.comp.stderr 2>&1 =====> read063(normal) 1392 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read063.hs >read063.comp.stderr 2>&1 =====> read064(normal) 1393 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read064.hs >read064.comp.stderr 2>&1 =====> read065(normal) 1394 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read065.hs >read065.comp.stderr 2>&1 =====> read066(normal) 1395 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read066.hs >read066.comp.stderr 2>&1 =====> read067(normal) 1396 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read067.hs >read067.comp.stderr 2>&1 =====> read068(normal) 1397 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read068.hs >read068.comp.stderr 2>&1 =====> read_1821(normal) 1398 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c read_1821.hs >read_1821.comp.stderr 2>&1 =====> T3303(normal) 1399 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T3303 T3303 -v0 >T3303.comp.stderr 2>&1 =====> T3741(normal) 1400 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3741.hs >T3741.comp.stderr 2>&1 =====> DoAndIfThenElse(normal) 1401 of 2630 [0, 1, 0] cd ./parser/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c DoAndIfThenElse.hs >DoAndIfThenElse.comp.stderr 2>&1 =====> parser.prog001(normal) 1402 of 2630 [0, 1, 0] cd ./parser/prog001 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o parser.prog001 Read007.hs -v0 >parser.prog001.comp.stderr 2>&1 =====> readRun001(normal) 1403 of 2630 [0, 1, 0] cd ./parser/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readRun001 readRun001.hs >readRun001.comp.stderr 2>&1 cd ./parser/should_run && ./readRun001 readRun001.run.stdout 2>readRun001.run.stderr =====> readRun002(normal) 1404 of 2630 [0, 1, 0] cd ./parser/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readRun002 readRun002.hs >readRun002.comp.stderr 2>&1 cd ./parser/should_run && ./readRun002 readRun002.run.stdout 2>readRun002.run.stderr =====> readRun003(normal) 1405 of 2630 [0, 1, 0] cd ./parser/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readRun003 readRun003.hs >readRun003.comp.stderr 2>&1 cd ./parser/should_run && ./readRun003 readRun003.run.stdout 2>readRun003.run.stderr =====> readRun004(normal) 1406 of 2630 [0, 1, 0] cd ./parser/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o readRun004 readRun004.hs >readRun004.comp.stderr 2>&1 cd ./parser/should_run && ./readRun004 readRun004.run.stdout 2>readRun004.run.stderr =====> T1344(normal) 1407 of 2630 [0, 1, 0] cd ./parser/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T1344 T1344.hs >T1344.comp.stderr 2>&1 cd ./parser/should_run && ./T1344 T1344.run.stdout 2>T1344.run.stderr =====> readFail001(normal) 1408 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail001.hs >readFail001.comp.stderr 2>&1 =====> readFail002(normal) 1409 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail002.hs >readFail002.comp.stderr 2>&1 =====> readFail003(normal) 1410 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail003.hs >readFail003.comp.stderr 2>&1 =====> readFail004(normal) 1411 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail004.hs >readFail004.comp.stderr 2>&1 =====> readFail005(normal) 1412 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail005.hs >readFail005.comp.stderr 2>&1 =====> readFail006(normal) 1413 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail006.hs >readFail006.comp.stderr 2>&1 =====> readFail007(normal) 1414 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail007.hs >readFail007.comp.stderr 2>&1 =====> readFail008(normal) 1415 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail008.hs >readFail008.comp.stderr 2>&1 =====> readFail009(normal) 1416 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail009.hs >readFail009.comp.stderr 2>&1 =====> readFail011(normal) 1417 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail011.hs >readFail011.comp.stderr 2>&1 =====> readFail012(normal) 1418 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail012.hs >readFail012.comp.stderr 2>&1 =====> readFail013(normal) 1419 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail013.hs >readFail013.comp.stderr 2>&1 =====> readFail014(normal) 1420 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail014.hs >readFail014.comp.stderr 2>&1 =====> readFail015(normal) 1421 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail015.hs >readFail015.comp.stderr 2>&1 =====> readFail016(normal) 1422 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail016.hs >readFail016.comp.stderr 2>&1 =====> readFail017(normal) 1423 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail017.hs >readFail017.comp.stderr 2>&1 =====> readFail018(normal) 1424 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail018.hs >readFail018.comp.stderr 2>&1 =====> readFail019(normal) 1425 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail019.hs >readFail019.comp.stderr 2>&1 =====> readFail020(normal) 1426 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail020.hs >readFail020.comp.stderr 2>&1 =====> readFail021(normal) 1427 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail021.hs >readFail021.comp.stderr 2>&1 =====> readFail022(normal) 1428 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail022.hs >readFail022.comp.stderr 2>&1 =====> readFail023(normal) 1429 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail023.hs >readFail023.comp.stderr 2>&1 =====> readFail024(normal) 1430 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail024.hs >readFail024.comp.stderr 2>&1 =====> readFail025(normal) 1431 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail025.hs >readFail025.comp.stderr 2>&1 =====> readFail026(normal) 1432 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail026.hs >readFail026.comp.stderr 2>&1 =====> readFail027(normal) 1433 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail027.hs >readFail027.comp.stderr 2>&1 =====> readFail028(normal) 1434 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail028.hs >readFail028.comp.stderr 2>&1 =====> readFail029(normal) 1435 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail029.hs >readFail029.comp.stderr 2>&1 =====> readFail030(normal) 1436 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail030.hs >readFail030.comp.stderr 2>&1 =====> readFail031(normal) 1437 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail031.hs >readFail031.comp.stderr 2>&1 =====> readFail032(normal) 1438 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail032.hs -cpp >readFail032.comp.stderr 2>&1 Actual stderr output differs from expected: --- ./parser/should_fail/readFail032.stderr.normalised 2011-02-10 08:45:22.168673201 +0000 +++ ./parser/should_fail/readFail032.comp.stderr.normalised 2011-02-10 08:45:22.168673201 +0000 @@ -1,5 +1,5 @@ -readFail032.hs:21:38: +readFail032.hs:11:38: Couldn't match expected type `[Char]' with actual type `Char' Expected type: [[Char]] Actual type: [Char] =====> readFail033(normal) 1439 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail033.hs >readFail033.comp.stderr 2>&1 =====> readFail034(normal) 1440 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail034.hs >readFail034.comp.stderr 2>&1 =====> readFail035(normal) 1441 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail035.hs >readFail035.comp.stderr 2>&1 =====> readFail036(normal) 1442 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail036.hs >readFail036.comp.stderr 2>&1 =====> readFail037(normal) 1443 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail037.hs >readFail037.comp.stderr 2>&1 =====> readFail038(normal) 1444 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail038.hs >readFail038.comp.stderr 2>&1 =====> readFail039(normal) 1445 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail039.hs >readFail039.comp.stderr 2>&1 =====> readFail040(normal) 1446 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail040.hs >readFail040.comp.stderr 2>&1 =====> readFail041(normal) 1447 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail041.hs >readFail041.comp.stderr 2>&1 =====> readFail042(normal) 1448 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail042.hs >readFail042.comp.stderr 2>&1 =====> readFail043(normal) 1449 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail043.hs >readFail043.comp.stderr 2>&1 =====> readFail044(normal) 1450 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail044.hs >readFail044.comp.stderr 2>&1 =====> readFail045(normal) 1451 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail045.hs >readFail045.comp.stderr 2>&1 =====> readFail046(normal) 1452 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c readFail046.hs >readFail046.comp.stderr 2>&1 =====> T3095(normal) 1453 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3095.hs >T3095.comp.stderr 2>&1 =====> T3153(normal) 1454 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3153.hs >T3153.comp.stderr 2>&1 =====> T3751(normal) 1455 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3751.hs >T3751.comp.stderr 2>&1 =====> position001(normal) 1456 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c position001.hs >position001.comp.stderr 2>&1 =====> position002(normal) 1457 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c position002.hs >position002.comp.stderr 2>&1 =====> T1344a(normal) 1458 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1344a.hs >T1344a.comp.stderr 2>&1 =====> T1344b(normal) 1459 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1344b.hs >T1344b.comp.stderr 2>&1 =====> T1344c(normal) 1460 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1344c.hs >T1344c.comp.stderr 2>&1 =====> T3811(normal) 1461 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811.hs >T3811.comp.stderr 2>&1 =====> T3811b(normal) 1462 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811b.hs >T3811b.comp.stderr 2>&1 =====> T3811c(normal) 1463 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811c.hs >T3811c.comp.stderr 2>&1 =====> T3811d(normal) 1464 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811d.hs >T3811d.comp.stderr 2>&1 =====> T3811e(normal) 1465 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811e.hs >T3811e.comp.stderr 2>&1 =====> T3811f(normal) 1466 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811f.hs >T3811f.comp.stderr 2>&1 =====> T3811g(normal) 1467 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3811g.hs >T3811g.comp.stderr 2>&1 =====> NoDoAndIfThenElse(normal) 1468 of 2630 [0, 1, 0] cd ./parser/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c NoDoAndIfThenElse.hs >NoDoAndIfThenElse.comp.stderr 2>&1 =====> utf8_002(normal) 1469 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_002.hs >utf8_002.comp.stderr 2>&1 =====> utf8_003(normal) 1470 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_003.hs >utf8_003.comp.stderr 2>&1 =====> utf8_004(normal) 1471 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_004.hs >utf8_004.comp.stderr 2>&1 =====> utf8_005(normal) 1472 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_005.hs >utf8_005.comp.stderr 2>&1 =====> utf8_010(normal) 1473 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_010.hs >utf8_010.comp.stderr 2>&1 =====> utf8_011(normal) 1474 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_011.hs >utf8_011.comp.stderr 2>&1 =====> utf8_020(normal) 1475 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_020.hs >utf8_020.comp.stderr 2>&1 =====> utf8_021(normal) 1476 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_021.hs >utf8_021.comp.stderr 2>&1 =====> utf8_022(normal) 1477 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c utf8_022.hs >utf8_022.comp.stderr 2>&1 =====> utf8_024(normal) 1478 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o utf8_024 utf8_024.hs >utf8_024.comp.stderr 2>&1 cd ./parser/unicode && ./utf8_024 utf8_024.run.stdout 2>utf8_024.run.stderr =====> 1744(normal) 1479 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1744 1744.hs >1744.comp.stderr 2>&1 cd ./parser/unicode && ./1744 1744.run.stdout 2>1744.run.stderr =====> 1103(normal) 1480 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 1103.hs >1103.comp.stderr 2>&1 =====> 2302(normal) 1481 of 2630 [0, 1, 0] cd ./parser/unicode && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 2302.hs >2302.comp.stderr 2>&1 =====> Cpr001(optc) 1482 of 2630 [0, 1, 0] cd ./cpranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o Cpr001 Cpr001 -O -fno-warn-deprecated-flags -fvia-C -v0 >Cpr001.comp.stderr 2>&1 =====> cc001(normal) 1483 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc001.hs -XForeignFunctionInterface -optc-Wno-implicit >cc001.comp.stderr 2>&1 =====> cc004(normal) 1484 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc004.hs -XForeignFunctionInterface -optc-Wno-implicit >cc004.comp.stderr 2>&1 Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./ffi/should_compile/cc004.comp.stderr.normalised 2011-02-10 08:45:25.846302591 +0000 @@ -0,0 +1,69 @@ + +cc004.hs:16:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static p" m_stdcall + :: StablePtr a -> IO (StablePtr b) + +cc004.hs:21:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static my_sin" my_sin + :: Double -> IO Double + +cc004.hs:22:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static my_cos" my_cos + :: Double -> IO Double + +cc004.hs:24:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static m1" m8 :: IO Int8 + +cc004.hs:25:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static m2" m16 :: IO Int16 + +cc004.hs:26:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static m3" m32 :: IO Int32 + +cc004.hs:27:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "static m4" m64 :: IO Int64 + +cc004.hs:29:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "dynamic" d8 :: Ptr a -> IO Int8 + +cc004.hs:30:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "dynamic" d16 :: Ptr a -> IO Int16 + +cc004.hs:31:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "dynamic" d32 :: Ptr a -> IO Int32 + +cc004.hs:32:1: + Warning: the 'stdcall' calling convention is unsupported on this platform, + treating as ccall + When checking declaration: + foreign import stdcall safe "dynamic" d64 :: Ptr a -> IO Int64 =====> cc005(normal) 1485 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc005.hs -XForeignFunctionInterface -optc-Wno-implicit >cc005.comp.stderr 2>&1 =====> cc007(normal) 1486 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc007.hs -XForeignFunctionInterface -optc-Wno-implicit >cc007.comp.stderr 2>&1 =====> cc008(normal) 1487 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc008.hs -XForeignFunctionInterface -optc-Wno-implicit >cc008.comp.stderr 2>&1 =====> cc009(normal) 1488 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc009.hs -XForeignFunctionInterface -optc-Wno-implicit >cc009.comp.stderr 2>&1 =====> cc010(normal) 1489 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc010.hs -XForeignFunctionInterface -optc-Wno-implicit >cc010.comp.stderr 2>&1 =====> cc011(normal) 1490 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc011.hs -XForeignFunctionInterface -optc-Wno-implicit >cc011.comp.stderr 2>&1 =====> cc012(normal) 1491 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc012.hs -XForeignFunctionInterface -optc-Wno-implicit >cc012.comp.stderr 2>&1 =====> cc013(normal) 1492 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc013.hs -XForeignFunctionInterface -optc-Wno-implicit >cc013.comp.stderr 2>&1 =====> cc014(normal) 1493 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cc014.hs -XForeignFunctionInterface -optc-Wno-implicit >cc014.comp.stderr 2>&1 =====> ffi-deriv1(normal) 1494 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ffi-deriv1.hs -XForeignFunctionInterface -optc-Wno-implicit >ffi-deriv1.comp.stderr 2>&1 =====> 1357(normal) 1495 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 1357.hs -XForeignFunctionInterface -optc-Wno-implicit >1357.comp.stderr 2>&1 =====> 3624(normal) 1496 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 3624.hs -XForeignFunctionInterface -optc-Wno-implicit >3624.comp.stderr 2>&1 =====> 3742(normal) 1497 of 2630 [0, 1, 0] cd ./ffi/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 3742.hs -XForeignFunctionInterface -optc-Wno-implicit >3742.comp.stderr 2>&1 =====> fed001(normal) 1498 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o fed001 fed001.hs >fed001.comp.stderr 2>&1 cd ./ffi/should_run && ./fed001 fed001.run.stdout 2>fed001.run.stderr =====> ffi001(normal) 1499 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi001 ffi001.hs >ffi001.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi001 ffi001.run.stdout 2>ffi001.run.stderr =====> ffi002(normal) 1500 of 2630 [0, 1, 0] cd ./ffi/should_run && $MAKE ffi002_setup && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi002 ffi002.hs ffi002_c.c -no-hs-main >ffi002.comp.stderr 2>&1 make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/ffi/should_run' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -c ffi002.hs make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/ffi/should_run' cd ./ffi/should_run && ./ffi002 ffi002.run.stdout 2>ffi002.run.stderr =====> ffi003(normal) 1501 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi003 ffi003.hs >ffi003.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi003 ffi003.run.stdout 2>ffi003.run.stderr =====> ffi005(normal) 1503 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi005 ffi005.hs >ffi005.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi005 ffi005.run.stdout 2>ffi005.run.stderr =====> ffi006(normal) 1504 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi006 ffi006.hs >ffi006.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi006 ffi006.run.stdout 2>ffi006.run.stderr =====> ffi007(normal) 1505 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi007 ffi007.hs >ffi007.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi007 ffi007.run.stdout 2>ffi007.run.stderr =====> ffi008(normal) 1506 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi008 ffi008.hs >ffi008.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi008 ffi008.run.stdout 2>ffi008.run.stderr =====> ffi010(normal) 1508 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi010 ffi010.hs >ffi010.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi010 ffi010.run.stdout 2>ffi010.run.stderr =====> ffi011(normal) 1509 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi011 ffi011.hs >ffi011.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi011 ffi011.run.stdout 2>ffi011.run.stderr =====> ffi013(normal) 1511 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi013 ffi013.hs >ffi013.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi013 ffi013.run.stdout 2>ffi013.run.stderr =====> ffi014(threaded1) 1512 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi014 ffi014.hs -threaded -debug ffi014_cbits.c >ffi014.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi014 ffi014.run.stdout 2>ffi014.run.stderr =====> ffi015(normal) 1513 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi015 ffi015.hs ffi015_cbits.c >ffi015.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi015 ffi015.run.stdout 2>ffi015.run.stderr =====> ffi016(normal) 1514 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi016 ffi016.hs >ffi016.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi016 ffi016.run.stdout 2>ffi016.run.stderr =====> ffi017(normal) 1515 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi017 ffi017.hs >ffi017.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi017 ffi017.run.stdout 2>ffi017.run.stderr =====> ffi018(normal) 1516 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi018 ffi018.hs ffi018_c.c >ffi018.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi018 ffi018.run.stdout 2>ffi018.run.stderr =====> ffi018_ghci(ghci) 1517 of 2630 [0, 1, 0] cd ./ffi/should_run && $MAKE ffi018_ghci_setup && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ffi018_ghci.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS ffi018_ghci_c.o ffi018_ghci.interp.stdout 2>ffi018_ghci.interp.stderr make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/ffi/should_run' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -c ffi018_ghci_c.c make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/ffi/should_run' =====> ffi019(normal) 1518 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi019 ffi019.hs >ffi019.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi019 ffi019.run.stdout 2>ffi019.run.stderr =====> 1679(normal) 1519 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1679 1679.hs >1679.comp.stderr 2>&1 cd ./ffi/should_run && ./1679 1679.run.stdout 2>1679.run.stderr =====> 1288(normal) 1520 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1288 1288.hs 1288_c.c >1288.comp.stderr 2>&1 cd ./ffi/should_run && ./1288 1288.run.stdout 2>1288.run.stderr =====> 1288_ghci(ghci) 1521 of 2630 [0, 1, 0] cd ./ffi/should_run && $MAKE --no-print-directory 1288_ghci_setup && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts 1288_ghci.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS 1288_ghci_c.o <1288_ghci.genscript 1>1288_ghci.interp.stdout 2>1288_ghci.interp.stderr '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -c 1288_ghci_c.c 1288_ghci_c.c:4:1: warning: ‘stdcall’ attribute ignored [-Wattributes] =====> 2276(normal) 1522 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2276 2276.hs 2276_c.c >2276.comp.stderr 2>&1 cd ./ffi/should_run && ./2276 2276.run.stdout 2>2276.run.stderr =====> 2276_ghci(ghci) 1523 of 2630 [0, 1, 0] cd ./ffi/should_run && $MAKE --no-print-directory 2276_ghci_setup && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts 2276_ghci.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS -fobject-code 2276_ghci_c.o <2276_ghci.genscript 1>2276_ghci.interp.stdout 2>2276_ghci.interp.stderr '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -c 2276_ghci_c.c 2276_ghci_c.c:4:1: warning: ‘stdcall’ attribute ignored [-Wattributes] =====> 2469(normal) 1524 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2469 2469.hs -optc-std=gnu99 >2469.comp.stderr 2>&1 cd ./ffi/should_run && ./2469 2469.run.stdout 2>2469.run.stderr =====> 2594(normal) 1525 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2594 2594.hs 2594_c.c >2594.comp.stderr 2>&1 cd ./ffi/should_run && ./2594 2594.run.stdout 2>2594.run.stderr =====> fptr01(normal) 1526 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o fptr01 fptr01.hs fptr01_c.c >fptr01.comp.stderr 2>&1 cd ./ffi/should_run && ./fptr01 fptr01.run.stdout 2>fptr01.run.stderr =====> fptrfail01(normal) 1527 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o fptrfail01 fptrfail01.hs fptrfail01_c.c >fptrfail01.comp.stderr 2>&1 cd ./ffi/should_run && ./fptrfail01 fptrfail01.run.stdout 2>fptrfail01.run.stderr =====> 2917a(normal) 1528 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2917a 2917a.hs >2917a.comp.stderr 2>&1 cd ./ffi/should_run && ./2917a 2917a.run.stdout 2>2917a.run.stderr =====> ffi020(normal) 1529 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi020 ffi020.hs >ffi020.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi020 ffi020.run.stdout 2>ffi020.run.stderr =====> ffi021(normal) 1530 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi021 ffi021.hs >ffi021.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi021 ffi021.run.stdout 2>ffi021.run.stderr =====> 4038(normal) 1531 of 2630 [0, 1, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 4038 4038.hs >4038.comp.stderr 2>&1 cd ./ffi/should_run && ./4038 4038.run.stdout 2>4038.run.stderr /bin/sh: line 1: 31626 Segmentation fault ./4038 < /dev/null > 4038.run.stdout 2> 4038.run.stderr Wrong exit code (expected 0 , actual 139 ) Stdout: Stderr: *** unexpected failure for 4038(normal) =====> 4221(normal) 1532 of 2630 [0, 2, 0] cd ./ffi/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 4221 4221.hs 4221_c.c >4221.comp.stderr 2>&1 cd ./ffi/should_run && ./4221 4221.run.stdout 2>4221.run.stderr =====> ccfail001(normal) 1533 of 2630 [0, 2, 0] cd ./ffi/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ccfail001.hs >ccfail001.comp.stderr 2>&1 =====> ccfail002(normal) 1534 of 2630 [0, 2, 0] cd ./ffi/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ccfail002.hs >ccfail002.comp.stderr 2>&1 =====> ccfail003(normal) 1535 of 2630 [0, 2, 0] cd ./ffi/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ccfail003.hs >ccfail003.comp.stderr 2>&1 =====> T3066(normal) 1536 of 2630 [0, 2, 0] cd ./ffi/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3066.hs >T3066.comp.stderr 2>&1 =====> ghc-e001(normal) 1537 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s ghc-e001 ghc-e001.run.stdout 2>ghc-e001.run.stderr =====> ghc-e002(normal) 1538 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s ghc-e002 ghc-e002.run.stdout 2>ghc-e002.run.stderr =====> ghc-e003(normal) 1539 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s ghc-e003 ghc-e003.run.stdout 2>ghc-e003.run.stderr =====> ghc-e004(normal) 1540 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s ghc-e004 ghc-e004.run.stdout 2>ghc-e004.run.stderr =====> ghc-e005(normal) 1541 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s ghc-e005 ghc-e005.run.stdout 2>ghc-e005.run.stderr =====> 2228(normal) 1542 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s 2228 2228.run.stdout 2>2228.run.stderr =====> 2636(normal) 1543 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s 2636 2636.run.stdout 2>2636.run.stderr =====> 3890(normal) 1544 of 2630 [0, 2, 0] cd ./ghc-e/should_run && $MAKE --no-print-directory -s 3890 3890.run.stdout 2>3890.run.stderr =====> layout001(normal) 1545 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout001 layout001.run.stdout 2>layout001.run.stderr =====> layout002(normal) 1546 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout002 layout002.run.stdout 2>layout002.run.stderr =====> layout003(normal) 1547 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout003 layout003.run.stdout 2>layout003.run.stderr =====> layout004(normal) 1548 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout004 layout004.run.stdout 2>layout004.run.stderr =====> layout005(normal) 1549 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout005 layout005.run.stdout 2>layout005.run.stderr =====> layout006(normal) 1550 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout006 layout006.run.stdout 2>layout006.run.stderr =====> layout007(normal) 1551 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout007 layout007.run.stdout 2>layout007.run.stderr =====> layout008(normal) 1552 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout008 layout008.run.stdout 2>layout008.run.stderr =====> layout009(normal) 1553 of 2630 [0, 2, 0] cd ./layout && $MAKE -s --no-print-directory layout009 layout009.run.stdout 2>layout009.run.stderr =====> 3586(normal) 1554 of 2630 [0, 2, 0] cd ./perf/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3586 3586.hs -O >3586.comp.stderr 2>&1 cd ./perf/should_run && ./3586 +RTS -V0 -t3586.stats --machine-readable -RTS 3586.run.stdout 2>3586.run.stderr =====> T3245(normal) 1555 of 2630 [0, 2, 0] cd ./perf/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3245 T3245.hs -O >T3245.comp.stderr 2>&1 cd ./perf/should_run && ./T3245 T3245.run.stdout 2>T3245.run.stderr =====> lazy-bs-alloc(normal) 1556 of 2630 [0, 2, 0] cd ./perf/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o lazy-bs-alloc lazy-bs-alloc.hs -O >lazy-bs-alloc.comp.stderr 2>&1 cd ./perf/should_run && ./lazy-bs-alloc ../../numeric/should_run/arith011.stdout +RTS -V0 -tlazy-bs-alloc.stats --machine-readable -RTS lazy-bs-alloc.run.stdout 2>lazy-bs-alloc.run.stderr =====> T4321(normal) 1557 of 2630 [0, 2, 0] cd ./perf/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T4321 T4321.hs -O >T4321.comp.stderr 2>&1 cd ./perf/should_run && ./T4321 T4321.run.stdout 2>T4321.run.stderr =====> T3736(normal) 1558 of 2630 [0, 2, 0] cd ./perf/should_run && $MAKE -s --no-print-directory T3736 T3736.run.stdout 2>T3736.run.stderr =====> T3738(normal) 1559 of 2630 [0, 2, 0] cd ./perf/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3738 T3738.hs -O >T3738.comp.stderr 2>&1 cd ./perf/should_run && ./T3738 +RTS -V0 -tT3738.stats --machine-readable -RTS T3738.run.stdout 2>T3738.run.stderr =====> space_leak_001(normal) 1560 of 2630 [0, 2, 0] cd ./perf/space_leaks && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o space_leak_001 space_leak_001.hs >space_leak_001.comp.stderr 2>&1 cd ./perf/space_leaks && ./space_leak_001 +RTS -V0 -tspace_leak_001.stats --machine-readable -RTS space_leak_001.run.stdout 2>space_leak_001.run.stderr =====> T4334(normal) 1561 of 2630 [0, 2, 0] cd ./perf/space_leaks && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T4334 T4334.hs >T4334.comp.stderr 2>&1 cd ./perf/space_leaks && ./T4334 1000000 2 t +RTS -V0 -tT4334.stats --machine-readable -RTS T4334.run.stdout 2>T4334.run.stderr =====> T1969(normal) 1562 of 2630 [0, 2, 0] cd ./perf/compiler && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1969.hs +RTS -V0 -tT1969.comp.stats --machine-readable -RTS >T1969.comp.stderr 2>&1 =====> T3294(normal) 1563 of 2630 [0, 2, 0] cd ./perf/compiler && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3294.hs +RTS -V0 -tT3294.comp.stats --machine-readable -RTS >T3294.comp.stderr 2>&1 =====> T3064(normal) 1564 of 2630 [0, 2, 0] cd ./perf/compiler && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3064.hs +RTS -V0 -tT3064.comp.stats --machine-readable -RTS >T3064.comp.stderr 2>&1 =====> conc003(normal) 1568 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o conc003 conc003.hs >conc003.comp.stderr 2>&1 cd ./concurrent/should_run && ./conc003 conc003.run.stdout 2>conc003.run.stderr =====> conc006(normal) 1569 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o conc006 conc006.hs >conc006.comp.stderr 2>&1 cd ./concurrent/should_run && ./conc006 conc006.run.stdout 2>conc006.run.stderr =====> conc027(normal) 1570 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o conc027 conc027.hs >conc027.comp.stderr 2>&1 cd ./concurrent/should_run && ./conc027 conc027.run.stdout 2>conc027.run.stderr =====> conc051(normal) 1571 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o conc051 conc051.hs >conc051.comp.stderr 2>&1 cd ./concurrent/should_run && ./conc051 conc051.run.stdout 2>conc051.run.stderr =====> conc069(ghci) 1572 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts conc069.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS conc069.interp.stdout 2>conc069.interp.stderr =====> conc069a(ghci) 1573 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts conc069a.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS conc069a.interp.stdout 2>conc069a.interp.stderr =====> conc070(ghci) 1574 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts conc070.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS conc070.interp.stdout 2>conc070.interp.stderr =====> 1980(normal) 1575 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1980 1980.hs >1980.comp.stderr 2>&1 cd ./concurrent/should_run && ./1980 1980.run.stdout 2>1980.run.stderr =====> 2910(normal) 1576 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2910 2910.hs >2910.comp.stderr 2>&1 cd ./concurrent/should_run && ./2910 2910.run.stdout 2>2910.run.stderr =====> 2910a(normal) 1577 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2910a 2910a.hs >2910a.comp.stderr 2>&1 cd ./concurrent/should_run && ./2910a 2910a.run.stdout 2>2910a.run.stderr =====> 3279(normal) 1578 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3279 3279.hs >3279.comp.stderr 2>&1 cd ./concurrent/should_run && ./3279 3279.run.stdout 2>3279.run.stderr =====> 3429(normal) 1579 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3429 3429.hs >3429.comp.stderr 2>&1 cd ./concurrent/should_run && ./3429 +RTS -i0.001 -RTS 3429.run.stdout 2>3429.run.stderr =====> 4030(normal) 1580 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 4030 4030.hs -O >4030.comp.stderr 2>&1 cd ./concurrent/should_run && ./4030 4030.run.stdout 2>4030.run.stderr =====> throwto001(normal) 1581 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o throwto001 throwto001.hs >throwto001.comp.stderr 2>&1 cd ./concurrent/should_run && ./throwto001 1000 2000 throwto001.run.stdout 2>throwto001.run.stderr =====> throwto002(normal) 1582 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o throwto002 throwto002.hs >throwto002.comp.stderr 2>&1 cd ./concurrent/should_run && ./throwto002 throwto002.run.stdout 2>throwto002.run.stderr =====> throwto003(normal) 1583 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o throwto003 throwto003.hs >throwto003.comp.stderr 2>&1 cd ./concurrent/should_run && ./throwto003 throwto003.run.stdout 2>throwto003.run.stderr =====> mask001(normal) 1584 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mask001 mask001.hs >mask001.comp.stderr 2>&1 cd ./concurrent/should_run && ./mask001 mask001.run.stdout 2>mask001.run.stderr =====> mask002(normal) 1585 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mask002 mask002.hs >mask002.comp.stderr 2>&1 cd ./concurrent/should_run && ./mask002 mask002.run.stdout 2>mask002.run.stderr =====> async001(normal) 1586 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o async001 async001.hs >async001.comp.stderr 2>&1 cd ./concurrent/should_run && ./async001 async001.run.stdout 2>async001.run.stderr =====> numsparks001(threaded1) 1587 of 2630 [0, 2, 0] cd ./concurrent/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numsparks001 numsparks001.hs -threaded -debug >numsparks001.comp.stderr 2>&1 cd ./concurrent/should_run && ./numsparks001 numsparks001.run.stdout 2>numsparks001.run.stderr =====> T3807(normal) 1638 of 2630 [0, 2, 0] cd ./dynlibs && $MAKE --no-print-directory -s T3807 T3807.run.stdout 2>T3807.run.stderr =====> dph-words-fast(normal) 1642 of 2630 [0, 2, 0] cd ./dph/words && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-words-fast Main -O -fno-rewrite-rules -package dph-par -package dph-prim-par >dph-words-fast.comp.stderr 2>&1 Compile failed (status 256) errors were: : the dph-par package is not installed. To install it: "cabal install dph". =====> dph-primespj-fast(normal) 1644 of 2630 [0, 2, 0] cd ./dph/primespj && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-primespj-fast Main -O -fno-rewrite-rules -package dph-par -package dph-prim-par >dph-primespj-fast.comp.stderr 2>&1 Compile failed (status 256) errors were: : the dph-par package is not installed. To install it: "cabal install dph". =====> dph-diophantine-fast(normal) 1646 of 2630 [0, 2, 0] cd ./dph/diophantine && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-diophantine-fast Main -O -fno-rewrite-rules -package dph-par -package dph-prim-par >dph-diophantine-fast.comp.stderr 2>&1 Compile failed (status 256) errors were: : the dph-par package is not installed. To install it: "cabal install dph". =====> dph-quickhull-fast(normal) 1648 of 2630 [0, 2, 0] cd ./dph/quickhull && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-quickhull-fast Main -O -fno-rewrite-rules -package dph-par -package dph-prim-par >dph-quickhull-fast.comp.stderr 2>&1 Compile failed (status 256) errors were: : the dph-par package is not installed. To install it: "cabal install dph". =====> dph-sumnats(normal) 1649 of 2630 [0, 2, 0] cd ./dph/sumnats && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-sumnats Main -Odph -funbox-strict-fields -fcpr-off -package dph-par -package dph-prim-par >dph-sumnats.comp.stderr 2>&1 Compile failed (status 256) errors were: : the dph-par package is not installed. To install it: "cabal install dph". =====> dph-dotp-fast(normal) 1651 of 2630 [0, 2, 0] cd ./dph/dotp && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o dph-dotp-fast Main -O -fno-rewrite-rules -package dph-par -package dph-prim-par >dph-dotp-fast.comp.stderr 2>&1 Compile failed (status 256) errors were: : the dph-par package is not installed. To install it: "cabal install dph". =====> arith001(normal) 1652 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith001 arith001.hs >arith001.comp.stderr 2>&1 cd ./numeric/should_run && ./arith001 arith001.run.stdout 2>arith001.run.stderr =====> arith002(normal) 1653 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith002 arith002.hs >arith002.comp.stderr 2>&1 cd ./numeric/should_run && ./arith002 arith002.run.stdout 2>arith002.run.stderr =====> arith003(normal) 1654 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith003 arith003.hs >arith003.comp.stderr 2>&1 cd ./numeric/should_run && ./arith003 arith003.run.stdout 2>arith003.run.stderr =====> arith004(normal) 1655 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith004 arith004.hs >arith004.comp.stderr 2>&1 cd ./numeric/should_run && ./arith004 arith004.run.stdout 2>arith004.run.stderr =====> arith005(normal) 1656 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith005 arith005.hs >arith005.comp.stderr 2>&1 cd ./numeric/should_run && ./arith005 arith005.run.stdout 2>arith005.run.stderr =====> arith006(normal) 1657 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith006 arith006.hs >arith006.comp.stderr 2>&1 cd ./numeric/should_run && ./arith006 arith006.run.stdout 2>arith006.run.stderr =====> arith007(normal) 1658 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith007 arith007.hs >arith007.comp.stderr 2>&1 cd ./numeric/should_run && ./arith007 arith007.run.stdout 2>arith007.run.stderr =====> arith008(normal) 1659 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith008 arith008.hs >arith008.comp.stderr 2>&1 cd ./numeric/should_run && ./arith008 arith008.run.stdout 2>arith008.run.stderr =====> arith009(normal) 1660 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith009 arith009.hs >arith009.comp.stderr 2>&1 cd ./numeric/should_run && ./arith009 arith009.run.stdout 2>arith009.run.stderr =====> arith010(normal) 1661 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith010 arith010.hs >arith010.comp.stderr 2>&1 cd ./numeric/should_run && ./arith010 arith010.run.stdout 2>arith010.run.stderr =====> arith011(normal) 1662 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith011 arith011.hs >arith011.comp.stderr 2>&1 cd ./numeric/should_run && ./arith011 arith011.run.stdout 2>arith011.run.stderr =====> arith012(normal) 1663 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith012 arith012.hs >arith012.comp.stderr 2>&1 cd ./numeric/should_run && ./arith012 arith012.run.stdout 2>arith012.run.stderr =====> arith013(normal) 1664 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith013 arith013.hs >arith013.comp.stderr 2>&1 cd ./numeric/should_run && ./arith013 arith013.run.stdout 2>arith013.run.stderr =====> arith014(normal) 1665 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith014 arith014.hs >arith014.comp.stderr 2>&1 cd ./numeric/should_run && ./arith014 arith014.run.stdout 2>arith014.run.stderr =====> arith015(normal) 1666 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith015 arith015.hs >arith015.comp.stderr 2>&1 cd ./numeric/should_run && ./arith015 arith015.run.stdout 2>arith015.run.stderr =====> numrun009(normal) 1667 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numrun009 numrun009.hs >numrun009.comp.stderr 2>&1 cd ./numeric/should_run && ./numrun009 numrun009.run.stdout 2>numrun009.run.stderr =====> numrun010(normal) 1668 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numrun010 numrun010.hs >numrun010.comp.stderr 2>&1 cd ./numeric/should_run && ./numrun010 numrun010.run.stdout 2>numrun010.run.stderr =====> numrun011(normal) 1669 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numrun011 numrun011.hs >numrun011.comp.stderr 2>&1 cd ./numeric/should_run && ./numrun011 numrun011.run.stdout 2>numrun011.run.stderr =====> numrun012(normal) 1670 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numrun012 numrun012.hs >numrun012.comp.stderr 2>&1 cd ./numeric/should_run && ./numrun012 numrun012.run.stdout 2>numrun012.run.stderr =====> numrun013(normal) 1671 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numrun013 numrun013.hs >numrun013.comp.stderr 2>&1 cd ./numeric/should_run && ./numrun013 numrun013.run.stdout 2>numrun013.run.stderr =====> numrun014(normal) 1672 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o numrun014 numrun014.hs >numrun014.comp.stderr 2>&1 cd ./numeric/should_run && ./numrun014 numrun014.run.stdout 2>numrun014.run.stderr =====> arith016(normal) 1673 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith016 arith016.hs >arith016.comp.stderr 2>&1 cd ./numeric/should_run && ./arith016 arith016.run.stdout 2>arith016.run.stderr =====> arith017(normal) 1674 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith017 arith017.hs >arith017.comp.stderr 2>&1 cd ./numeric/should_run && ./arith017 arith017.run.stdout 2>arith017.run.stderr =====> arith018(normal) 1675 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith018 arith018.hs >arith018.comp.stderr 2>&1 cd ./numeric/should_run && ./arith018 arith018.run.stdout 2>arith018.run.stderr =====> arith019(normal) 1676 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arith019 arith019.hs >arith019.comp.stderr 2>&1 cd ./numeric/should_run && ./arith019 arith019.run.stdout 2>arith019.run.stderr =====> expfloat(normal) 1677 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o expfloat expfloat.hs >expfloat.comp.stderr 2>&1 cd ./numeric/should_run && ./expfloat expfloat.run.stdout 2>expfloat.run.stderr =====> 3676(normal) 1679 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3676 3676.hs >3676.comp.stderr 2>&1 cd ./numeric/should_run && ./3676 3676.run.stdout 2>3676.run.stderr Actual stdout output differs from expected: --- ./numeric/should_run/3676.stdout.normalised 2011-02-10 08:46:26.119673089 +0000 +++ ./numeric/should_run/3676.run.stdout.normalised 2011-02-10 08:46:26.119673089 +0000 @@ -1,48 +1,48 @@ -NaN -Infinity -Infinity --0.0 -NaN Infinity -Infinity --0.0 -0 % 0 -1 % 0 -(-1) % 0 -0 % (-1) -NaN -Infinity +0.0 -Infinity --0.0 -NaN Infinity -Infinity --0.0 -0 % 0 -1 % 0 -(-1) % 0 -0 % (-1) -NaN +0.0 +(-269653970229347386159395778618353710042696546841345985910145121736599013708251444699062715983611304031680170819807090036488184653221624933739271145959211186566651840137298227914453329401869141179179624428127508653257226023513694322210869665811240855745025766026879447359920868907719574457253034494436336205824) % 1 +179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216 % 1 +(-179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216) % 1 +0 % 1 +-5.104235503814077e38 +3.402823669209385e38 +-3.402823669209385e38 +0.0 +-Infinity Infinity -Infinity --0.0 -NaN +0.0 +(-510423550381407695195061911147652317184) % 1 +340282366920938463463374607431768211456 % 1 +(-340282366920938463463374607431768211456) % 1 +0 % 1 +-Infinity Infinity -Infinity --0.0 -0 % 0 -1 % 0 -(-1) % 0 -0 % (-1) -NaN +0.0 +-Infinity Infinity -Infinity --0.0 -NaN +0.0 +(-269653970229347386159395778618353710042696546841345985910145121736599013708251444699062715983611304031680170819807090036488184653221624933739271145959211186566651840137298227914453329401869141179179624428127508653257226023513694322210869665811240855745025766026879447359920868907719574457253034494436336205824) % 1 +179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216 % 1 +(-179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216) % 1 +0 % 1 +-5.104235503814077e38 +3.402823669209385e38 +-3.402823669209385e38 +0.0 +-Infinity Infinity -Infinity --0.0 -0 % 0 -1 % 0 -(-1) % 0 -0 % (-1) +0.0 +(-510423550381407695195061911147652317184) % 1 +340282366920938463463374607431768211456 % 1 +(-340282366920938463463374607431768211456) % 1 +0 % 1 =====> 4381(normal) 1680 of 2630 [0, 2, 0] cd ./numeric/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 4381 4381.hs >4381.comp.stderr 2>&1 cd ./numeric/should_run && ./4381 4381.run.stdout 2>4381.run.stderr =====> ann01(normal) 1681 of 2630 [0, 2, 0] cd ./annotations/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ann01.hs -v0 >ann01.comp.stderr 2>&1 =====> annfail01(normal) 1683 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail01.hs >annfail01.comp.stderr 2>&1 =====> annfail02(normal) 1684 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail02.hs >annfail02.comp.stderr 2>&1 =====> annfail03(normal) 1685 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail03.hs >annfail03.comp.stderr 2>&1 =====> annfail04(normal) 1686 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o annfail04 annfail04 -v0 >annfail04.comp.stderr 2>&1 =====> annfail05(normal) 1687 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o annfail05 annfail05 -v0 >annfail05.comp.stderr 2>&1 =====> annfail06(normal) 1688 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o annfail06 annfail06 -v0 >annfail06.comp.stderr 2>&1 =====> annfail07(normal) 1689 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail07.hs >annfail07.comp.stderr 2>&1 =====> annfail08(normal) 1690 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail08.hs >annfail08.comp.stderr 2>&1 =====> annfail09(normal) 1691 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail09.hs >annfail09.comp.stderr 2>&1 =====> annfail10(normal) 1692 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail10.hs >annfail10.comp.stderr 2>&1 =====> annfail11(normal) 1693 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail11.hs >annfail11.comp.stderr 2>&1 =====> annfail12(normal) 1694 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail12.hs -v0 >annfail12.comp.stderr 2>&1 =====> annfail13(normal) 1695 of 2630 [0, 2, 0] cd ./annotations/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c annfail13.hs >annfail13.comp.stderr 2>&1 =====> mdo001(normal) 1699 of 2630 [0, 2, 0] cd ./mdo/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdo001 mdo001.hs >mdo001.comp.stderr 2>&1 cd ./mdo/should_compile && ./mdo001 mdo001.run.stdout 2>mdo001.run.stderr =====> mdo002(normal) 1700 of 2630 [0, 2, 0] cd ./mdo/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdo002 mdo002.hs >mdo002.comp.stderr 2>&1 cd ./mdo/should_compile && ./mdo002 mdo002.run.stdout 2>mdo002.run.stderr =====> mdo003(normal) 1701 of 2630 [0, 2, 0] cd ./mdo/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdo003 mdo003.hs >mdo003.comp.stderr 2>&1 cd ./mdo/should_compile && ./mdo003 mdo003.run.stdout 2>mdo003.run.stderr =====> mdo004(normal) 1702 of 2630 [0, 2, 0] cd ./mdo/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdo004 mdo004.hs >mdo004.comp.stderr 2>&1 cd ./mdo/should_compile && ./mdo004 mdo004.run.stdout 2>mdo004.run.stderr =====> mdo005(normal) 1703 of 2630 [0, 2, 0] cd ./mdo/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdo005 mdo005.hs >mdo005.comp.stderr 2>&1 cd ./mdo/should_compile && ./mdo005 mdo005.run.stdout 2>mdo005.run.stderr =====> mdo006(normal) 1704 of 2630 [0, 2, 0] cd ./mdo/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mdo006.hs >mdo006.comp.stderr 2>&1 =====> mdorun001(normal) 1705 of 2630 [0, 2, 0] cd ./mdo/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdorun001 mdorun001.hs >mdorun001.comp.stderr 2>&1 cd ./mdo/should_run && ./mdorun001 mdorun001.run.stdout 2>mdorun001.run.stderr =====> mdorun002(normal) 1706 of 2630 [0, 2, 0] cd ./mdo/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdorun002 mdorun002.hs >mdorun002.comp.stderr 2>&1 cd ./mdo/should_run && ./mdorun002 mdorun002.run.stdout 2>mdorun002.run.stderr =====> mdorun003(normal) 1707 of 2630 [0, 2, 0] cd ./mdo/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o mdorun003 mdorun003.hs >mdorun003.comp.stderr 2>&1 cd ./mdo/should_run && ./mdorun003 mdorun003.run.stdout 2>mdorun003.run.stderr =====> mdofail001(normal) 1708 of 2630 [0, 2, 0] cd ./mdo/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mdofail001.hs >mdofail001.comp.stderr 2>&1 =====> mdofail002(normal) 1709 of 2630 [0, 2, 0] cd ./mdo/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mdofail002.hs >mdofail002.comp.stderr 2>&1 =====> mdofail003(normal) 1710 of 2630 [0, 2, 0] cd ./mdo/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mdofail003.hs >mdofail003.comp.stderr 2>&1 =====> mdofail004(normal) 1711 of 2630 [0, 2, 0] cd ./mdo/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mdofail004.hs >mdofail004.comp.stderr 2>&1 =====> mdofail005(normal) 1712 of 2630 [0, 2, 0] cd ./mdo/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mdofail005.hs >mdofail005.comp.stderr 2>&1 =====> 2014(normal) 1714 of 2630 [0, 2, 0] cd ./th/2014 && $MAKE -s --no-print-directory 2014 2014.run.stdout 2>2014.run.stderr =====> TH_import_loop(normal) 1715 of 2630 [0, 2, 0] cd ./th/TH_import_loop && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_import_loop Main -v0 >TH_import_loop.comp.stderr 2>&1 Compile failed (status 256) errors were: module main:ModuleA cannot be linked; it is only available as a boot module =====> TH_recompile(normal) 1716 of 2630 [0, 2, 0] cd ./th/TH_recompile && $MAKE -s TH_recompile TH_recompile.run.stdout 2>TH_recompile.run.stderr Actual stdout output differs from expected: --- ./th/TH_recompile/TH_recompile.stdout.normalised 2011-02-10 08:46:33.769672999 +0000 +++ ./th/TH_recompile/TH_recompile.run.stdout.normalised 2011-02-10 08:46:33.769672999 +0000 @@ -1,2 +1,6 @@ +make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/th/TH_recompile' +make[3]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/th/TH_recompile' +make[3]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/th/TH_recompile' 1 -2 +1 +make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/th/TH_recompile' =====> TH_spliceViewPat(normal) 1717 of 2630 [0, 2, 0] cd ./th/TH_spliceViewPat && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_spliceViewPat Main -XTemplateHaskell -package template-haskell >TH_spliceViewPat.comp.stderr 2>&1 cd ./th/TH_spliceViewPat && ./TH_spliceViewPat TH_spliceViewPat.run.stdout 2>TH_spliceViewPat.run.stderr =====> TH_mkName(normal) 1719 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_mkName.hs -v0 -XTemplateHaskell -package template-haskell >TH_mkName.comp.stderr 2>&1 =====> TH_1tuple(normal) 1720 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_1tuple.hs -v0 -XTemplateHaskell -package template-haskell >TH_1tuple.comp.stderr 2>&1 =====> TH_repE1(normal) 1721 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_repE1.hs -XTemplateHaskell -package template-haskell >TH_repE1.comp.stderr 2>&1 =====> TH_repE2(normal) 1722 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_repE2 TH_repE2.hs -XTemplateHaskell -package template-haskell >TH_repE2.comp.stderr 2>&1 cd ./th && ./TH_repE2 TH_repE2.run.stdout 2>TH_repE2.run.stderr =====> TH_repE3(normal) 1723 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_repE3.hs -XTemplateHaskell -package template-haskell >TH_repE3.comp.stderr 2>&1 =====> TH_repPrim(normal) 1724 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_repPrim.hs -v0 -XTemplateHaskell -package template-haskell >TH_repPrim.comp.stderr 2>&1 =====> TH_spliceGuard(normal) 1725 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceGuard.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceGuard.comp.stderr 2>&1 =====> TH_repPrimOutput(normal) 1726 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_repPrimOutput TH_repPrimOutput.hs -XTemplateHaskell -package template-haskell >TH_repPrimOutput.comp.stderr 2>&1 cd ./th && ./TH_repPrimOutput TH_repPrimOutput.run.stdout 2>TH_repPrimOutput.run.stderr =====> TH_repGuard(normal) 1727 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_repGuard.hs -v0 -XTemplateHaskell -package template-haskell >TH_repGuard.comp.stderr 2>&1 =====> TH_repGuardOutput(normal) 1728 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_repGuardOutput TH_repGuardOutput.hs -XTemplateHaskell -package template-haskell >TH_repGuardOutput.comp.stderr 2>&1 cd ./th && ./TH_repGuardOutput TH_repGuardOutput.run.stdout 2>TH_repGuardOutput.run.stderr =====> TH_repPatSig(normal) 1729 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_repPatSig.hs -XTemplateHaskell -package template-haskell >TH_repPatSig.comp.stderr 2>&1 =====> TH_spliceE5(normal) 1730 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_spliceE5 TH_spliceE5.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceE5.comp.stderr 2>&1 cd ./th && ./TH_spliceE5 TH_spliceE5.run.stdout 2>TH_spliceE5.run.stderr =====> TH_spliceE6(normal) 1731 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceE6.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceE6.comp.stderr 2>&1 =====> TH_NestedSplices(normal) 1732 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_NestedSplices TH_NestedSplices.hs -v0 -XTemplateHaskell -package template-haskell >TH_NestedSplices.comp.stderr 2>&1 =====> TH_spliceE5_prof(normal) 1733 of 2630 [0, 2, 0] cd ./th && $MAKE -s --no-print-directory TH_spliceE5_prof TH_spliceE5_prof.run.stdout 2>TH_spliceE5_prof.run.stderr =====> TH_spliceD1(normal) 1734 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_spliceD1 TH_spliceD1 -v0 -XTemplateHaskell -package template-haskell >TH_spliceD1.comp.stderr 2>&1 =====> TH_spliceD2(normal) 1735 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_spliceD2 TH_spliceD2 -v0 -XTemplateHaskell -package template-haskell >TH_spliceD2.comp.stderr 2>&1 =====> TH_reifyDecl1(normal) 1736 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_reifyDecl1.hs -v0 -XTemplateHaskell -package template-haskell >TH_reifyDecl1.comp.stderr 2>&1 =====> TH_reifyDecl2(normal) 1737 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_reifyDecl2.hs -v0 -XTemplateHaskell -package template-haskell >TH_reifyDecl2.comp.stderr 2>&1 =====> TH_reifyType1(normal) 1738 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_reifyType1.hs -XTemplateHaskell -package template-haskell >TH_reifyType1.comp.stderr 2>&1 =====> TH_reifyType2(normal) 1739 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_reifyType2.hs -XTemplateHaskell -package template-haskell >TH_reifyType2.comp.stderr 2>&1 =====> TH_reifyMkName(normal) 1740 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_reifyMkName.hs -v0 -XTemplateHaskell -package template-haskell >TH_reifyMkName.comp.stderr 2>&1 =====> TH_spliceDecl1(normal) 1741 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceDecl1.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceDecl1.comp.stderr 2>&1 =====> TH_spliceDecl2(normal) 1742 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceDecl2.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceDecl2.comp.stderr 2>&1 =====> TH_spliceDecl3(normal) 1743 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_spliceDecl3 TH_spliceDecl3 -v0 -XTemplateHaskell -package template-haskell >TH_spliceDecl3.comp.stderr 2>&1 =====> TH_spliceDecl4(normal) 1744 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_spliceDecl4 TH_spliceDecl4 -v0 -XTemplateHaskell -package template-haskell >TH_spliceDecl4.comp.stderr 2>&1 =====> T2597a(normal) 1745 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T2597a T2597a -v0 -XTemplateHaskell -package template-haskell >T2597a.comp.stderr 2>&1 =====> T2597b(normal) 1746 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T2597b T2597b -v0 -XTemplateHaskell -package template-haskell >T2597b.comp.stderr 2>&1 =====> TH_spliceE1(normal) 1747 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_spliceE1 TH_spliceE1.hs -XTemplateHaskell -package template-haskell >TH_spliceE1.comp.stderr 2>&1 cd ./th && ./TH_spliceE1 TH_spliceE1.run.stdout 2>TH_spliceE1.run.stderr =====> TH_spliceExpr1(normal) 1748 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceExpr1.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceExpr1.comp.stderr 2>&1 =====> TH_spliceE3(normal) 1749 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceE3.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceE3.comp.stderr 2>&1 =====> TH_spliceE4(normal) 1750 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_spliceE4 TH_spliceE4.hs -XTemplateHaskell -package template-haskell >TH_spliceE4.comp.stderr 2>&1 cd ./th && ./TH_spliceE4 TH_spliceE4.run.stdout 2>TH_spliceE4.run.stderr =====> TH_bracket1(normal) 1751 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_bracket1.hs -XTemplateHaskell -package template-haskell >TH_bracket1.comp.stderr 2>&1 =====> TH_bracket2(normal) 1752 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_bracket2.hs -XTemplateHaskell -package template-haskell >TH_bracket2.comp.stderr 2>&1 =====> TH_bracket3(normal) 1753 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_bracket3.hs -XTemplateHaskell -package template-haskell >TH_bracket3.comp.stderr 2>&1 =====> TH_class1(normal) 1754 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_class1.hs -v0 -XTemplateHaskell -package template-haskell >TH_class1.comp.stderr 2>&1 =====> TH_tuple1(normal) 1755 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_tuple1.hs -v0 -XTemplateHaskell -package template-haskell >TH_tuple1.comp.stderr 2>&1 =====> TH_genEx(normal) 1756 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o TH_genEx TH_genEx -v0 -XTemplateHaskell -package template-haskell >TH_genEx.comp.stderr 2>&1 =====> TH_where(normal) 1757 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_where TH_where.hs -XTemplateHaskell -package template-haskell >TH_where.comp.stderr 2>&1 cd ./th && ./TH_where TH_where.run.stdout 2>TH_where.run.stderr =====> TH_spliceInst(normal) 1758 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_spliceInst.hs -v0 -XTemplateHaskell -package template-haskell >TH_spliceInst.comp.stderr 2>&1 =====> TH_exn1(normal) 1759 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_exn1.hs -v0 -XTemplateHaskell -package template-haskell >TH_exn1.comp.stderr 2>&1 =====> TH_dupdecl(normal) 1760 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_dupdecl.hs -v0 -XTemplateHaskell -package template-haskell >TH_dupdecl.comp.stderr 2>&1 =====> TH_exn2(normal) 1761 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_exn2.hs -v0 -XTemplateHaskell -package template-haskell >TH_exn2.comp.stderr 2>&1 =====> TH_recover(normal) 1762 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_recover TH_recover.hs -XTemplateHaskell -package template-haskell >TH_recover.comp.stderr 2>&1 cd ./th && ./TH_recover TH_recover.run.stdout 2>TH_recover.run.stderr =====> TH_dataD1(normal) 1763 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_dataD1.hs -v0 -XTemplateHaskell -package template-haskell >TH_dataD1.comp.stderr 2>&1 =====> TH_ppr1(normal) 1764 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_ppr1 TH_ppr1.hs -XTemplateHaskell -package template-haskell >TH_ppr1.comp.stderr 2>&1 cd ./th && ./TH_ppr1 TH_ppr1.run.stdout 2>TH_ppr1.run.stderr =====> TH_fail(normal) 1765 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_fail.hs -v0 -XTemplateHaskell -package template-haskell >TH_fail.comp.stderr 2>&1 =====> TH_scopedTvs(normal) 1766 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_scopedTvs.hs -v0 -XTemplateHaskell -package template-haskell >TH_scopedTvs.comp.stderr 2>&1 =====> TH_runIO(normal) 1767 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_runIO.hs -v0 -XTemplateHaskell -package template-haskell >TH_runIO.comp.stderr 2>&1 =====> TH_ghci1(ghci) 1768 of 2630 [0, 2, 0] cd ./th && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -XTemplateHaskell -package template-haskell' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -XTemplateHaskell -package template-haskell TH_ghci1.run.stdout 2>TH_ghci1.run.stderr =====> TH_scope(normal) 1769 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_scope.hs -XTemplateHaskell -package template-haskell >TH_scope.comp.stderr 2>&1 =====> T2632(normal) 1770 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2632.hs -XTemplateHaskell -package template-haskell >T2632.comp.stderr 2>&1 =====> T2700(normal) 1771 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2700.hs -v0 -XTemplateHaskell -package template-haskell >T2700.comp.stderr 2>&1 =====> T2817(normal) 1772 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2817.hs -v0 -XTemplateHaskell -package template-haskell >T2817.comp.stderr 2>&1 =====> T2713(normal) 1773 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2713.hs -v0 -XTemplateHaskell -package template-haskell >T2713.comp.stderr 2>&1 =====> T2674(normal) 1774 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2674.hs -v0 -XTemplateHaskell -package template-haskell >T2674.comp.stderr 2>&1 =====> T2931(normal) 1775 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2931.hs -v0 -XTemplateHaskell -package template-haskell >T2931.comp.stderr 2>&1 =====> TH_emptycase(normal) 1776 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_emptycase.hs -v0 -XTemplateHaskell -package template-haskell >TH_emptycase.comp.stderr 2>&1 =====> T2386(normal) 1777 of 2630 [0, 2, 0] cd ./th && $MAKE -s --no-print-directory T2386 T2386.run.stdout 2>T2386.run.stderr =====> T2685(normal) 1778 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T2685 T2685 -v0 -XTemplateHaskell -package template-haskell >T2685.comp.stderr 2>&1 =====> TH_sections(normal) 1779 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_sections.hs -v0 -XTemplateHaskell -package template-haskell >TH_sections.comp.stderr 2>&1 =====> TH_tf1(normal) 1780 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_tf1.hs -v0 -XTemplateHaskell -package template-haskell >TH_tf1.comp.stderr 2>&1 =====> TH_tf2(normal) 1781 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_tf2.hs -v0 -XTemplateHaskell -package template-haskell >TH_tf2.comp.stderr 2>&1 =====> TH_tf3(normal) 1782 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_tf3.hs -v0 -XTemplateHaskell -package template-haskell >TH_tf3.comp.stderr 2>&1 =====> TH_pragma(normal) 1783 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c TH_pragma.hs -v0 -dsuppress-uniques -XTemplateHaskell -package template-haskell >TH_pragma.comp.stderr 2>&1 =====> T3177(normal) 1784 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3177.hs -v0 -XTemplateHaskell -package template-haskell >T3177.comp.stderr 2>&1 =====> T3177a(normal) 1785 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3177a.hs -v0 -XTemplateHaskell -package template-haskell >T3177a.comp.stderr 2>&1 =====> T3319(normal) 1786 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3319.hs -ddump-splices -v0 -XTemplateHaskell -package template-haskell >T3319.comp.stderr 2>&1 =====> T3395(normal) 1787 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3395.hs -v0 -XTemplateHaskell -package template-haskell >T3395.comp.stderr 2>&1 =====> T3467(normal) 1788 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3467.hs -XTemplateHaskell -package template-haskell >T3467.comp.stderr 2>&1 =====> T3572(normal) 1789 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3572 T3572.hs -XTemplateHaskell -package template-haskell >T3572.comp.stderr 2>&1 cd ./th && ./T3572 T3572.run.stdout 2>T3572.run.stderr =====> T3100(normal) 1790 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3100.hs -v0 -XTemplateHaskell -package template-haskell >T3100.comp.stderr 2>&1 =====> T3920(normal) 1791 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3920 T3920.hs -v0 -XTemplateHaskell -package template-haskell >T3920.comp.stderr 2>&1 cd ./th && ./T3920 T3920.run.stdout 2>T3920.run.stderr =====> T3600(normal) 1792 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T3600 T3600 -v0 -XTemplateHaskell -package template-haskell >T3600.comp.stderr 2>&1 =====> T3845(normal) 1793 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3845.hs -v0 -XTemplateHaskell -package template-haskell >T3845.comp.stderr 2>&1 =====> T3899(normal) 1794 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T3899 T3899 -v0 -ddump-splices -dsuppress-uniques -XTemplateHaskell -package template-haskell >T3899.comp.stderr 2>&1 =====> T4056(normal) 1795 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4056.hs -v0 -XTemplateHaskell -package template-haskell >T4056.comp.stderr 2>&1 =====> T4188(normal) 1796 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4188.hs -v0 -XTemplateHaskell -package template-haskell >T4188.comp.stderr 2>&1 =====> T4233(normal) 1797 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4233.hs -v0 -XTemplateHaskell -package template-haskell >T4233.comp.stderr 2>&1 =====> T4169(normal) 1798 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4169.hs -v0 -XTemplateHaskell -package template-haskell >T4169.comp.stderr 2>&1 =====> T1835(normal) 1799 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T1835 T1835.hs -v0 -XTemplateHaskell -package template-haskell >T1835.comp.stderr 2>&1 cd ./th && ./T1835 T1835.run.stdout 2>T1835.run.stderr =====> TH_viewPatPrint(normal) 1800 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o TH_viewPatPrint TH_viewPatPrint.hs -XTemplateHaskell -package template-haskell >TH_viewPatPrint.comp.stderr 2>&1 cd ./th && ./TH_viewPatPrint TH_viewPatPrint.run.stdout 2>TH_viewPatPrint.run.stderr =====> T4436(normal) 1801 of 2630 [0, 2, 0] cd ./th && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4436.hs -v0 -ddump-splices -XTemplateHaskell -package template-haskell >T4436.comp.stderr 2>&1 Actual stderr output differs from expected: --- ./th/T4436.stderr.normalised 2011-02-10 08:47:00.444459388 +0000 +++ ./th/T4436.comp.stderr.normalised 2011-02-10 08:47:00.444459388 +0000 @@ -1,11 +1,4 @@ T4436.hs:5:7-56: Splicing expression - return - (LitE - (StringL - "hello\ - \goodbye\ - \and then")) + return (LitE (StringL "hello\ngoodbye\nand then")) ======> - "hello\ - \goodbye\ - \and then" + "hello\ngoodbye\nand then" =====> drv001(normal) 1802 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv001.hs >drv001.comp.stderr 2>&1 =====> drv002(normal) 1803 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv002.hs >drv002.comp.stderr 2>&1 =====> drv003(normal) 1804 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv003.hs >drv003.comp.stderr 2>&1 =====> drv004(normal) 1805 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv004.hs >drv004.comp.stderr 2>&1 =====> drv005(normal) 1806 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv005.hs >drv005.comp.stderr 2>&1 =====> drv006(normal) 1807 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv006.hs >drv006.comp.stderr 2>&1 =====> drv007(normal) 1808 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv007.hs >drv007.comp.stderr 2>&1 =====> drv008(normal) 1809 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv008.hs >drv008.comp.stderr 2>&1 =====> drv009(normal) 1810 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv009.hs >drv009.comp.stderr 2>&1 =====> drv010(normal) 1811 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv010.hs >drv010.comp.stderr 2>&1 =====> drv011(normal) 1812 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv011.hs >drv011.comp.stderr 2>&1 =====> drv012(normal) 1813 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv012.hs >drv012.comp.stderr 2>&1 =====> drv013(normal) 1814 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv013.hs >drv013.comp.stderr 2>&1 =====> drv014(normal) 1815 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv014.hs >drv014.comp.stderr 2>&1 =====> drv015(normal) 1816 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv015.hs >drv015.comp.stderr 2>&1 =====> drv020(normal) 1817 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv020.hs >drv020.comp.stderr 2>&1 =====> drv021(normal) 1818 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv021.hs >drv021.comp.stderr 2>&1 =====> deriving-1935(normal) 1819 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c deriving-1935.hs >deriving-1935.comp.stderr 2>&1 =====> T2378(normal) 1820 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2378.hs >T2378.comp.stderr 2>&1 =====> T2856(normal) 1821 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2856.hs >T2856.comp.stderr 2>&1 =====> T3057(normal) 1822 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3057.hs >T3057.comp.stderr 2>&1 =====> T3012(normal) 1823 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3012.hs >T3012.comp.stderr 2>&1 =====> T3965(normal) 1824 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3965.hs >T3965.comp.stderr 2>&1 =====> T4220(normal) 1825 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4220.hs >T4220.comp.stderr 2>&1 =====> T4302(normal) 1826 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4302.hs >T4302.comp.stderr 2>&1 =====> T4325(normal) 1827 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4325.hs >T4325.comp.stderr 2>&1 =====> drv-functor1(normal) 1828 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv-functor1.hs >drv-functor1.comp.stderr 2>&1 =====> drv-functor2(normal) 1829 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv-functor2.hs >drv-functor2.comp.stderr 2>&1 =====> drv-foldable-traversable1(normal) 1830 of 2630 [0, 2, 0] cd ./deriving/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drv-foldable-traversable1.hs >drv-foldable-traversable1.comp.stderr 2>&1 =====> drvrun006(normal) 1836 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun006 drvrun006.hs >drvrun006.comp.stderr 2>&1 cd ./deriving/should_run && ./drvrun006 drvrun006.run.stdout 2>drvrun006.run.stderr =====> drvrun019(normal) 1849 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun019 drvrun019.hs >drvrun019.comp.stderr 2>&1 cd ./deriving/should_run && ./drvrun019 drvrun019.run.stdout 2>drvrun019.run.stderr =====> drvrun020(normal) 1850 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun020 drvrun020.hs >drvrun020.comp.stderr 2>&1 cd ./deriving/should_run && ./drvrun020 drvrun020.run.stdout 2>drvrun020.run.stderr =====> drvrun021(normal) 1851 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun021 drvrun021.hs >drvrun021.comp.stderr 2>&1 cd ./deriving/should_run && ./drvrun021 drvrun021.run.stdout 2>drvrun021.run.stderr =====> drvrun022(normal) 1852 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun022 drvrun022.hs -package syb >drvrun022.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package syb (use -v for more information) =====> T3087(normal) 1853 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3087 T3087.hs -package syb >T3087.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package syb (use -v for more information) =====> T2529(normal) 1854 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2529 T2529.hs >T2529.comp.stderr 2>&1 cd ./deriving/should_run && ./T2529 T2529.run.stdout 2>T2529.run.stderr =====> drvrun-functor1(normal) 1855 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun-functor1 drvrun-functor1.hs >drvrun-functor1.comp.stderr 2>&1 cd ./deriving/should_run && ./drvrun-functor1 drvrun-functor1.run.stdout 2>drvrun-functor1.run.stderr =====> drvrun-foldable1(normal) 1856 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o drvrun-foldable1 drvrun-foldable1.hs >drvrun-foldable1.comp.stderr 2>&1 cd ./deriving/should_run && ./drvrun-foldable1 drvrun-foldable1.run.stdout 2>drvrun-foldable1.run.stderr =====> T4136(normal) 1857 of 2630 [0, 2, 0] cd ./deriving/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T4136 T4136.hs >T4136.comp.stderr 2>&1 cd ./deriving/should_run && ./T4136 T4136.run.stdout 2>T4136.run.stderr =====> drvfail001(normal) 1858 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail001.hs >drvfail001.comp.stderr 2>&1 =====> drvfail002(normal) 1859 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail002.hs >drvfail002.comp.stderr 2>&1 =====> drvfail003(normal) 1860 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail003.hs >drvfail003.comp.stderr 2>&1 =====> drvfail004(normal) 1861 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail004.hs >drvfail004.comp.stderr 2>&1 =====> drvfail005(normal) 1862 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail005.hs >drvfail005.comp.stderr 2>&1 =====> drvfail006(normal) 1863 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail006.hs >drvfail006.comp.stderr 2>&1 =====> drvfail007(normal) 1864 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail007.hs >drvfail007.comp.stderr 2>&1 =====> drvfail008(normal) 1865 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail008.hs >drvfail008.comp.stderr 2>&1 =====> drvfail009(normal) 1866 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail009.hs >drvfail009.comp.stderr 2>&1 =====> drvfail010(normal) 1867 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail010.hs >drvfail010.comp.stderr 2>&1 =====> drvfail011(normal) 1868 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail011.hs >drvfail011.comp.stderr 2>&1 =====> drvfail012(normal) 1869 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail012.hs >drvfail012.comp.stderr 2>&1 =====> drvfail013(normal) 1870 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail013.hs >drvfail013.comp.stderr 2>&1 =====> drvfail014(normal) 1871 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail014.hs >drvfail014.comp.stderr 2>&1 =====> drvfail015(normal) 1872 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail015.hs >drvfail015.comp.stderr 2>&1 =====> drvfail016(normal) 1873 of 2630 [0, 2, 0] cd ./deriving/should_fail && $MAKE --no-print-directory -s drvfail016 drvfail016.run.stdout 2>drvfail016.run.stderr =====> T2394(normal) 1874 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2394.hs >T2394.comp.stderr 2>&1 =====> T2604(normal) 1875 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2604.hs >T2604.comp.stderr 2>&1 =====> T2701(normal) 1876 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2701.hs >T2701.comp.stderr 2>&1 =====> T2851(normal) 1877 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2851.hs >T2851.comp.stderr 2>&1 =====> T2721(normal) 1878 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2721.hs >T2721.comp.stderr 2>&1 =====> T3101(normal) 1879 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3101.hs >T3101.comp.stderr 2>&1 =====> T3621(normal) 1880 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3621.hs >T3621.comp.stderr 2>&1 =====> drvfail-functor1(normal) 1881 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail-functor1.hs >drvfail-functor1.comp.stderr 2>&1 =====> drvfail-functor2(normal) 1882 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail-functor2.hs >drvfail-functor2.comp.stderr 2>&1 =====> drvfail-foldable-traversable1(normal) 1883 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c drvfail-foldable-traversable1.hs >drvfail-foldable-traversable1.comp.stderr 2>&1 =====> T3833(normal) 1884 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3833.hs >T3833.comp.stderr 2>&1 =====> T3834(normal) 1885 of 2630 [0, 2, 0] cd ./deriving/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3834.hs >T3834.comp.stderr 2>&1 =====> cg001(normal) 1886 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg001.hs >cg001.comp.stderr 2>&1 =====> cg002(normal) 1887 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg002.hs >cg002.comp.stderr 2>&1 =====> cg003(optc) 1888 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg003.hs -O -fno-warn-deprecated-flags -fvia-C >cg003.comp.stderr 2>&1 =====> cg004(normal) 1889 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg004.hs >cg004.comp.stderr 2>&1 =====> cg005(optc) 1890 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg005.hs -O -fno-warn-deprecated-flags -fvia-C >cg005.comp.stderr 2>&1 =====> cg006(normal) 1891 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg006.hs >cg006.comp.stderr 2>&1 =====> cg007(normal) 1892 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c cg007.hs >cg007.comp.stderr 2>&1 =====> 1916(normal) 1893 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 1916.hs >1916.comp.stderr 2>&1 =====> 2388(normal) 1894 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 2388.hs >2388.comp.stderr 2>&1 =====> 3132(normal) 1895 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 3132.hs -dcmm-lint >3132.comp.stderr 2>&1 =====> T3286(normal) 1896 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T3286 T3286 -v0 >T3286.comp.stderr 2>&1 =====> 3579(normal) 1897 of 2630 [0, 2, 0] cd ./codeGen/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 3579.hs >3579.comp.stderr 2>&1 =====> 2578(normal) 1898 of 2630 [0, 2, 0] cd ./codeGen/should_compile && $MAKE -s --no-print-directory 2578 2578.run.stdout 2>2578.run.stderr =====> cgrun001(normal) 1899 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun001 cgrun001.hs >cgrun001.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun001 cgrun001.run.stdout 2>cgrun001.run.stderr =====> cgrun002(normal) 1900 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun002 cgrun002.hs >cgrun002.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun002 cgrun002.run.stdout 2>cgrun002.run.stderr =====> cgrun003(normal) 1901 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun003 cgrun003.hs >cgrun003.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun003 cgrun003.run.stdout 2>cgrun003.run.stderr =====> cgrun004(normal) 1902 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun004 cgrun004.hs >cgrun004.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun004 cgrun004.run.stdout 2>cgrun004.run.stderr =====> cgrun005(normal) 1903 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun005 cgrun005.hs >cgrun005.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun005 cgrun005.run.stdout 2>cgrun005.run.stderr =====> cgrun006(normal) 1904 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun006 cgrun006.hs >cgrun006.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun006 cgrun006.run.stdout 2>cgrun006.run.stderr =====> cgrun007(normal) 1905 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun007 cgrun007.hs >cgrun007.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun007 cgrun007.run.stdout 2>cgrun007.run.stderr =====> cgrun008(normal) 1906 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun008 cgrun008.hs >cgrun008.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun008 cgrun008.run.stdout 2>cgrun008.run.stderr =====> cgrun009(normal) 1907 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun009 cgrun009.hs >cgrun009.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun009 cgrun009.run.stdout 2>cgrun009.run.stderr =====> cgrun010(normal) 1908 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun010 cgrun010.hs >cgrun010.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun010 cgrun010.run.stdout 2>cgrun010.run.stderr =====> cgrun011(normal) 1909 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun011 cgrun011.hs >cgrun011.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun011 cgrun011.run.stdout 2>cgrun011.run.stderr =====> cgrun012(normal) 1910 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun012 cgrun012.hs >cgrun012.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun012 cgrun012.run.stdout 2>cgrun012.run.stderr =====> cgrun013(normal) 1911 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun013 cgrun013.hs >cgrun013.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun013 cgrun013.run.stdout 2>cgrun013.run.stderr =====> cgrun014(normal) 1912 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun014 cgrun014.hs >cgrun014.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun014 cgrun014.run.stdout 2>cgrun014.run.stderr =====> cgrun015(normal) 1913 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun015 cgrun015.hs >cgrun015.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun015 cgrun015.run.stdout 2>cgrun015.run.stderr =====> cgrun016(normal) 1914 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun016 cgrun016.hs >cgrun016.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun016 cgrun016.run.stdout 2>cgrun016.run.stderr =====> cgrun017(normal) 1915 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun017 cgrun017.hs >cgrun017.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun017 cgrun017.run.stdout 2>cgrun017.run.stderr =====> cgrun018(normal) 1916 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun018 cgrun018.hs >cgrun018.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun018 cgrun018.run.stdout 2>cgrun018.run.stderr =====> cgrun019(normal) 1917 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun019 cgrun019.hs >cgrun019.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun019 cgrun019.run.stdout 2>cgrun019.run.stderr =====> cgrun020(normal) 1918 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun020 cgrun020.hs >cgrun020.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun020 cgrun020.run.stdout 2>cgrun020.run.stderr =====> cgrun021(normal) 1919 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun021 cgrun021.hs >cgrun021.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun021 cgrun021.run.stdout 2>cgrun021.run.stderr =====> cgrun022(normal) 1920 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun022 cgrun022.hs >cgrun022.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun022 cgrun022.run.stdout 2>cgrun022.run.stderr =====> cgrun024(normal) 1921 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun024 cgrun024.hs >cgrun024.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun024 cgrun024.run.stdout 2>cgrun024.run.stderr =====> cgrun025(normal) 1922 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun025 cgrun025.hs -package regex-compat >cgrun025.comp.stderr 2>&1 Compile failed (status 256) errors were: : cannot satisfy -package regex-compat (use -v for more information) =====> cgrun026(normal) 1923 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun026 cgrun026.hs >cgrun026.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun026 cgrun026.run.stdout 2>cgrun026.run.stderr =====> cgrun027(normal) 1924 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun027 cgrun027.hs >cgrun027.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun027 cgrun027.run.stdout 2>cgrun027.run.stderr =====> cgrun028(normal) 1925 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun028 cgrun028.hs >cgrun028.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun028 cgrun028.run.stdout 2>cgrun028.run.stderr =====> cgrun031(normal) 1926 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun031 cgrun031.hs >cgrun031.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun031 cgrun031.run.stdout 2>cgrun031.run.stderr =====> cgrun032(normal) 1927 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun032 cgrun032.hs >cgrun032.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun032 cgrun032.run.stdout 2>cgrun032.run.stderr =====> cgrun033(normal) 1928 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun033 cgrun033.hs >cgrun033.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun033 cgrun033.run.stdout 2>cgrun033.run.stderr =====> cgrun034(normal) 1929 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun034 cgrun034.hs >cgrun034.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun034 cgrun034.run.stdout 2>cgrun034.run.stderr =====> cgrun035(normal) 1930 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun035 cgrun035.hs >cgrun035.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun035 cgrun035.run.stdout 2>cgrun035.run.stderr =====> cgrun036(normal) 1931 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun036 cgrun036.hs >cgrun036.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun036 cgrun036.run.stdout 2>cgrun036.run.stderr =====> cgrun037(normal) 1932 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun037 cgrun037.hs >cgrun037.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun037 cgrun037.run.stdout 2>cgrun037.run.stderr =====> cgrun038(normal) 1933 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun038 cgrun038.hs >cgrun038.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun038 cgrun038.run.stdout 2>cgrun038.run.stderr =====> cgrun039(normal) 1934 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun039 cgrun039.hs >cgrun039.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun039 cgrun039.run.stdout 2>cgrun039.run.stderr =====> cgrun040(normal) 1935 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun040 cgrun040.hs >cgrun040.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun040 cgrun040.run.stdout 2>cgrun040.run.stderr =====> cgrun043(normal) 1936 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun043 cgrun043.hs >cgrun043.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun043 cgrun043.run.stdout 2>cgrun043.run.stderr =====> cgrun044(normal) 1937 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun044 cgrun044.hs >cgrun044.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun044 cgrun044.run.stdout 2>cgrun044.run.stderr =====> cgrun045(normal) 1938 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun045 cgrun045.hs >cgrun045.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun045 cgrun045.run.stdout 2>cgrun045.run.stderr =====> cgrun046(normal) 1939 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun046 cgrun046.hs >cgrun046.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun046 cgrun046.run.stdout 2>cgrun046.run.stderr =====> cgrun047(normal) 1940 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun047 cgrun047.hs >cgrun047.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun047 cgrun047.run.stdout 2>cgrun047.run.stderr =====> cgrun048(normal) 1941 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun048 cgrun048.hs >cgrun048.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun048 cgrun048.run.stdout 2>cgrun048.run.stderr =====> cgrun049(normal) 1942 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun049 cgrun049.hs -funbox-strict-fields >cgrun049.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun049 cgrun049.run.stdout 2>cgrun049.run.stderr =====> cgrun050(normal) 1943 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun050 cgrun050.hs >cgrun050.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun050 cgrun050.run.stdout 2>cgrun050.run.stderr =====> cgrun051(normal) 1944 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun051 cgrun051.hs >cgrun051.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun051 cgrun051.run.stdout 2>cgrun051.run.stderr =====> cgrun052(optc) 1945 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun052 cgrun052.hs -O -fno-warn-deprecated-flags -fvia-C -funbox-strict-fields >cgrun052.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun052 cgrun052.run.stdout 2>cgrun052.run.stderr =====> cgrun053(normal) 1946 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun053 cgrun053.hs >cgrun053.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun053 cgrun053.run.stdout 2>cgrun053.run.stderr =====> cgrun054(normal) 1947 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun054 cgrun054.hs >cgrun054.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun054 cgrun054.run.stdout 2>cgrun054.run.stderr =====> cgrun055(normal) 1948 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun055 cgrun055.hs >cgrun055.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun055 cgrun055.run.stdout 2>cgrun055.run.stderr =====> cgrun056(normal) 1949 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun056 cgrun056.hs >cgrun056.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun056 cgrun056.run.stdout 2>cgrun056.run.stderr =====> cgrun057(profasm) 1950 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun057 cgrun057.hs -O -prof -auto-all -fasm >cgrun057.comp.stderr 2>&1 Compile failed (status 256) errors were: [1 of 1] Compiling Main ( cgrun057.hs, cgrun057.o ) cgrun057.hs:3:8: Ambiguous type variable `e' in the constraint: (Exception e) arising from a use of `try' Possible cause: the monomorphism restriction applied to the following: main :: forall a. IO (Either e a) (bound at cgrun057.hs:3:1) Probable fix: give these definition(s) an explicit type signature or use -XNoMonomorphismRestriction In the expression: try (evaluate (f ())) In an equation for `main': main = try (evaluate (f ())) =====> cgrun058(normal) 1951 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun058 cgrun058.hs >cgrun058.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun058 cgrun058.run.stdout 2>cgrun058.run.stderr =====> cgrun059(normal) 1952 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun059 cgrun059.hs >cgrun059.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun059 cgrun059.run.stdout 2>cgrun059.run.stderr =====> 1852(normal) 1953 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1852 1852.hs >1852.comp.stderr 2>&1 cd ./codeGen/should_run && ./1852 1852.run.stdout 2>1852.run.stderr =====> 2080(normal) 1954 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2080 2080.hs >2080.comp.stderr 2>&1 cd ./codeGen/should_run && ./2080 2080.run.stdout 2>2080.run.stderr =====> cgrun060(normal) 1955 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun060 cgrun060.hs >cgrun060.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun060 +RTS -K64k -RTS cgrun060.run.stdout 2>cgrun060.run.stderr =====> cgrun061(normal) 1956 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun061 cgrun061.hs >cgrun061.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun061 cgrun061.run.stdout 2>cgrun061.run.stderr =====> cgrun062(normal) 1957 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun062 cgrun062.hs >cgrun062.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun062 cgrun062.run.stdout 2>cgrun062.run.stderr =====> cgrun063(normal) 1958 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o cgrun063 cgrun063.hs >cgrun063.comp.stderr 2>&1 cd ./codeGen/should_run && ./cgrun063 cgrun063.run.stdout 2>cgrun063.run.stderr =====> 1861(normal) 1959 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1861 1861.hs >1861.comp.stderr 2>&1 cd ./codeGen/should_run && ./1861 0 1861.run.stdout 2>1861.run.stderr =====> 2838(normal) 1960 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 2838 2838.hs >2838.comp.stderr 2>&1 cd ./codeGen/should_run && ./2838 2838.run.stdout 2>2838.run.stderr =====> 3207(normal) 1961 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3207 3207.hs >3207.comp.stderr 2>&1 cd ./codeGen/should_run && ./3207 3207.run.stdout 2>3207.run.stderr =====> 3561(normal) 1962 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3561 3561.hs >3561.comp.stderr 2>&1 cd ./codeGen/should_run && ./3561 3561.run.stdout 2>3561.run.stderr =====> 3677(normal) 1963 of 2630 [0, 2, 0] cd ./codeGen/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3677 3677.hs >3677.comp.stderr 2>&1 cd ./codeGen/should_run && ./3677 +RTS -K8k -RTS 3677.run.stdout 2>3677.run.stderr =====> rebindable1(normal) 1964 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rebindable1.hs >rebindable1.comp.stderr 2>&1 =====> rebindable2(normal) 1965 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rebindable2 rebindable2.hs >rebindable2.comp.stderr 2>&1 cd ./rebindable && ./rebindable2 rebindable2.run.stdout 2>rebindable2.run.stderr =====> rebindable3(normal) 1966 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rebindable3 rebindable3.hs >rebindable3.comp.stderr 2>&1 cd ./rebindable && ./rebindable3 rebindable3.run.stdout 2>rebindable3.run.stderr =====> rebindable4(normal) 1967 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rebindable4 rebindable4.hs >rebindable4.comp.stderr 2>&1 cd ./rebindable && ./rebindable4 rebindable4.run.stdout 2>rebindable4.run.stderr =====> rebindable5(normal) 1968 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rebindable5 rebindable5.hs >rebindable5.comp.stderr 2>&1 cd ./rebindable && ./rebindable5 rebindable5.run.stdout 2>rebindable5.run.stderr =====> rebindable6(normal) 1969 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rebindable6.hs >rebindable6.comp.stderr 2>&1 =====> rebindable7(normal) 1970 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rebindable7 rebindable7.hs >rebindable7.comp.stderr 2>&1 cd ./rebindable && ./rebindable7 rebindable7.run.stdout 2>rebindable7.run.stderr =====> rebindable8(normal) 1971 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rebindable8.hs >rebindable8.comp.stderr 2>&1 =====> rebindable9(normal) 1972 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rebindable9.hs >rebindable9.comp.stderr 2>&1 =====> rebindable10(normal) 1973 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o rebindable10 rebindable10.hs >rebindable10.comp.stderr 2>&1 cd ./rebindable && ./rebindable10 rebindable10.run.stdout 2>rebindable10.run.stderr =====> T303(normal) 1974 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T303.hs >T303.comp.stderr 2>&1 =====> DoRestrictedM(normal) 1975 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c DoRestrictedM.hs >DoRestrictedM.comp.stderr 2>&1 =====> DoParamM(normal) 1976 of 2630 [0, 2, 0] cd ./rebindable && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c DoParamM.hs >DoParamM.comp.stderr 2>&1 =====> base01(normal) 1977 of 2630 [0, 2, 0] cd ./module/base01 && $MAKE -s base01 --no-print-directory base01.run.stdout 2>base01.run.stderr =====> mod1(normal) 1978 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod1.hs >mod1.comp.stderr 2>&1 =====> mod2(normal) 1979 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod2.hs >mod2.comp.stderr 2>&1 =====> mod3(normal) 1980 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod3.hs >mod3.comp.stderr 2>&1 =====> mod4(normal) 1981 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod4.hs >mod4.comp.stderr 2>&1 =====> mod5(normal) 1982 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod5.hs >mod5.comp.stderr 2>&1 =====> mod6(normal) 1983 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod6.hs >mod6.comp.stderr 2>&1 =====> mod7(normal) 1984 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod7.hs >mod7.comp.stderr 2>&1 =====> mod8(normal) 1985 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod8.hs >mod8.comp.stderr 2>&1 =====> mod9(normal) 1986 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod9.hs >mod9.comp.stderr 2>&1 =====> mod10(normal) 1987 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod10.hs >mod10.comp.stderr 2>&1 =====> mod11(normal) 1988 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod11.hs >mod11.comp.stderr 2>&1 =====> mod12(normal) 1989 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod12.hs >mod12.comp.stderr 2>&1 =====> mod13(normal) 1990 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod13.hs >mod13.comp.stderr 2>&1 =====> mod14(normal) 1991 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod14.hs >mod14.comp.stderr 2>&1 =====> mod15(normal) 1992 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod15.hs >mod15.comp.stderr 2>&1 =====> mod16(normal) 1993 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod16.hs >mod16.comp.stderr 2>&1 =====> mod17(normal) 1994 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod17.hs >mod17.comp.stderr 2>&1 =====> mod18(normal) 1995 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod18.hs >mod18.comp.stderr 2>&1 =====> mod19(normal) 1996 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod19.hs >mod19.comp.stderr 2>&1 =====> mod20(normal) 1997 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod20.hs >mod20.comp.stderr 2>&1 =====> mod21(normal) 1998 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod21.hs >mod21.comp.stderr 2>&1 =====> mod22(normal) 1999 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod22.hs >mod22.comp.stderr 2>&1 =====> mod23(normal) 2000 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod23.hs >mod23.comp.stderr 2>&1 =====> mod24(normal) 2001 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod24.hs >mod24.comp.stderr 2>&1 =====> mod25(normal) 2002 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod25.hs >mod25.comp.stderr 2>&1 =====> mod26(normal) 2003 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod26.hs >mod26.comp.stderr 2>&1 =====> mod27(normal) 2004 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod27.hs >mod27.comp.stderr 2>&1 =====> mod29(normal) 2005 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod29.hs >mod29.comp.stderr 2>&1 =====> mod30(normal) 2006 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod30.hs >mod30.comp.stderr 2>&1 =====> mod31(normal) 2007 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod31.hs >mod31.comp.stderr 2>&1 =====> mod32(normal) 2008 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod32.hs >mod32.comp.stderr 2>&1 =====> mod33(normal) 2009 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod33.hs >mod33.comp.stderr 2>&1 =====> mod34(normal) 2010 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod34.hs >mod34.comp.stderr 2>&1 =====> mod35(normal) 2011 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod35.hs >mod35.comp.stderr 2>&1 =====> mod36(normal) 2012 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod36.hs >mod36.comp.stderr 2>&1 =====> mod37(normal) 2013 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod37.hs >mod37.comp.stderr 2>&1 =====> mod38(normal) 2014 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod38.hs >mod38.comp.stderr 2>&1 =====> mod39(normal) 2015 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod39.hs >mod39.comp.stderr 2>&1 =====> mod40(normal) 2016 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod40.hs >mod40.comp.stderr 2>&1 =====> mod41(normal) 2017 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod41.hs >mod41.comp.stderr 2>&1 =====> mod42(normal) 2018 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod42.hs >mod42.comp.stderr 2>&1 =====> mod43(normal) 2019 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod43.hs >mod43.comp.stderr 2>&1 =====> mod44(normal) 2020 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod44.hs >mod44.comp.stderr 2>&1 =====> mod45(normal) 2021 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod45.hs >mod45.comp.stderr 2>&1 =====> mod46(normal) 2022 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod46.hs >mod46.comp.stderr 2>&1 =====> mod47(normal) 2023 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod47.hs >mod47.comp.stderr 2>&1 =====> mod48(normal) 2024 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod48.hs >mod48.comp.stderr 2>&1 =====> mod49(normal) 2025 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod49.hs >mod49.comp.stderr 2>&1 =====> mod50(normal) 2026 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod50.hs >mod50.comp.stderr 2>&1 =====> mod51(normal) 2027 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod51.hs >mod51.comp.stderr 2>&1 =====> mod52(normal) 2028 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod52.hs >mod52.comp.stderr 2>&1 =====> mod53(normal) 2029 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod53.hs >mod53.comp.stderr 2>&1 =====> mod54(normal) 2030 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod54.hs >mod54.comp.stderr 2>&1 =====> mod55(normal) 2031 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod55.hs >mod55.comp.stderr 2>&1 =====> mod56(normal) 2032 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod56.hs >mod56.comp.stderr 2>&1 =====> mod58(normal) 2033 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod58.hs >mod58.comp.stderr 2>&1 =====> mod59(normal) 2034 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod59.hs >mod59.comp.stderr 2>&1 =====> mod60(normal) 2035 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod60.hs >mod60.comp.stderr 2>&1 =====> mod61(normal) 2036 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod61.hs >mod61.comp.stderr 2>&1 =====> mod62(normal) 2037 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod62.hs >mod62.comp.stderr 2>&1 =====> mod63(normal) 2038 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod63.hs >mod63.comp.stderr 2>&1 =====> mod64(normal) 2039 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod64.hs >mod64.comp.stderr 2>&1 =====> mod65(normal) 2040 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod65.hs >mod65.comp.stderr 2>&1 =====> mod66(normal) 2041 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod66.hs >mod66.comp.stderr 2>&1 =====> mod67(normal) 2042 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod67.hs >mod67.comp.stderr 2>&1 =====> mod68(normal) 2043 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod68.hs >mod68.comp.stderr 2>&1 =====> mod69(normal) 2044 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod69.hs >mod69.comp.stderr 2>&1 =====> mod70(normal) 2045 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod70.hs >mod70.comp.stderr 2>&1 =====> mod71(normal) 2046 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod71.hs >mod71.comp.stderr 2>&1 =====> mod72(normal) 2047 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod72.hs >mod72.comp.stderr 2>&1 =====> mod73(normal) 2048 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod73.hs >mod73.comp.stderr 2>&1 =====> mod74(normal) 2049 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod74.hs >mod74.comp.stderr 2>&1 =====> mod75(normal) 2050 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod75.hs >mod75.comp.stderr 2>&1 =====> mod76(normal) 2051 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod76.hs >mod76.comp.stderr 2>&1 =====> mod77(normal) 2052 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod77.hs >mod77.comp.stderr 2>&1 =====> mod79(normal) 2053 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod79.hs >mod79.comp.stderr 2>&1 =====> mod80(normal) 2054 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod80.hs >mod80.comp.stderr 2>&1 =====> mod81(normal) 2055 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod81.hs >mod81.comp.stderr 2>&1 =====> mod82(normal) 2056 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod82.hs >mod82.comp.stderr 2>&1 =====> mod83(normal) 2057 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod83.hs >mod83.comp.stderr 2>&1 =====> mod84(normal) 2058 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod84.hs >mod84.comp.stderr 2>&1 =====> mod85(normal) 2059 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod85.hs >mod85.comp.stderr 2>&1 =====> mod86(normal) 2060 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod86.hs >mod86.comp.stderr 2>&1 =====> mod87(normal) 2061 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod87.hs >mod87.comp.stderr 2>&1 =====> mod88(normal) 2062 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod88.hs >mod88.comp.stderr 2>&1 =====> mod89(normal) 2063 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod89.hs >mod89.comp.stderr 2>&1 =====> mod90(normal) 2064 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod90.hs >mod90.comp.stderr 2>&1 =====> mod91(normal) 2065 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod91.hs >mod91.comp.stderr 2>&1 =====> mod92(normal) 2066 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod92.hs >mod92.comp.stderr 2>&1 =====> mod93(normal) 2067 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod93.hs >mod93.comp.stderr 2>&1 =====> mod94(normal) 2068 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod94.hs >mod94.comp.stderr 2>&1 =====> mod95(normal) 2069 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod95.hs >mod95.comp.stderr 2>&1 =====> mod96(normal) 2070 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod96.hs >mod96.comp.stderr 2>&1 =====> mod97(normal) 2071 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod97.hs >mod97.comp.stderr 2>&1 =====> mod98(normal) 2072 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod98.hs >mod98.comp.stderr 2>&1 =====> mod99(normal) 2073 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod99.hs >mod99.comp.stderr 2>&1 =====> mod100(normal) 2074 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod100.hs >mod100.comp.stderr 2>&1 =====> mod101(normal) 2075 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod101 mod101 -v0 >mod101.comp.stderr 2>&1 =====> mod102(normal) 2076 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod102 mod102 -v0 >mod102.comp.stderr 2>&1 =====> mod103(normal) 2077 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod103.hs >mod103.comp.stderr 2>&1 =====> mod104(normal) 2078 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod104.hs >mod104.comp.stderr 2>&1 =====> mod105(normal) 2079 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod105.hs >mod105.comp.stderr 2>&1 =====> mod106(normal) 2080 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod106.hs >mod106.comp.stderr 2>&1 =====> mod107(normal) 2081 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod107.hs >mod107.comp.stderr 2>&1 =====> mod108(normal) 2082 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod108.hs >mod108.comp.stderr 2>&1 =====> mod109(normal) 2083 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod109.hs >mod109.comp.stderr 2>&1 =====> mod110(normal) 2084 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod110.hs >mod110.comp.stderr 2>&1 =====> mod111(normal) 2085 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod111.hs >mod111.comp.stderr 2>&1 =====> mod112(normal) 2086 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod112.hs >mod112.comp.stderr 2>&1 =====> mod113(normal) 2087 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod113.hs >mod113.comp.stderr 2>&1 =====> mod114(normal) 2088 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod114 mod114 -v0 >mod114.comp.stderr 2>&1 =====> mod115(normal) 2089 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod115 mod115 -v0 >mod115.comp.stderr 2>&1 =====> mod116(normal) 2090 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod116.hs >mod116.comp.stderr 2>&1 =====> mod117(normal) 2091 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod117 mod117 -v0 >mod117.comp.stderr 2>&1 =====> mod118(normal) 2092 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod118 mod118 -v0 >mod118.comp.stderr 2>&1 =====> mod119(normal) 2093 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod119 mod119 -v0 >mod119.comp.stderr 2>&1 =====> mod120(normal) 2094 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod120 mod120 -v0 >mod120.comp.stderr 2>&1 =====> mod121(normal) 2095 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod121 mod121 -v0 >mod121.comp.stderr 2>&1 =====> mod122(normal) 2096 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod122 mod122 -v0 >mod122.comp.stderr 2>&1 =====> mod123(normal) 2097 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod123 mod123 -v0 >mod123.comp.stderr 2>&1 =====> mod124(normal) 2098 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod124 mod124 -v0 >mod124.comp.stderr 2>&1 =====> mod125(normal) 2099 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod125 mod125 -v0 >mod125.comp.stderr 2>&1 =====> mod126(normal) 2100 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod126 mod126 -v0 >mod126.comp.stderr 2>&1 =====> mod127(normal) 2101 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod127 mod127 -v0 >mod127.comp.stderr 2>&1 =====> mod128(normal) 2102 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod128 mod128 -v0 >mod128.comp.stderr 2>&1 =====> mod129(normal) 2103 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod129.hs >mod129.comp.stderr 2>&1 =====> mod130(normal) 2104 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod130.hs >mod130.comp.stderr 2>&1 =====> mod131(normal) 2105 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod131 mod131 -v0 >mod131.comp.stderr 2>&1 =====> mod132(normal) 2106 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod132 mod132 -v0 >mod132.comp.stderr 2>&1 =====> mod133(normal) 2107 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod133.hs >mod133.comp.stderr 2>&1 =====> mod134(normal) 2108 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod134.hs >mod134.comp.stderr 2>&1 =====> mod135(normal) 2109 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod135.hs >mod135.comp.stderr 2>&1 =====> mod136(normal) 2110 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod136 mod136 -v0 >mod136.comp.stderr 2>&1 =====> mod137(normal) 2111 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod137 mod137 -v0 >mod137.comp.stderr 2>&1 =====> mod138(normal) 2112 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod138 mod138 -v0 >mod138.comp.stderr 2>&1 =====> mod139(normal) 2113 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod139 mod139 -v0 >mod139.comp.stderr 2>&1 =====> mod140(normal) 2114 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod140 mod140 -v0 >mod140.comp.stderr 2>&1 =====> mod141(normal) 2115 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod141 mod141 -v0 >mod141.comp.stderr 2>&1 =====> mod142(normal) 2116 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod142 mod142 -v0 >mod142.comp.stderr 2>&1 =====> mod143(normal) 2117 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod143 mod143 -v0 >mod143.comp.stderr 2>&1 =====> mod144(normal) 2118 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod144 mod144.run.stdout 2>mod144.run.stderr =====> mod145(normal) 2119 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod145 mod145 -v0 >mod145.comp.stderr 2>&1 =====> mod146(normal) 2120 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod146 mod146.run.stdout 2>mod146.run.stderr =====> mod147(normal) 2121 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod147 mod147 -v0 >mod147.comp.stderr 2>&1 =====> mod148(normal) 2122 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod148.hs >mod148.comp.stderr 2>&1 =====> mod149(normal) 2123 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod149.hs >mod149.comp.stderr 2>&1 =====> mod150(normal) 2124 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod150.hs >mod150.comp.stderr 2>&1 =====> mod151(normal) 2125 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod151.hs >mod151.comp.stderr 2>&1 =====> mod152(normal) 2126 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod152.hs >mod152.comp.stderr 2>&1 =====> mod153(normal) 2127 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod153.hs >mod153.comp.stderr 2>&1 =====> mod154(normal) 2128 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod154.hs >mod154.comp.stderr 2>&1 =====> mod155(normal) 2129 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod155.hs >mod155.comp.stderr 2>&1 =====> mod156(normal) 2130 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod156.hs >mod156.comp.stderr 2>&1 =====> mod157(normal) 2131 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod157 mod157 -v0 >mod157.comp.stderr 2>&1 =====> mod158(normal) 2132 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod158 mod158.run.stdout 2>mod158.run.stderr =====> mod159(normal) 2133 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod159 mod159 -v0 >mod159.comp.stderr 2>&1 =====> mod160(normal) 2134 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod160 mod160.run.stdout 2>mod160.run.stderr =====> mod161(normal) 2135 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod161.hs >mod161.comp.stderr 2>&1 =====> mod162(normal) 2136 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod162 mod162 -v0 >mod162.comp.stderr 2>&1 =====> mod163(normal) 2137 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod163 mod163 -v0 >mod163.comp.stderr 2>&1 =====> mod164(normal) 2138 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod164 mod164 -v0 >mod164.comp.stderr 2>&1 =====> mod165(normal) 2139 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod165 mod165.run.stdout 2>mod165.run.stderr =====> mod166(normal) 2140 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod166 MAKELEVEL= mod166.run.stdout 2>mod166.run.stderr =====> mod167(normal) 2141 of 2630 [0, 2, 0] cd ./module && $MAKE -s --no-print-directory mod167 MAKELEVEL= mod167.run.stdout 2>mod167.run.stderr =====> mod168(normal) 2142 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod168.hs >mod168.comp.stderr 2>&1 =====> mod169(normal) 2143 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod169.hs >mod169.comp.stderr 2>&1 =====> mod170(normal) 2144 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod170 mod170 -v0 >mod170.comp.stderr 2>&1 =====> mod171(normal) 2145 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod171 mod171 -v0 -Wall >mod171.comp.stderr 2>&1 =====> mod172(normal) 2146 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod172 mod172 -v0 >mod172.comp.stderr 2>&1 =====> mod173(normal) 2147 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod173 mod173 -v0 >mod173.comp.stderr 2>&1 =====> mod174(normal) 2148 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod174.hs >mod174.comp.stderr 2>&1 =====> mod176(normal) 2149 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod176.hs -fwarn-unused-imports >mod176.comp.stderr 2>&1 =====> mod177(normal) 2150 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c mod177.hs -fwarn-unused-imports >mod177.comp.stderr 2>&1 =====> mod178(normal) 2151 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod178 mod178 -v0 >mod178.comp.stderr 2>&1 =====> mod179(normal) 2152 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod179 mod179 -v0 >mod179.comp.stderr 2>&1 =====> mod180(normal) 2153 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o mod180 mod180 -v0 >mod180.comp.stderr 2>&1 =====> T1148(normal) 2154 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1148.hs >T1148.comp.stderr 2>&1 =====> T1074(normal) 2155 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1074.hs >T1074.comp.stderr 2>&1 =====> T1074a(normal) 2156 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1074a.hs >T1074a.comp.stderr 2>&1 =====> T2267(normal) 2157 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2267.hs >T2267.comp.stderr 2>&1 =====> T414(normal) 2158 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T414.hs >T414.comp.stderr 2>&1 =====> T414a(normal) 2159 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T414a.hs >T414a.comp.stderr 2>&1 =====> T414b(normal) 2160 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T414b.hs >T414b.comp.stderr 2>&1 =====> T3776(normal) 2161 of 2630 [0, 2, 0] cd ./module && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3776.hs >T3776.comp.stderr 2>&1 =====> mod175(normal) 2162 of 2630 [0, 2, 0] cd ./module/mod175 && $MAKE -s mod175 mod175.run.stdout 2>mod175.run.stderr Wrong exit code (expected 0 , actual 2 ) Stdout: make[2]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/module/mod175' make[3]: Entering directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/module/mod175' make[3]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/module/mod175' make[2]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress/module/mod175' Stderr: /builddir/build/BUILD/ghc-7.0.1/rts/dist/build/libHSrtsmain.a(Main.o): In function `main': Main.c:(.text.startup+0x1): undefined reference to `ZCMain_main_closure' Main.c:(.text.startup+0x6): undefined reference to `__stginit_ZCMain' collect2: ld returned 1 exit status make[2]: *** [mod175] Error 1 =====> qq004(normal) 2165 of 2630 [0, 2, 0] cd ./quasiquotation/qq004 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c qq004.hs >qq004.comp.stderr 2>&1 =====> qq003(normal) 2166 of 2630 [0, 2, 0] cd ./quasiquotation/qq003 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c qq003.hs >qq003.comp.stderr 2>&1 =====> qq001(normal) 2167 of 2630 [0, 2, 0] cd ./quasiquotation/qq001 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c qq001.hs >qq001.comp.stderr 2>&1 =====> qq002(normal) 2169 of 2630 [0, 2, 0] cd ./quasiquotation/qq002 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c qq002.hs >qq002.comp.stderr 2>&1 =====> T3953(normal) 2170 of 2630 [0, 2, 0] cd ./quasiquotation && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3953.hs >T3953.comp.stderr 2>&1 =====> T4150(normal) 2171 of 2630 [0, 2, 0] cd ./quasiquotation && $MAKE -s --no-print-directory T4150 T4150.run.stdout 2>T4150.run.stderr Actual stderr output differs from expected: --- ./quasiquotation/T4150.stderr.normalised 2011-02-10 08:48:01.536391922 +0000 +++ ./quasiquotation/T4150.run.stderr.normalised 2011-02-10 08:48:01.536391922 +0000 @@ -1,3 +1,3 @@ -T4150.hs:11:18: +T4150.hs:16:18: Not in scope: type constructor or class `NoSuchType' =====> hsc2hs001(normal) 2200 of 2630 [0, 2, 0] cd ./hsc2hs && $MAKE -s --no-print-directory hsc2hs001 hsc2hs001.run.stdout 2>hsc2hs001.run.stderr =====> hsc2hs002(normal) 2201 of 2630 [0, 2, 0] cd ./hsc2hs && $MAKE -s --no-print-directory hsc2hs002 hsc2hs002.run.stdout 2>hsc2hs002.run.stderr =====> hs-boot(normal) 2213 of 2630 [0, 2, 0] cd ./programs/hs-boot && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o hs-boot Main -v0 >hs-boot.comp.stderr 2>&1 =====> simpl001(normal) 2231 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl001.hs >simpl001.comp.stderr 2>&1 =====> simpl002(normal) 2232 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl002.hs >simpl002.comp.stderr 2>&1 =====> simpl003(normal) 2233 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl003.hs >simpl003.comp.stderr 2>&1 =====> simpl004(normal) 2234 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl004.hs >simpl004.comp.stderr 2>&1 =====> simpl005(normal) 2235 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl005.hs >simpl005.comp.stderr 2>&1 =====> simpl007(normal) 2236 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl007.hs >simpl007.comp.stderr 2>&1 =====> simpl009(normal) 2237 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl009.hs >simpl009.comp.stderr 2>&1 =====> simpl010(normal) 2238 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl010.hs >simpl010.comp.stderr 2>&1 =====> simpl011(normal) 2239 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl011.hs >simpl011.comp.stderr 2>&1 =====> simpl012(normal) 2240 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl012.hs >simpl012.comp.stderr 2>&1 =====> simpl013(normal) 2241 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl013.hs >simpl013.comp.stderr 2>&1 =====> simpl014(normal) 2242 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl014.hs >simpl014.comp.stderr 2>&1 =====> simpl015(optc) 2243 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl015.hs -O -fno-warn-deprecated-flags -fvia-C >simpl015.comp.stderr 2>&1 =====> simpl016(normal) 2244 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl016.hs >simpl016.comp.stderr 2>&1 =====> simpl017(normal) 2245 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl017.hs >simpl017.comp.stderr 2>&1 =====> simpl018(normal) 2246 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl018.hs >simpl018.comp.stderr 2>&1 =====> simpl019(normal) 2247 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl019.hs >simpl019.comp.stderr 2>&1 =====> simpl020(normal) 2248 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o simpl020 simpl020 -v0 -XFlexibleInstances -XUndecidableInstances >simpl020.comp.stderr 2>&1 =====> simpl-T1370(normal) 2249 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c simpl-T1370.hs >simpl-T1370.comp.stderr 2>&1 =====> T2520(normal) 2250 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2520.hs >T2520.comp.stderr 2>&1 =====> spec002(normal) 2252 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c spec002.hs >spec002.comp.stderr 2>&1 =====> spec003(normal) 2253 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c spec003.hs >spec003.comp.stderr 2>&1 =====> rule1(normal) 2254 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rule1.hs >rule1.comp.stderr 2>&1 =====> rule2(optc) 2255 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rule2.hs -O -fno-warn-deprecated-flags -fvia-C -dsuppress-uniques >rule2.comp.stderr 2>&1 =====> dfun-loop(normal) 2256 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c dfun-loop.hs >dfun-loop.comp.stderr 2>&1 =====> strict-float(normal) 2257 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c strict-float.hs >strict-float.comp.stderr 2>&1 =====> T3118(normal) 2258 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3118.hs >T3118.comp.stderr 2>&1 =====> T4203(normal) 2259 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4203.hs >T4203.comp.stderr 2>&1 =====> T1647(normal) 2261 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1647.hs -fdicts-strict -dcore-lint >T1647.comp.stderr 2>&1 =====> T3234(optc) 2262 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3234.hs -O -fno-warn-deprecated-flags -fvia-C -ddump-simpl-stats -dsuppress-uniques >T3234.comp.stderr 2>&1 =====> T3717(optc) 2263 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3717.hs -O -fno-warn-deprecated-flags -fvia-C -ddump-simpl -dsuppress-uniques >T3717.comp.stderr 2>&1 =====> spec-inline(optc) 2264 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c spec-inline.hs -O -fno-warn-deprecated-flags -fvia-C -O2 -ddump-simpl -dsuppress-uniques >spec-inline.comp.stderr 2>&1 =====> T3055(normal) 2265 of 2630 [0, 2, 0] cd ./simplCore/should_compile && $MAKE -s --no-print-directory T3055 T3055.run.stdout 2>T3055.run.stderr =====> T4306(normal) 2266 of 2630 [0, 2, 0] cd ./simplCore/should_compile && $MAKE -s --no-print-directory T4306 T4306.run.stdout 2>T4306.run.stderr =====> T4201(normal) 2267 of 2630 [0, 2, 0] cd ./simplCore/should_compile && $MAKE -s --no-print-directory T4201 T4201.run.stdout 2>T4201.run.stderr =====> T3772(normal) 2268 of 2630 [0, 2, 0] cd ./simplCore/should_compile && $MAKE -s --no-print-directory T3772 T3772.run.stdout 2>T3772.run.stderr =====> T3831(normal) 2269 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3831.hs >T3831.comp.stderr 2>&1 =====> T4345(normal) 2270 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4345.hs >T4345.comp.stderr 2>&1 =====> T4398(normal) 2271 of 2630 [0, 2, 0] cd ./simplCore/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T4398.hs >T4398.comp.stderr 2>&1 =====> simplCore.prog002(normal) 2272 of 2630 [0, 2, 0] cd ./simplCore/prog002 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o simplCore.prog002 simpl009 -v0 >simplCore.prog002.comp.stderr 2>&1 =====> simplCore.prog001(normal) 2273 of 2630 [0, 2, 0] cd ./simplCore/prog001 && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o simplCore.prog001 simpl006 -v0 >simplCore.prog001.comp.stderr 2>&1 =====> simplrun001(optc) 2274 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun001 simplrun001.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun001.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun001 simplrun001.run.stdout 2>simplrun001.run.stderr =====> simplrun002(optc) 2275 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun002 simplrun002.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun002.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun002 simplrun002.run.stdout 2>simplrun002.run.stderr =====> simplrun003(optc) 2276 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun003 simplrun003.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun003.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun003 simplrun003.run.stdout 2>simplrun003.run.stderr =====> simplrun004(optc) 2277 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun004 simplrun004.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun004.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun004 simplrun004.run.stdout 2>simplrun004.run.stderr =====> simplrun005(optc) 2278 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun005 simplrun005.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun005.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun005 simplrun005.run.stdout 2>simplrun005.run.stderr =====> simplrun006(optc) 2279 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun006 simplrun006.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun006.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun006 simplrun006.run.stdout 2>simplrun006.run.stderr Actual stdout output differs from expected: --- ./simplCore/should_run/simplrun006.stdout.normalised 2011-02-10 08:48:15.914672807 +0000 +++ ./simplCore/should_run/simplrun006.run.stdout.normalised 2011-02-10 08:48:15.914672807 +0000 @@ -3,4 +3,5 @@ Middle 22 End -OK! +341948000000 +0 =====> simplrun007(optc) 2280 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun007 simplrun007.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun007.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun007 simplrun007.run.stdout 2>simplrun007.run.stderr =====> simplrun008(optc) 2281 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun008 simplrun008.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun008.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun008 simplrun008.run.stdout 2>simplrun008.run.stderr =====> simplrun009(optc) 2282 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun009 simplrun009.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun009.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun009 simplrun009.run.stdout 2>simplrun009.run.stderr =====> simplrun010(optc) 2283 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o simplrun010 simplrun010.hs -O -fno-warn-deprecated-flags -fvia-C >simplrun010.comp.stderr 2>&1 cd ./simplCore/should_run && ./simplrun010 24 16 8 simplrun010.run.stdout 2>simplrun010.run.stderr =====> T2486(optc) 2284 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2486.hs -O -fno-warn-deprecated-flags -fvia-C >T2486.comp.stderr 2>&1 =====> T2756(optc) 2285 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2756 T2756.hs -O -fno-warn-deprecated-flags -fvia-C >T2756.comp.stderr 2>&1 cd ./simplCore/should_run && ./T2756 T2756.run.stdout 2>T2756.run.stderr =====> T3437(optc) 2286 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3437 T3437.hs -O -fno-warn-deprecated-flags -fvia-C >T3437.comp.stderr 2>&1 cd ./simplCore/should_run && ./T3437 +RTS -M10m T3437.run.stdout 2>T3437.run.stderr =====> SeqRule(optc) 2287 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o SeqRule SeqRule.hs -O -fno-warn-deprecated-flags -fvia-C >SeqRule.comp.stderr 2>&1 cd ./simplCore/should_run && ./SeqRule SeqRule.run.stdout 2>SeqRule.run.stderr =====> T3403(optc) 2288 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3403 T3403.hs -O -fno-warn-deprecated-flags -fvia-C -package containers >T3403.comp.stderr 2>&1 cd ./simplCore/should_run && ./T3403 T3403.run.stdout 2>T3403.run.stderr =====> T3591(optc) 2289 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3591 T3591.hs -O -fno-warn-deprecated-flags -fvia-C >T3591.comp.stderr 2>&1 cd ./simplCore/should_run && ./T3591 T3591.run.stdout 2>T3591.run.stderr =====> T3959(normal) 2290 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3959 T3959.hs >T3959.comp.stderr 2>&1 cd ./simplCore/should_run && ./T3959 T3959.run.stdout 2>T3959.run.stderr =====> T3983(normal) 2291 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts --make -o T3983 T3983 >T3983.comp.stderr 2>&1 cd ./simplCore/should_run && ./T3983 T3983.run.stdout 2>T3983.run.stderr =====> T3972(optc) 2292 of 2630 [0, 2, 0] cd ./simplCore/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3972 T3972.hs -O -fno-warn-deprecated-flags -fvia-C >T3972.comp.stderr 2>&1 cd ./simplCore/should_run && ./T3972 T3972.run.stdout 2>T3972.run.stderr =====> gadt1(normal) 2293 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt1.hs >gadt1.comp.stderr 2>&1 =====> gadt3(normal) 2295 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt3.hs >gadt3.comp.stderr 2>&1 =====> gadt6(normal) 2298 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt6.hs >gadt6.comp.stderr 2>&1 =====> gadt7(normal) 2299 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt7.hs >gadt7.comp.stderr 2>&1 =====> gadt8(normal) 2300 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt8.hs >gadt8.comp.stderr 2>&1 =====> gadt9(normal) 2301 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt9.hs >gadt9.comp.stderr 2>&1 =====> gadt10(normal) 2302 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt10.hs >gadt10.comp.stderr 2>&1 =====> gadt11(normal) 2303 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt11.hs >gadt11.comp.stderr 2>&1 =====> gadt13(normal) 2304 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt13.hs >gadt13.comp.stderr 2>&1 =====> gadt14(normal) 2305 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt14.hs >gadt14.comp.stderr 2>&1 =====> gadt15(normal) 2306 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt15.hs >gadt15.comp.stderr 2>&1 =====> gadt16(normal) 2307 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt16.hs >gadt16.comp.stderr 2>&1 =====> gadt17(normal) 2308 of 2630 [0, 2, 0] cd ./gadt && $MAKE -s --no-print-directory gadt17 gadt17.run.stdout 2>gadt17.run.stderr =====> gadt18(normal) 2309 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt18.hs >gadt18.comp.stderr 2>&1 =====> gadt19(normal) 2310 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt19.hs >gadt19.comp.stderr 2>&1 =====> gadt20(normal) 2311 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt20.hs >gadt20.comp.stderr 2>&1 =====> gadt21(normal) 2312 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt21.hs >gadt21.comp.stderr 2>&1 =====> gadt22(normal) 2313 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt22.hs >gadt22.comp.stderr 2>&1 =====> gadt23(normal) 2314 of 2630 [0, 2, 0] cd ./gadt && $MAKE -s --no-print-directory gadt23 gadt23.run.stdout 2>gadt23.run.stderr =====> gadt24(normal) 2315 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt24.hs >gadt24.comp.stderr 2>&1 =====> red-black(normal) 2316 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c red-black.hs >red-black.comp.stderr 2>&1 =====> equal(normal) 2318 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c equal.hs >equal.comp.stderr 2>&1 =====> nbe(normal) 2319 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c nbe.hs >nbe.comp.stderr 2>&1 =====> while(normal) 2320 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o while while.hs >while.comp.stderr 2>&1 cd ./gadt && ./while while.run.stdout 2>while.run.stderr =====> rw(normal) 2321 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c rw.hs >rw.comp.stderr 2>&1 =====> lazypat(normal) 2322 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c lazypat.hs >lazypat.comp.stderr 2>&1 =====> lazypatok(normal) 2323 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c lazypatok.hs >lazypatok.comp.stderr 2>&1 Compile failed (status 256) errors were: lazypatok.hs:13:18: Couldn't match type `a' with `Int' `a' is a rigid type variable bound by the type signature for `f' at lazypatok.hs:12:9 In the second argument of `(+)', namely `y' In the expression: x + y In an equation for `f': f ~(T1 x, y) = x + y =====> tc(normal) 2324 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o tc tc.hs >tc.comp.stderr 2>&1 cd ./gadt && ./tc tc.run.stdout 2>tc.run.stderr =====> arrow(normal) 2325 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrow.hs >arrow.comp.stderr 2>&1 =====> tdpe(normal) 2326 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tdpe.hs >tdpe.comp.stderr 2>&1 =====> records(normal) 2328 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c records.hs >records.comp.stderr 2>&1 =====> records-fail1(normal) 2330 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c records-fail1.hs >records-fail1.comp.stderr 2>&1 =====> doaitse(normal) 2331 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c doaitse.hs >doaitse.comp.stderr 2>&1 =====> josef(normal) 2332 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c josef.hs >josef.comp.stderr 2>&1 =====> gadt-fd(normal) 2333 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt-fd.hs >gadt-fd.comp.stderr 2>&1 Compile failed (status 256) errors were: gadt-fd.hs:16:1: Illegal kind signature `List' (Use -XKindSignatures to allow kind signatures) In the data type declaration for `List' =====> karl1(normal) 2334 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c karl1.hs >karl1.comp.stderr 2>&1 =====> karl2(normal) 2335 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c karl2.hs >karl2.comp.stderr 2>&1 =====> data1(normal) 2336 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c data1.hs >data1.comp.stderr 2>&1 =====> data2(normal) 2337 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c data2.hs >data2.comp.stderr 2>&1 =====> termination(normal) 2338 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c termination.hs >termination.comp.stderr 2>&1 =====> set(normal) 2339 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c set.hs >set.comp.stderr 2>&1 =====> scoped(normal) 2340 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c scoped.hs >scoped.comp.stderr 2>&1 =====> gadt-escape1(normal) 2341 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt-escape1.hs >gadt-escape1.comp.stderr 2>&1 =====> Session(normal) 2342 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o Session Session.hs >Session.comp.stderr 2>&1 cd ./gadt && ./Session Session.run.stdout 2>Session.run.stderr =====> CasePrune(normal) 2343 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o CasePrune CasePrune.hs >CasePrune.comp.stderr 2>&1 cd ./gadt && ./CasePrune CasePrune.run.stdout 2>CasePrune.run.stderr =====> T1999(normal) 2344 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1999.hs >T1999.comp.stderr 2>&1 =====> T1999a(normal) 2345 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1999a.hs >T1999a.comp.stderr 2>&1 =====> T2587(normal) 2346 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2587.hs >T2587.comp.stderr 2>&1 =====> T2040(normal) 2347 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2040.hs >T2040.comp.stderr 2>&1 =====> T2151(normal) 2348 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2151.hs >T2151.comp.stderr 2>&1 =====> T3013(normal) 2349 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3013.hs >T3013.comp.stderr 2>&1 =====> T3163(normal) 2350 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3163.hs >T3163.comp.stderr 2>&1 =====> gadt25(normal) 2351 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c gadt25.hs >gadt25.comp.stderr 2>&1 =====> T3651(normal) 2352 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3651.hs >T3651.comp.stderr 2>&1 =====> T3638(normal) 2353 of 2630 [0, 2, 0] cd ./gadt && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3638.hs >T3638.comp.stderr 2>&1 =====> conflicting_flags(normal) 2354 of 2630 [0, 2, 0] cd ./driver/conflicting_flags && $MAKE -s --no-print-directory conflicting_flags conflicting_flags.run.stdout 2>conflicting_flags.run.stderr =====> T3007(normal) 2355 of 2630 [0, 2, 0] cd ./driver/T3007 && $MAKE -s --no-print-directory T3007 T3007.run.stdout 2>T3007.run.stderr =====> recomp003(normal) 2357 of 2630 [0, 2, 0] cd ./driver/recomp003 && $MAKE -s --no-print-directory recomp003 recomp003.run.stdout 2>recomp003.run.stderr =====> bug1677(normal) 2360 of 2630 [0, 2, 0] cd ./driver/bug1677 && $MAKE bug1677 -s --no-print-directory bug1677.run.stdout 2>bug1677.run.stderr =====> driver011(normal) 2367 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test011 driver011.run.stdout 2>driver011.run.stderr =====> driver012(normal) 2368 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test012 driver012.run.stdout 2>driver012.run.stderr =====> driver013(normal) 2369 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test013 driver013.run.stdout 2>driver013.run.stderr =====> driver014(normal) 2370 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test014 driver014.run.stdout 2>driver014.run.stderr =====> driver015(normal) 2371 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test015 driver015.run.stdout 2>driver015.run.stderr =====> driver016(normal) 2372 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test016 driver016.run.stdout 2>driver016.run.stderr =====> driver017(normal) 2373 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test017 driver017.run.stdout 2>driver017.run.stderr =====> driver018(normal) 2374 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test018 driver018.run.stdout 2>driver018.run.stderr =====> driver018a(normal) 2375 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test018a driver018a.run.stdout 2>driver018a.run.stderr =====> driver019(normal) 2376 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test019 driver019.run.stdout 2>driver019.run.stderr =====> driver021(normal) 2377 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test021 driver021.run.stdout 2>driver021.run.stderr =====> driver022(normal) 2378 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test022 driver022.run.stdout 2>driver022.run.stderr =====> driver023(normal) 2379 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test023 driver023.run.stdout 2>driver023.run.stderr =====> driver024(normal) 2380 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test024 driver024.run.stdout 2>driver024.run.stderr =====> driver024a(normal) 2381 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test024a driver024a.run.stdout 2>driver024a.run.stderr =====> driver025(normal) 2382 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test025 driver025.run.stdout 2>driver025.run.stderr =====> driver026(normal) 2383 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test026 driver026.run.stdout 2>driver026.run.stderr =====> driver027(normal) 2384 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test027 driver027.run.stdout 2>driver027.run.stderr =====> driver028(normal) 2385 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test028 driver028.run.stdout 2>driver028.run.stderr =====> driver031(normal) 2386 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test031 driver031.run.stdout 2>driver031.run.stderr =====> driver032(normal) 2387 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test032 driver032.run.stdout 2>driver032.run.stderr =====> driver033(normal) 2388 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test033 driver033.run.stdout 2>driver033.run.stderr =====> driver034(normal) 2389 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test034 driver034.run.stdout 2>driver034.run.stderr =====> driver035(normal) 2390 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test035 driver035.run.stdout 2>driver035.run.stderr =====> driver041(normal) 2391 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test041 driver041.run.stdout 2>driver041.run.stderr =====> driver042(normal) 2392 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test042 driver042.run.stdout 2>driver042.run.stderr =====> driver043(normal) 2393 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test043 driver043.run.stdout 2>driver043.run.stderr =====> driver044(normal) 2394 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test044 driver044.run.stdout 2>driver044.run.stderr =====> driver045(normal) 2395 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test045 driver045.run.stdout 2>driver045.run.stderr =====> driver051(normal) 2396 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test051 driver051.run.stdout 2>driver051.run.stderr =====> driver052(normal) 2397 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test052 driver052.run.stdout 2>driver052.run.stderr =====> driver053(normal) 2398 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test053 driver053.run.stdout 2>driver053.run.stderr =====> driver060(normal) 2399 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test060 driver060.run.stdout 2>driver060.run.stderr =====> driver061(normal) 2400 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test061 driver061.run.stdout 2>driver061.run.stderr =====> driver061a(normal) 2401 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test061a driver061a.run.stdout 2>driver061a.run.stderr =====> driver061b(normal) 2402 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test061b driver061b.run.stdout 2>driver061b.run.stderr =====> driver062a(normal) 2403 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test062a driver062a.run.stdout 2>driver062a.run.stderr =====> driver062b(normal) 2404 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test062b driver062b.run.stdout 2>driver062b.run.stderr =====> driver062c(normal) 2405 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test062c driver062c.run.stdout 2>driver062c.run.stderr =====> driver062d(normal) 2406 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test062d driver062d.run.stdout 2>driver062d.run.stderr =====> driver062e(normal) 2407 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test062e driver062e.run.stdout 2>driver062e.run.stderr =====> driver063(normal) 2408 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test063 driver063.run.stdout 2>driver063.run.stderr =====> driver064(normal) 2409 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test064 driver064.run.stdout 2>driver064.run.stderr =====> driver065(normal) 2410 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test065 driver065.run.stdout 2>driver065.run.stderr =====> driver066(normal) 2411 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test066 driver066.run.stdout 2>driver066.run.stderr =====> driver067(normal) 2412 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test067 driver067.run.stdout 2>driver067.run.stderr =====> driver068(normal) 2413 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test068 driver068.run.stdout 2>driver068.run.stderr =====> driver069(normal) 2414 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test069 driver069.run.stdout 2>driver069.run.stderr =====> driver070(normal) 2415 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test070 driver070.run.stdout 2>driver070.run.stderr =====> driver071(normal) 2416 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test071 driver071.run.stdout 2>driver071.run.stderr =====> driver080(normal) 2417 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test080 driver080.run.stdout 2>driver080.run.stderr =====> driver081a(normal) 2418 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test081a driver081a.run.stdout 2>driver081a.run.stderr =====> driver081b(normal) 2419 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test081b driver081b.run.stdout 2>driver081b.run.stderr =====> driver100(normal) 2420 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test100 driver100.run.stdout 2>driver100.run.stderr =====> driver200(normal) 2421 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory test200 driver200.run.stdout 2>driver200.run.stderr =====> 2566(normal) 2422 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory 2566 2566.run.stdout 2>2566.run.stderr =====> pragma001(normal) 2423 of 2630 [0, 2, 0] cd ./driver && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c pragma001.hs >pragma001.comp.stderr 2>&1 =====> pragma002(normal) 2424 of 2630 [0, 2, 0] cd ./driver && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c pragma002.hs >pragma002.comp.stderr 2>&1 =====> 2499(normal) 2425 of 2630 [0, 2, 0] cd ./driver && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 2499.hs >2499.comp.stderr 2>&1 =====> mode001(normal) 2426 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory mode001 mode001.run.stdout 2>mode001.run.stderr =====> dynHelloWorld(dyn) 2428 of 2630 [0, 2, 0] cd ./driver && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dynHelloWorld dynHelloWorld.hs -O -dynamic >dynHelloWorld.comp.stderr 2>&1 cd ./driver && ./dynHelloWorld dynHelloWorld.run.stdout 2>dynHelloWorld.run.stderr =====> 2464(normal) 2429 of 2630 [0, 2, 0] cd ./driver && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c 2464.hs >2464.comp.stderr 2>&1 =====> 3674(normal) 2430 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory 3674 3674.run.stdout 2>3674.run.stderr =====> rtsOpts(normal) 2431 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory rtsOpts rtsOpts.run.stdout 2>rtsOpts.run.stderr =====> withRtsOpts(normal) 2432 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory withRtsOpts withRtsOpts.run.stdout 2>withRtsOpts.run.stderr =====> T3389(normal) 2433 of 2630 [0, 2, 0] cd ./driver && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3389 T3389.hs >T3389.comp.stderr 2>&1 cd ./driver && ./T3389 T3389.run.stdout 2>T3389.run.stderr =====> T3364(normal) 2434 of 2630 [0, 2, 0] cd ./driver && $MAKE -s --no-print-directory T3364 T3364.run.stdout 2>T3364.run.stderr =====> recomp004(normal) 2435 of 2630 [0, 2, 0] cd ./driver/recomp004 && $MAKE -s --no-print-directory recomp004 recomp004.run.stdout 2>recomp004.run.stderr =====> 1959(normal) 2436 of 2630 [0, 2, 0] cd ./driver/1959 && $MAKE -s --no-print-directory dotest 1959.run.stdout 2>1959.run.stderr =====> 1372(normal) 2439 of 2630 [0, 2, 0] cd ./driver/1372 && $MAKE -s --no-print-directory 1372 1372.run.stdout 2>1372.run.stderr =====> ghci.prog008(ghci) 2440 of 2630 [0, 2, 0] cd ./ghci/prog008 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci.prog008.run.stdout 2>ghci.prog008.run.stderr =====> prog002(ghci) 2441 of 2630 [0, 2, 0] cd ./ghci/prog002 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts prog002.run.stdout 2>prog002.run.stderr =====> prog001(ghci) 2442 of 2630 [0, 2, 0] cd ./ghci/prog001 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts prog001.run.stdout 2>prog001.run.stderr =====> ghci001(ghci) 2443 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci001.run.stdout 2>ghci001.run.stderr =====> ghci002(ghci) 2444 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci002.run.stdout 2>ghci002.run.stderr =====> ghci003(ghci) 2445 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci003.run.stdout 2>ghci003.run.stderr =====> ghci004(ghci) 2446 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci004.run.stdout 2>ghci004.run.stderr =====> ghci005(ghci) 2447 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci005.run.stdout 2>ghci005.run.stderr =====> ghci006(ghci) 2448 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci006.run.stdout 2>ghci006.run.stderr =====> ghci007(ghci) 2449 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci007.run.stdout 2>ghci007.run.stderr =====> ghci008(ghci) 2450 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci008.run.stdout 2>ghci008.run.stderr =====> ghci009(ghci) 2451 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci009.run.stdout 2>ghci009.run.stderr =====> ghci011(ghci) 2453 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci011.run.stdout 2>ghci011.run.stderr =====> ghci012(ghci) 2454 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci012.run.stdout 2>ghci012.run.stderr =====> ghci013(ghci) 2455 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci013.run.stdout 2>ghci013.run.stderr =====> ghci014(ghci) 2456 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci014.run.stdout 2>ghci014.run.stderr Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./ghci/scripts/ghci014.run.stderr.normalised 2011-02-10 08:49:15.130328994 +0000 @@ -0,0 +1,1968 @@ + +ghci014.hs:2:8: + Could not find module `Test.QuickCheck.Batch': + Use -v to see a list of the files searched for. + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' + +:1:1: Not in scope: `do_test' =====> ghci015(ghci) 2457 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci015.run.stdout 2>ghci015.run.stderr =====> ghci016(ghci) 2458 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci016.run.stdout 2>ghci016.run.stderr Actual stdout output differs from expected: --- ./ghci/scripts/ghci016.stdout.normalised 2011-02-10 08:49:16.016266404 +0000 +++ ./ghci/scripts/ghci016.run.stdout.normalised 2011-02-10 08:49:16.016266404 +0000 @@ -1 +1 @@ -T +3 =====> ghci017(ghci) 2459 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -hide-package haskell98 ghci017.run.stdout 2>ghci017.run.stderr =====> ghci018(ghci) 2460 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci018.run.stdout 2>ghci018.run.stderr Actual stdout output differs from expected: --- ./ghci/scripts/ghci018.stdout.normalised 2011-02-10 08:49:16.438672955 +0000 +++ ./ghci/scripts/ghci018.run.stdout.normalised 2011-02-10 08:49:16.438672955 +0000 @@ -1,2 +1,5 @@ Q +Q +Q +Q 'x' =====> ghci019(ghci) 2461 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci019.run.stdout 2>ghci019.run.stderr =====> ghci020(ghci) 2462 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci020.run.stdout 2>ghci020.run.stderr =====> ghci021(ghci) 2463 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci021.run.stdout 2>ghci021.run.stderr =====> ghci022(ghci) 2464 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci022.run.stdout 2>ghci022.run.stderr =====> ghci023(ghci) 2465 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci023.run.stdout 2>ghci023.run.stderr =====> ghci025(ghci) 2467 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci025.run.stdout 2>ghci025.run.stderr =====> ghci026(ghci) 2468 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci026.run.stdout 2>ghci026.run.stderr =====> ghci027(ghci) 2469 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci027.run.stdout 2>ghci027.run.stderr =====> ghci028(ghci) 2470 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci028.run.stdout 2>ghci028.run.stderr =====> ghci029(ghci) 2471 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci029.run.stdout 2>ghci029.run.stderr =====> ghci030(ghci) 2472 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci030.run.stdout 2>ghci030.run.stderr =====> ghci031(ghci) 2473 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci031.run.stdout 2>ghci031.run.stderr =====> ghci032(ghci) 2474 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci032.run.stdout 2>ghci032.run.stderr =====> ghci033(ghci) 2475 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci033.run.stdout 2>ghci033.run.stderr =====> ghci034(ghci) 2476 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci034.run.stdout 2>ghci034.run.stderr =====> ghci035(ghci) 2477 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci035.run.stdout 2>ghci035.run.stderr =====> ghci036(ghci) 2478 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci036.run.stdout 2>ghci036.run.stderr =====> ghci037(normal) 2479 of 2630 [0, 2, 0] cd ./ghci/scripts && $MAKE -s --no-print-directory ghci037 ghci037.run.stdout 2>ghci037.run.stderr =====> 2452(ghci) 2480 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts <2452.script >2452.run.stdout 2>2452.run.stderr =====> T2766(ghci) 2481 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T2766.run.stdout 2>T2766.run.stderr =====> 1914(ghci) 2482 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts <1914.script >1914.run.stdout 2>1914.run.stderr =====> 2976(ghci) 2483 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts <2976.script >2976.run.stdout 2>2976.run.stderr =====> 2816(ghci) 2484 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts <2816.script >2816.run.stdout 2>2816.run.stderr =====> T789(ghci) 2485 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T789.run.stdout 2>T789.run.stderr =====> T3263(ghci) 2486 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T3263.run.stdout 2>T3263.run.stderr =====> 4051(ghci) 2487 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts <4051.script >4051.run.stdout 2>4051.run.stderr =====> T4087(ghci) 2488 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T4087.run.stdout 2>T4087.run.stderr =====> T4015(ghci) 2489 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T4015.run.stdout 2>T4015.run.stderr =====> T4127(ghci) 2490 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T4127.run.stdout 2>T4127.run.stderr =====> T4127a(ghci) 2491 of 2630 [0, 2, 0] cd ./ghci/scripts && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts T4127a.run.stdout 2>T4127a.run.stderr =====> ghci.prog009(ghci) 2492 of 2630 [0, 2, 0] cd ./ghci/prog009 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci.prog009.run.stdout 2>ghci.prog009.run.stderr =====> prog005(ghci) 2493 of 2630 [0, 2, 0] cd ./ghci/prog005 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts prog005.run.stdout 2>prog005.run.stderr =====> ghcirun001(ghci) 2494 of 2630 [0, 2, 0] cd ./ghci/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghcirun001.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS ghcirun001.interp.stdout 2>ghcirun001.interp.stderr =====> ghcirun002(ghci) 2495 of 2630 [0, 2, 0] cd ./ghci/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghcirun002.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS ghcirun002.interp.stdout 2>ghcirun002.interp.stderr =====> ghcirun003(ghci) 2496 of 2630 [0, 2, 0] cd ./ghci/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghcirun003.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS ghcirun003.interp.stdout 2>ghcirun003.interp.stderr =====> 2589(ghci) 2497 of 2630 [0, 2, 0] cd ./ghci/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts 2589.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS <2589.genscript 1>2589.interp.stdout 2>2589.interp.stderr =====> 2881(ghci) 2498 of 2630 [0, 2, 0] cd ./ghci/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts 2881.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS <2881.genscript 1>2881.interp.stdout 2>2881.interp.stderr =====> 3171(normal) 2499 of 2630 [0, 2, 0] cd ./ghci/should_run && $MAKE -s --no-print-directory 3171 3171.run.stdout 2>3171.run.stderr Actual stderr output differs from expected: --- /dev/null 2011-02-10 08:20:36.955391109 +0000 +++ ./ghci/should_run/3171.run.stderr.normalised 2011-02-10 08:49:34.575271592 +0000 @@ -0,0 +1 @@ +TRACE: pid 19875: bgp_delete: deleting 19877 *** unexpected failure for 3171(normal) =====> prog003(ghci) 2500 of 2630 [0, 3, 0] cd ./ghci/prog003 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts prog003.run.stdout 2>prog003.run.stderr =====> prog006(ghci) 2501 of 2630 [0, 3, 0] cd ./ghci/prog006 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts prog006.run.stdout 2>prog006.run.stderr =====> ghciprog004(normal) 2502 of 2630 [0, 3, 0] cd ./ghci/prog004 && $MAKE -s --no-print-directory ghciprog004 ghciprog004.run.stdout 2>ghciprog004.run.stderr =====> ghci.prog007(ghci) 2503 of 2630 [0, 3, 0] cd ./ghci/prog007 && HC='/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ghci.prog007.run.stdout 2>ghci.prog007.run.stderr =====> arrowapply1(normal) 2504 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowapply1.hs >arrowapply1.comp.stderr 2>&1 =====> arrowapply2(normal) 2505 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowapply2.hs >arrowapply2.comp.stderr 2>&1 =====> arrowapply3(normal) 2506 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowapply3.hs >arrowapply3.comp.stderr 2>&1 =====> arrowapply4(normal) 2507 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowapply4.hs >arrowapply4.comp.stderr 2>&1 =====> arrowapply5(normal) 2508 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowapply5.hs >arrowapply5.comp.stderr 2>&1 =====> arrowcase1(normal) 2509 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowcase1.hs >arrowcase1.comp.stderr 2>&1 =====> arrowdo1(normal) 2510 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowdo1.hs >arrowdo1.comp.stderr 2>&1 =====> arrowdo2(normal) 2511 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowdo2.hs >arrowdo2.comp.stderr 2>&1 =====> arrowform1(normal) 2512 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowform1.hs >arrowform1.comp.stderr 2>&1 =====> arrowif1(normal) 2513 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowif1.hs >arrowif1.comp.stderr 2>&1 =====> arrowlet1(normal) 2514 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowlet1.hs >arrowlet1.comp.stderr 2>&1 =====> arrowrec1(normal) 2515 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowrec1.hs >arrowrec1.comp.stderr 2>&1 =====> arrowpat(normal) 2516 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowpat.hs >arrowpat.comp.stderr 2>&1 =====> T3964(normal) 2517 of 2630 [0, 3, 0] cd ./arrows/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T3964.hs >T3964.comp.stderr 2>&1 =====> arrowrun001(normal) 2518 of 2630 [0, 3, 0] cd ./arrows/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arrowrun001 arrowrun001.hs >arrowrun001.comp.stderr 2>&1 cd ./arrows/should_run && ./arrowrun001 arrowrun001.run.stdout 2>arrowrun001.run.stderr =====> arrowrun003(normal) 2520 of 2630 [0, 3, 0] cd ./arrows/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o arrowrun003 arrowrun003.hs >arrowrun003.comp.stderr 2>&1 cd ./arrows/should_run && ./arrowrun003 arrowrun003.run.stdout 2>arrowrun003.run.stderr =====> T3822(normal) 2522 of 2630 [0, 3, 0] cd ./arrows/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T3822 T3822.hs >T3822.comp.stderr 2>&1 cd ./arrows/should_run && ./T3822 T3822.run.stdout 2>T3822.run.stderr =====> arrowfail001(normal) 2523 of 2630 [0, 3, 0] cd ./arrows/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowfail001.hs >arrowfail001.comp.stderr 2>&1 =====> arrowfail002(normal) 2524 of 2630 [0, 3, 0] cd ./arrows/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowfail002.hs >arrowfail002.comp.stderr 2>&1 =====> arrowfail003(normal) 2525 of 2630 [0, 3, 0] cd ./arrows/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowfail003.hs >arrowfail003.comp.stderr 2>&1 =====> arrowfail004(normal) 2526 of 2630 [0, 3, 0] cd ./arrows/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c arrowfail004.hs >arrowfail004.comp.stderr 2>&1 =====> T2111(normal) 2527 of 2630 [0, 3, 0] cd ./arrows/should_fail && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T2111.hs >T2111.comp.stderr 2>&1 =====> default(optc) 2528 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c default.hs -O -fno-warn-deprecated-flags -fvia-C >default.comp.stderr 2>&1 =====> fact(optc) 2529 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c fact.hs -O -fno-warn-deprecated-flags -fvia-C >fact.comp.stderr 2>&1 =====> fun(optc) 2530 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c fun.hs -O -fno-warn-deprecated-flags -fvia-C >fun.comp.stderr 2>&1 =====> goo(optc) 2531 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c goo.hs -O -fno-warn-deprecated-flags -fvia-C >goo.comp.stderr 2>&1 =====> ins(optc) 2532 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c ins.hs -O -fno-warn-deprecated-flags -fvia-C >ins.comp.stderr 2>&1 =====> map(optc) 2533 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c map.hs -O -fno-warn-deprecated-flags -fvia-C >map.comp.stderr 2>&1 =====> sim(optc) 2534 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c sim.hs -O -fno-warn-deprecated-flags -fvia-C >sim.comp.stderr 2>&1 =====> str001(optc) 2535 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c str001.hs -O -fno-warn-deprecated-flags -fvia-C >str001.comp.stderr 2>&1 =====> str002(optc) 2536 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c str002.hs -O -fno-warn-deprecated-flags -fvia-C >str002.comp.stderr 2>&1 =====> syn(optc) 2537 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c syn.hs -O -fno-warn-deprecated-flags -fvia-C >syn.comp.stderr 2>&1 =====> test(optc) 2538 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c test.hs -O -fno-warn-deprecated-flags -fvia-C >test.comp.stderr 2>&1 =====> tst(optc) 2539 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c tst.hs -O -fno-warn-deprecated-flags -fvia-C >tst.comp.stderr 2>&1 =====> unu(optc) 2540 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c unu.hs -O -fno-warn-deprecated-flags -fvia-C >unu.comp.stderr 2>&1 =====> newtype(optc) 2541 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c newtype.hs -O -fno-warn-deprecated-flags -fvia-C -prof -auto-all >newtype.comp.stderr 2>&1 =====> T1988(optc) 2542 of 2630 [0, 3, 0] cd ./stranal/should_compile && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -c T1988.hs -O -fno-warn-deprecated-flags -fvia-C >T1988.comp.stderr 2>&1 =====> strun001(optc) 2543 of 2630 [0, 3, 0] cd ./stranal/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o strun001 strun001.hs -O -fno-warn-deprecated-flags -fvia-C >strun001.comp.stderr 2>&1 cd ./stranal/should_run && ./strun001 strun001.run.stdout 2>strun001.run.stderr =====> strun002(optc) 2544 of 2630 [0, 3, 0] cd ./stranal/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o strun002 strun002.hs -O -fno-warn-deprecated-flags -fvia-C >strun002.comp.stderr 2>&1 cd ./stranal/should_run && ./strun002 strun002.run.stdout 2>strun002.run.stderr =====> strun003(optc) 2545 of 2630 [0, 3, 0] cd ./stranal/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o strun003 strun003.hs -O -fno-warn-deprecated-flags -fvia-C >strun003.comp.stderr 2>&1 cd ./stranal/should_run && ./strun003 strun003.run.stdout 2>strun003.run.stderr =====> strun004(optc) 2546 of 2630 [0, 3, 0] cd ./stranal/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o strun004 strun004.hs -O -fno-warn-deprecated-flags -fvia-C >strun004.comp.stderr 2>&1 cd ./stranal/should_run && ./strun004 strun004.run.stdout 2>strun004.run.stderr =====> T2756b(optc) 2547 of 2630 [0, 3, 0] cd ./stranal/should_run && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2756b T2756b.hs -O -fno-warn-deprecated-flags -fvia-C >T2756b.comp.stderr 2>&1 cd ./stranal/should_run && ./T2756b T2756b.run.stdout 2>T2756b.run.stderr =====> T2120(normal) 2548 of 2630 [0, 3, 0] cd ../../../libraries/array/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o T2120 T2120.hs >T2120.comp.stderr 2>&1 cd ../../../libraries/array/tests && ./T2120 T2120.run.stdout 2>T2120.run.stderr =====> datamap001(normal) 2549 of 2630 [0, 3, 0] cd ../../../libraries/containers/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o datamap001 datamap001.hs -package containers >datamap001.comp.stderr 2>&1 cd ../../../libraries/containers/tests && ./datamap001 datamap001.run.stdout 2>datamap001.run.stderr =====> datamap002(normal) 2550 of 2630 [0, 3, 0] cd ../../../libraries/containers/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o datamap002 datamap002.hs -package containers >datamap002.comp.stderr 2>&1 cd ../../../libraries/containers/tests && ./datamap002 datamap002.run.stdout 2>datamap002.run.stderr =====> dataintset001(normal) 2551 of 2630 [0, 3, 0] cd ../../../libraries/containers/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o dataintset001 dataintset001.hs -package containers >dataintset001.comp.stderr 2>&1 cd ../../../libraries/containers/tests && ./dataintset001 dataintset001.run.stdout 2>dataintset001.run.stderr =====> sequence001(normal) 2552 of 2630 [0, 3, 0] cd ../../../libraries/containers/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o sequence001 sequence001.hs -package containers >sequence001.comp.stderr 2>&1 cd ../../../libraries/containers/tests && ./sequence001 sequence001.run.stdout 2>sequence001.run.stderr =====> hpc_ghc_ghci(normal) 2589 of 2630 [0, 3, 0] cd ../../../libraries/hpc/tests/ghc_ghci && $MAKE -s --no-print-directory hpc_ghc_ghci hpc_ghc_ghci.run.stdout 2>hpc_ghc_ghci.run.stderr =====> random1283(normal) 2592 of 2630 [0, 3, 0] cd ../../../libraries/random/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o random1283 random1283.hs -package containers >random1283.comp.stderr 2>&1 cd ../../../libraries/random/tests && ./random1283 random1283.run.stdout 2>random1283.run.stderr =====> process001(normal) 2593 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process001 process001.hs >process001.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process001 process001.run.stdout 2>process001.run.stderr =====> process002(normal) 2594 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process002 process002.hs >process002.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process002 process002.run.stdout 2>process002.run.stderr =====> process003(normal) 2595 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process003 process003.hs >process003.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process003 process003.run.stdout 2>process003.run.stderr =====> process004(normal) 2596 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process004 process004.hs >process004.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process004 process004.run.stdout 2>process004.run.stderr =====> 1780(normal) 2597 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1780 1780.hs >1780.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./1780 1780.run.stdout 2>1780.run.stderr =====> process005(normal) 2598 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process005 process005.hs >process005.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process005 process005.run.stdout 2>process005.run.stderr =====> process006(normal) 2599 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process006 process006.hs >process006.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process006 process006.run.stdout 2>process006.run.stderr =====> process007(normal) 2600 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process007 process007.hs >process007.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process007 process007.run.stdout 2>process007.run.stderr =====> process008(normal) 2601 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o process008 process008.hs >process008.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./process008 process008.run.stdout 2>process008.run.stderr =====> 3231(threaded1) 2602 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3231 3231.hs -threaded -debug >3231.comp.stderr 2>&1 cd ../../../libraries/process/tests && ./3231 3231.run.stdout 2>3231.run.stderr =====> 4198(normal) 2603 of 2630 [0, 3, 0] cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 4198 4198.hs >4198.comp.stderr 2>&1 cd ../../../libraries/process/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' exitminus1.c -o exitminus1; ./4198 4198.run.stdout 2>4198.run.stderr =====> currentDirectory001(normal) 2604 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o currentDirectory001 currentDirectory001.hs >currentDirectory001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./currentDirectory001 currentDirectory001.run.stdout 2>currentDirectory001.run.stderr =====> directory001(normal) 2605 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o directory001 directory001.hs >directory001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./directory001 directory001.run.stdout 2>directory001.run.stderr =====> doesDirectoryExist001(normal) 2606 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o doesDirectoryExist001 doesDirectoryExist001.hs >doesDirectoryExist001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./doesDirectoryExist001 doesDirectoryExist001.run.stdout 2>doesDirectoryExist001.run.stderr =====> getDirContents001(normal) 2607 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getDirContents001 getDirContents001.hs -fno-gen-manifest >getDirContents001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./getDirContents001 getDirContents001.run.stdout 2>getDirContents001.run.stderr =====> getDirContents002(normal) 2608 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getDirContents002 getDirContents002.hs >getDirContents002.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./getDirContents002 getDirContents002.run.stdout 2>getDirContents002.run.stderr =====> getPermissions001(normal) 2609 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getPermissions001 getPermissions001.hs -cpp >getPermissions001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./getPermissions001 getPermissions001.run.stdout 2>getPermissions001.run.stderr =====> copyFile001(normal) 2610 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o copyFile001 copyFile001.hs >copyFile001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./copyFile001 copyFile001.run.stdout 2>copyFile001.run.stderr =====> copyFile002(normal) 2611 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o copyFile002 copyFile002.hs >copyFile002.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./copyFile002 copyFile002.run.stdout 2>copyFile002.run.stderr =====> renameFile001(normal) 2612 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o renameFile001 renameFile001.hs >renameFile001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./renameFile001 renameFile001.run.stdout 2>renameFile001.run.stderr =====> createDirectory001(normal) 2613 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o createDirectory001 createDirectory001.hs >createDirectory001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./createDirectory001 createDirectory001.run.stdout 2>createDirectory001.run.stderr =====> createDirectoryIfMissing001(normal) 2614 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o createDirectoryIfMissing001 createDirectoryIfMissing001.hs >createDirectoryIfMissing001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./createDirectoryIfMissing001 createDirectoryIfMissing001.run.stdout 2>createDirectoryIfMissing001.run.stderr =====> getHomeDirectory001(normal) 2615 of 2630 [0, 3, 0] cd ../../../libraries/directory/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getHomeDirectory001 getHomeDirectory001.hs >getHomeDirectory001.comp.stderr 2>&1 cd ../../../libraries/directory/tests && ./getHomeDirectory001 getHomeDirectory001.run.stdout 2>getHomeDirectory001.run.stderr =====> signals001(normal) 2616 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o signals001 signals001.hs -package unix -cpp >signals001.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./signals001 signals001.run.stdout 2>signals001.run.stderr =====> signals002(normal) 2617 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o signals002 signals002.hs -package unix >signals002.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./signals002 signals002.run.stdout 2>signals002.run.stderr =====> fileexist01(normal) 2618 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o fileexist01 fileexist01.hs -package unix >fileexist01.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./fileexist01 fileexist01.run.stdout 2>fileexist01.run.stderr =====> forkprocess01(normal) 2619 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o forkprocess01 forkprocess01.hs -package unix >forkprocess01.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./forkprocess01 forkprocess01.run.stdout 2>forkprocess01.run.stderr =====> user001(normal) 2620 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o user001 user001.hs -package unix >user001.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./user001 user001.run.stdout 2>user001.run.stderr =====> resourceLimit(normal) 2621 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o resourceLimit resourceLimit.hs -package unix >resourceLimit.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./resourceLimit resourceLimit.run.stdout 2>resourceLimit.run.stderr =====> queryfdoption01(normal) 2622 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o queryfdoption01 queryfdoption01.hs -package unix >queryfdoption01.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./queryfdoption01 queryfdoption01.run.stdout 2>queryfdoption01.run.stderr =====> getEnvironment01(normal) 2623 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getEnvironment01 getEnvironment01.hs -package unix >getEnvironment01.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./getEnvironment01 getEnvironment01.run.stdout 2>getEnvironment01.run.stderr =====> getGroupEntryForName(normal) 2624 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getGroupEntryForName getGroupEntryForName.hs -package unix >getGroupEntryForName.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./getGroupEntryForName getGroupEntryForName.run.stdout 2>getGroupEntryForName.run.stderr =====> getUserEntryForName(normal) 2625 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o getUserEntryForName getUserEntryForName.hs -package unix >getUserEntryForName.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./getUserEntryForName getUserEntryForName.run.stdout 2>getUserEntryForName.run.stderr =====> signals004(normal) 2626 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o signals004 signals004.hs -package unix >signals004.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./signals004 signals004.run.stdout 2>signals004.run.stderr =====> fdReadBuf001(ghci) 2627 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts fdReadBuf001.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS -package unix fdReadBuf001.interp.stdout 2>fdReadBuf001.interp.stderr =====> fileStatus(normal) 2628 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o fileStatus fileStatus.hs -package unix >fileStatus.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./fileStatus fileStatus.run.stdout 2>fileStatus.run.stderr =====> 1185(normal) 2629 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 1185 1185.hs -package unix >1185.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./1185 1185.run.stdout 2>1185.run.stderr =====> 3816(normal) 2630 of 2630 [0, 3, 0] cd ../../../libraries/unix/tests && '/builddir/build/BUILD/ghc-7.0.1/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3816 3816.hs -package unix >3816.comp.stderr 2>&1 cd ../../../libraries/unix/tests && ./3816 3816.run.stdout 2>3816.run.stderr OVERALL SUMMARY for test run started at kam nah 10 8:41:05 saaku UTC 2011 2630 total tests, which gave rise to 14617 test cases, of which 0 caused framework failures 12286 were skipped 2265 expected passes 63 expected failures 0 unexpected passes 3 unexpected failures Unexpected failures: 3171(normal) 4038(normal) T3330a(normal) make[1]: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress' make: Leaving directory `/builddir/build/BUILD/ghc-7.0.1/testsuite/tests/ghc-regress' + exit 0 Processing files: ghc-7.0.1-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VTGSUh + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-7.0.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-7.0.1 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-7.0.1 + cp -pr ANNOUNCE HACKING LICENSE README /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-7.0.1 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-doc = 7.0.1-10.fc15 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: /bin/bash /bin/sh /usr/bin/perl libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libffi.so.5()(64bit) libgmp.so.3()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncursesw.so.5()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) librt.so.1(GLIBC_2.3.3)(64bit) libtinfo.so.5()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Obsoletes: ghc-doc < 6.12.3-4 haddock < 2.4.2-3 ghc-haddock-devel < 2.4.2-3 ghc-haddock-doc < 2.4.2-3 ghc-libs < 7.0.1-3 Processing files: ghc-Cabal-1.10.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4sIUcF + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-Cabal-1.10.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-Cabal-1.10.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-Cabal-1.10.0.0 + cp -pr libraries/Cabal/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-Cabal-1.10.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 libHSCabal-1.10.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d ghc(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHScontainers-0.4.0.0-ghc7.0.1.so()(64bit) libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSpretty-1.0.1.2-ghc7.0.1.so()(64bit) libHSprocess-1.0.1.4-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-Cabal-devel-1.10.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-Cabal-doc = 7.0.1-10.fc15 ghc-devel(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-devel(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-devel(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d ghc-devel(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc-devel(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 Obsoletes: ghc-Cabal-doc < 7.0.1-10.fc15 Processing files: ghc-Cabal-prof-1.10.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-prof(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-prof(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-prof(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-prof(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d ghc-prof(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc-prof(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc-devel(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 Processing files: ghc-array-0.3.0.2-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FqgFBi + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-array-0.3.0.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-array-0.3.0.2 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-array-0.3.0.2 + cp -pr libraries/array/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-array-0.3.0.2 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-array-devel-0.3.0.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-array-doc = 1.10.0.0-10.fc15 ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a Obsoletes: ghc-array-doc < 1.10.0.0-10.fc15 Processing files: ghc-array-prof-0.3.0.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a Processing files: ghc-base-4.3.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qd6VcZ + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-base-4.3.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-base-4.3.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-base-4.3.0.0 + cp -pr libraries/base/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-base-4.3.0.0 + cp -pr libraries/LICENSE.integer-gmp /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-base-4.3.0.0 + cp -pr libraries/LICENSE.ghc-prim /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-base-4.3.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSrts-ghc7.0.1.so()(64bit) libHSrts_debug-ghc7.0.1.so()(64bit) libHSrts_thr-ghc7.0.1.so()(64bit) libHSrts_thr_debug-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libffi.so.5()(64bit) libgmp.so.3()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) librt.so.1(GLIBC_2.3.3)(64bit) rtld(GNU_HASH) Processing files: ghc-base-devel-4.3.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-base-doc = 0.3.0.2-10.fc15 ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-devel(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-devel(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 Obsoletes: ghc-base-doc < 0.3.0.2-10.fc15 Processing files: ghc-base-prof-4.3.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-prof(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-prof(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-devel(integer-gmp-0.2.0.2) = 4136f39277390cdfe68837cf5bf00502 Processing files: ghc-bin-package-db-0.0.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tfqq0k + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bin-package-db-0.0.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bin-package-db-0.0.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bin-package-db-0.0.0.0 + cp -pr libraries/bin-package-db/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bin-package-db-0.0.0.0 + cp -pr libraries/LICENSE.ghc-binary /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bin-package-db-0.0.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 libHSbin-package-db-0.0.0.0-ghc7.0.1.so()(64bit) libHSghc-binary-0.5.0.2-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 libHSCabal-1.10.0.0-ghc7.0.1.so()(64bit) libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSbytestring-0.9.1.8-ghc7.0.1.so()(64bit) libHScontainers-0.4.0.0-ghc7.0.1.so()(64bit) libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-binary-0.5.0.2-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSpretty-1.0.1.2-ghc7.0.1.so()(64bit) libHSprocess-1.0.1.4-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-bin-package-db-devel-0.0.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-bin-package-db-doc = 4.3.0.0-10.fc15 ghc-devel(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc-devel(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 ghc(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-devel(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 Obsoletes: ghc-bin-package-db-doc < 4.3.0.0-10.fc15 Processing files: ghc-bin-package-db-prof-0.0.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc-prof(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 ghc-devel(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-prof(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 ghc-prof(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-devel(ghc-binary-0.5.0.2) = f0028162eead73f80d61993af35bba55 Processing files: ghc-bytestring-0.9.1.8-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aqiHgK + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bytestring-0.9.1.8 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bytestring-0.9.1.8 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bytestring-0.9.1.8 + cp -pr libraries/bytestring/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-bytestring-0.9.1.8 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 libHSbytestring-0.9.1.8-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-bytestring-devel-0.9.1.8-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-bytestring-doc = 0.0.0.0-10.fc15 ghc-devel(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 Obsoletes: ghc-bytestring-doc < 0.0.0.0-10.fc15 Processing files: ghc-bytestring-prof-0.9.1.8-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-devel(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 Processing files: ghc-containers-0.4.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Lfcavd + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-containers-0.4.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-containers-0.4.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-containers-0.4.0.0 + cp -pr libraries/containers/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-containers-0.4.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 libHScontainers-0.4.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-containers-devel-0.4.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-containers-doc = 0.9.1.8-10.fc15 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 Obsoletes: ghc-containers-doc < 0.9.1.8-10.fc15 Processing files: ghc-containers-prof-0.4.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 Processing files: ghc-directory-1.1.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qLEdiL + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-directory-1.1.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-directory-1.1.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-directory-1.1.0.0 + cp -pr libraries/directory/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-directory-1.1.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-directory-devel-1.1.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-directory-doc = 0.4.0.0-10.fc15 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-devel(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b Obsoletes: ghc-directory-doc < 0.4.0.0-10.fc15 Processing files: ghc-directory-prof-1.1.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-prof(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-prof(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b Processing files: ghc-extensible-exceptions-0.1.1.2-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.djijOk + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-extensible-exceptions-0.1.1.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-extensible-exceptions-0.1.1.2 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-extensible-exceptions-0.1.1.2 + cp -pr libraries/extensible-exceptions/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-extensible-exceptions-0.1.1.2 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(extensible-exceptions-0.1.1.2) = d8c5b906654260efd7249f497d17a831 libHSextensible-exceptions-0.1.1.2-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-extensible-exceptions-devel-0.1.1.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-extensible-exceptions-doc = 1.1.0.0-10.fc15 ghc-devel(extensible-exceptions-0.1.1.2) = d8c5b906654260efd7249f497d17a831 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(extensible-exceptions-0.1.1.2) = d8c5b906654260efd7249f497d17a831 Obsoletes: ghc-extensible-exceptions-doc < 1.1.0.0-10.fc15 Processing files: ghc-extensible-exceptions-prof-0.1.1.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(extensible-exceptions-0.1.1.2) = d8c5b906654260efd7249f497d17a831 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(extensible-exceptions-0.1.1.2) = d8c5b906654260efd7249f497d17a831 Processing files: ghc-filepath-1.2.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L4xCNV + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-filepath-1.2.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-filepath-1.2.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-filepath-1.2.0.0 + cp -pr libraries/filepath/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-filepath-1.2.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-filepath-devel-1.2.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-filepath-doc = 0.1.1.2-10.fc15 ghc-devel(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 Obsoletes: ghc-filepath-doc < 0.1.1.2-10.fc15 Processing files: ghc-filepath-prof-1.2.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 Processing files: ghc-ghc-7.0.1-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(ghc-7.0.1) = 5310640d8e3b9b69b42c0020cefdf644 libHSghc-7.0.1-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f ghc(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 libHSCabal-1.10.0.0-ghc7.0.1.so()(64bit) libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSbin-package-db-0.0.0.0-ghc7.0.1.so()(64bit) libHSbytestring-0.9.1.8-ghc7.0.1.so()(64bit) libHScontainers-0.4.0.0-ghc7.0.1.so()(64bit) libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-binary-0.5.0.2-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHShpc-0.5.0.6-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSpretty-1.0.1.2-ghc7.0.1.so()(64bit) libHSprocess-1.0.1.4-ghc7.0.1.so()(64bit) libHStemplate-haskell-2.5.0.0-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-ghc-devel-7.0.1-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-ghc-doc = 1.2.0.0-10.fc15 ghc-devel(ghc-7.0.1) = 5310640d8e3b9b69b42c0020cefdf644 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc-devel(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-devel(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-devel(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-devel(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc-devel(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f ghc-devel(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc(ghc-7.0.1) = 5310640d8e3b9b69b42c0020cefdf644 Obsoletes: ghc-ghc-doc < 1.2.0.0-10.fc15 Processing files: ghc-ghc-prof-7.0.1-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(ghc-7.0.1) = 5310640d8e3b9b69b42c0020cefdf644 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(Cabal-1.10.0.0) = 0eb5edece2c568b21db227ff63199a11 ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(bin-package-db-0.0.0.0) = 4c71e9fcd96bd01aaf9b19eeb9551fc6 ghc-prof(bytestring-0.9.1.8) = 6f9464516d57cd371a1f8f7c906e9057 ghc-prof(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-prof(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-prof(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-prof(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb ghc-prof(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-prof(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc-prof(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f ghc-prof(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc-devel(ghc-7.0.1) = 5310640d8e3b9b69b42c0020cefdf644 Processing files: ghc-haskell2010-1.0.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oDeDa1 + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell2010-1.0.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell2010-1.0.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell2010-1.0.0.0 + cp -pr libraries/haskell2010/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell2010-1.0.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(haskell2010-1.0.0.0) = df6382b4e2f6d38303c3de30a49bf688 libHShaskell2010-1.0.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-haskell2010-devel-1.0.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-haskell2010-doc = 7.0.1-10.fc15 ghc-devel(haskell2010-1.0.0.0) = df6382b4e2f6d38303c3de30a49bf688 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc(haskell2010-1.0.0.0) = df6382b4e2f6d38303c3de30a49bf688 Obsoletes: ghc-haskell2010-doc < 7.0.1-10.fc15 Processing files: ghc-haskell2010-prof-1.0.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(haskell2010-1.0.0.0) = df6382b4e2f6d38303c3de30a49bf688 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(ghc-prim-0.2.0.0) = bee3d0a9162d7ceedd63fd7f3c752b27 ghc-devel(haskell2010-1.0.0.0) = df6382b4e2f6d38303c3de30a49bf688 Processing files: ghc-haskell98-1.1.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kpWxgf + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell98-1.1.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell98-1.1.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell98-1.1.0.0 + cp -pr libraries/haskell98/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-haskell98-1.1.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(haskell98-1.1.0.0) = d5d532194788482db5cd5615da70c5dd libHShaskell98-1.1.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSprocess-1.0.1.4-ghc7.0.1.so()(64bit) libHSrandom-1.0.0.3-ghc7.0.1.so()(64bit) libHStime-1.2.0.3-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-haskell98-devel-1.1.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-haskell98-doc = 1.0.0.0-10.fc15 ghc-devel(haskell98-1.1.0.0) = d5d532194788482db5cd5615da70c5dd Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-devel(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-devel(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc-devel(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb ghc(haskell98-1.1.0.0) = d5d532194788482db5cd5615da70c5dd Obsoletes: ghc-haskell98-doc < 1.0.0.0-10.fc15 Processing files: ghc-haskell98-prof-1.1.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(haskell98-1.1.0.0) = d5d532194788482db5cd5615da70c5dd Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(array-0.3.0.2) = 3718e944afc49cdf8b8b90ec17ab4c7a ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-prof(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc-prof(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-prof(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 ghc-prof(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb ghc-devel(haskell98-1.1.0.0) = d5d532194788482db5cd5615da70c5dd Processing files: ghc-hpc-0.5.0.6-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bfY35z + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-hpc-0.5.0.6 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-hpc-0.5.0.6 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-hpc-0.5.0.6 + cp -pr libraries/hpc/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-hpc-0.5.0.6 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb libHShpc-0.5.0.6-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHScontainers-0.4.0.0-ghc7.0.1.so()(64bit) libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-hpc-devel-0.5.0.6-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-hpc-doc = 1.1.0.0-10.fc15 ghc-devel(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb Obsoletes: ghc-hpc-doc < 1.1.0.0-10.fc15 Processing files: ghc-hpc-prof-0.5.0.6-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-prof(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-prof(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 ghc-devel(hpc-0.5.0.6) = 7e2324c36200703e805e81ec5c381edb Processing files: ghc-old-locale-1.0.0.2-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yL6jQW + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-locale-1.0.0.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-locale-1.0.0.2 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-locale-1.0.0.2 + cp -pr libraries/old-locale/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-locale-1.0.0.2 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-old-locale-devel-1.0.0.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-old-locale-doc = 0.5.0.6-10.fc15 ghc-devel(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 Obsoletes: ghc-old-locale-doc < 0.5.0.6-10.fc15 Processing files: ghc-old-locale-prof-1.0.0.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 Processing files: ghc-old-time-1.0.0.6-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iDuval + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-time-1.0.0.6 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-time-1.0.0.6 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-time-1.0.0.6 + cp -pr libraries/old-time/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-old-time-1.0.0.6 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-old-time-devel-1.0.0.6-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-old-time-doc = 1.0.0.2-10.fc15 ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 Obsoletes: ghc-old-time-doc < 1.0.0.2-10.fc15 Processing files: ghc-old-time-prof-1.0.0.6-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc-devel(old-time-1.0.0.6) = fd194029a876aee9b157a02670b71106 Processing files: ghc-pretty-1.0.1.2-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3ZXEjL + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-pretty-1.0.1.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-pretty-1.0.1.2 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-pretty-1.0.1.2 + cp -pr libraries/pretty/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-pretty-1.0.1.2 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d libHSpretty-1.0.1.2-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-pretty-devel-1.0.1.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-pretty-doc = 1.0.0.6-10.fc15 ghc-devel(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d Obsoletes: ghc-pretty-doc < 1.0.0.6-10.fc15 Processing files: ghc-pretty-prof-1.0.1.2-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d Processing files: ghc-process-1.0.1.4-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.08rRbd + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-process-1.0.1.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-process-1.0.1.4 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-process-1.0.1.4 + cp -pr libraries/process/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-process-1.0.1.4 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 libHSprocess-1.0.1.4-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSdirectory-1.1.0.0-ghc7.0.1.so()(64bit) libHSfilepath-1.2.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHSold-time-1.0.0.6-ghc7.0.1.so()(64bit) libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgmp.so.3()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-process-devel-1.0.1.4-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-process-doc = 1.0.1.2-10.fc15 ghc-devel(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-devel(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-devel(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 Obsoletes: ghc-process-doc < 1.0.1.2-10.fc15 Processing files: ghc-process-prof-1.0.1.4-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(directory-1.1.0.0) = 2cf6d413cb787eb8198ea8565063a04b ghc-prof(filepath-1.2.0.0) = 6f9a595ed4fc90422ce826d38beb30a9 ghc-prof(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 ghc-devel(process-1.0.1.4) = b476e45706840d55749b12ebe18dc835 Processing files: ghc-random-1.0.0.3-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QLzmuH + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-random-1.0.0.3 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-random-1.0.0.3 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-random-1.0.0.3 + cp -pr libraries/random/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-random-1.0.0.3 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb libHSrandom-1.0.0.3-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libHStime-1.2.0.3-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-random-devel-1.0.0.3-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-random-doc = 1.0.1.4-10.fc15 ghc-devel(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a ghc(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb Obsoletes: ghc-random-doc < 1.0.1.4-10.fc15 Processing files: ghc-random-prof-1.0.0.3-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a ghc-devel(random-1.0.0.3) = 96d6d3c15d2fd6b8639237463e71d6eb Processing files: ghc-template-haskell-2.5.0.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aMR6Ld + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-template-haskell-2.5.0.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-template-haskell-2.5.0.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-template-haskell-2.5.0.0 + cp -pr libraries/template-haskell/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-template-haskell-2.5.0.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f libHStemplate-haskell-2.5.0.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d libHSarray-0.3.0.2-ghc7.0.1.so()(64bit) libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHScontainers-0.4.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSpretty-1.0.1.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-template-haskell-devel-2.5.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-template-haskell-doc = 1.0.0.3-10.fc15 ghc-devel(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-devel(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d ghc(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f Obsoletes: ghc-template-haskell-doc < 1.0.0.3-10.fc15 Processing files: ghc-template-haskell-prof-2.5.0.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(containers-0.4.0.0) = da5b5d9ff4ac6312524330ee7281df12 ghc-prof(pretty-1.0.1.2) = 47880023bc54bc3552c78ec9fc4aad6d ghc-devel(template-haskell-2.5.0.0) = 85579d575549809c4974d0a973d6375f Processing files: ghc-time-1.2.0.3-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kVm39P + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-time-1.2.0.3 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-time-1.2.0.3 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-time-1.2.0.3 + cp -pr libraries/time/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-time-1.2.0.3 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a libHStime-1.2.0.3-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libHSold-locale-1.0.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-time-devel-1.2.0.3-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-time-doc = 2.5.0.0-10.fc15 ghc-devel(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a Obsoletes: ghc-time-doc < 2.5.0.0-10.fc15 Processing files: ghc-time-prof-1.2.0.3-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-prof(old-locale-1.0.0.2) = 2aaf7d0f12fe71bd6e7c53c1018bd289 ghc-devel(time-1.2.0.3) = edf96900354f64de48284c95dbf6029a Processing files: ghc-unix-2.4.1.0-10.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xMP0px + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-unix-2.4.1.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-unix-2.4.1.0 + /bin/mkdir -p /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-unix-2.4.1.0 + cp -pr libraries/unix/LICENSE /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/share/doc/ghc-unix-2.4.1.0 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 libHSunix-2.4.1.0-ghc7.0.1.so()(64bit) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 libHSbase-4.3.0.0-ghc7.0.1.so()(64bit) libHSghc-prim-0.2.0.0-ghc7.0.1.so()(64bit) libHSinteger-gmp-0.2.0.2-ghc7.0.1.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.3()(64bit) rtld(GNU_HASH) Processing files: ghc-unix-devel-2.4.1.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-unix-doc = 1.2.0.3-10.fc15 ghc-devel(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc = 7.0.1 /bin/sh Requires(postun): ghc = 7.0.1 /bin/sh Requires: ghc-devel(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 Obsoletes: ghc-unix-doc < 1.2.0.3-10.fc15 Processing files: ghc-unix-prof-2.4.1.0-10.fc15.x86_64 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64/usr/lib64/ghc-7.0.1 Provides: ghc-prof(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc-prof(base-4.3.0.0) = 0dfcc7696dd23934ed536d0514b10203 ghc-devel(unix-2.4.1.0) = 143531b033b198f6d91ece17dadeec00 Processing files: ghc-devel-7.0.1-10.fc15.x86_64 Processing files: ghc-prof-7.0.1-10.fc15.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 warning: Could not canonicalize hostname: x86-16.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ghc-7.0.1-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-Cabal-1.10.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-Cabal-devel-1.10.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-Cabal-prof-1.10.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-array-0.3.0.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-array-devel-0.3.0.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-array-prof-0.3.0.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-base-4.3.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-base-devel-4.3.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-base-prof-4.3.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-bin-package-db-0.0.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-bin-package-db-devel-0.0.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-bin-package-db-prof-0.0.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-bytestring-0.9.1.8-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-bytestring-devel-0.9.1.8-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-bytestring-prof-0.9.1.8-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-containers-0.4.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-containers-devel-0.4.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-containers-prof-0.4.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-directory-1.1.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-directory-devel-1.1.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-directory-prof-1.1.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-extensible-exceptions-0.1.1.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-extensible-exceptions-devel-0.1.1.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-extensible-exceptions-prof-0.1.1.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-filepath-1.2.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-filepath-devel-1.2.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-filepath-prof-1.2.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-ghc-7.0.1-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-ghc-devel-7.0.1-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-ghc-prof-7.0.1-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-haskell2010-1.0.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-haskell2010-devel-1.0.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-haskell2010-prof-1.0.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-haskell98-1.1.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-haskell98-devel-1.1.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-haskell98-prof-1.1.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-hpc-0.5.0.6-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-hpc-devel-0.5.0.6-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-hpc-prof-0.5.0.6-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-old-locale-1.0.0.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-old-locale-devel-1.0.0.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-old-locale-prof-1.0.0.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-old-time-1.0.0.6-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-old-time-devel-1.0.0.6-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-old-time-prof-1.0.0.6-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-pretty-1.0.1.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-pretty-devel-1.0.1.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-pretty-prof-1.0.1.2-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-process-1.0.1.4-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-process-devel-1.0.1.4-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-process-prof-1.0.1.4-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-random-1.0.0.3-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-random-devel-1.0.0.3-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-random-prof-1.0.0.3-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-template-haskell-2.5.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-template-haskell-devel-2.5.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-template-haskell-prof-2.5.0.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-time-1.2.0.3-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-time-devel-1.2.0.3-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-time-prof-1.2.0.3-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-unix-2.4.1.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-unix-devel-2.4.1.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-unix-prof-2.4.1.0-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-devel-7.0.1-10.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-prof-7.0.1-10.fc15.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.orD7DQ + umask 022 + cd /builddir/build/BUILD + cd ghc-7.0.1 + /bin/rm -rf /builddir/build/BUILDROOT/ghc-7.0.1-10.fc15.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->